Hi Team,
I'm currently working on Chromium 130 for a project and I've encountered an issue with importing certain files. I've attached screenshots to this issue for your reference.
While it seems like a minor problem, adding dependencies to the build files hasn't resolved the issue. Any insights or solutions would be greatly appreciated.
Thank you in advance for your help.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/598a17b5-96f7-4509-8c87-69d38ecb459en%40chromium.org.
Hi Greg,
Thank you so much for your timely response. I really appreciate your help.
I found the missing dependency //chrome/common:version_header from the here
As I'm new to this, I'm a bit unsure about where to add this dependency in both cases. Any specific guidance on the relevant files would be incredibly helpful.
my error logs
22 | #include "components/lens/buildflags.h"
1 \chrome/common/webui_url_constants.h(22,10): fatal error: 'components/lens/buildflags.h' file not found2.components\web_bar\web_bar_analytics.cc: fatal error: chrome/common/chrome_version.h' file not found
22 | #include "chrome/common/chrome_version.h"3.components\mybrowser\dock_communication.cc: fatal error: chrome/common/chrome_version.h' file not found
22 | #include "chrome/common/chrome_version.h"Thank you again for your assistance.
Hi Greg,
Thank you so much for your timely response. I really appreciate your help.
I found the missing dependency //chrome/common:version_header from the here
As I'm new to this, I'm a bit unsure about where to add this dependency in both cases. Any specific guidance on the relevant files would be incredibly helpful.
my error logs
1 \chrome/common/webui_url_constants.h(22,10): fatal error: 'components/lens/buildflags.h' file not found
3.components\mybrowser\dock_communication.cc: fatal error: chrome/common/chrome_version.h' file not found
22 | #include "chrome/common/chrome_version.h"Thank you again for your assistance.