summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/search/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/search/BUILD.gn')
-rw-r--r--chromium/chrome/common/search/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/chrome/common/search/BUILD.gn b/chromium/chrome/common/search/BUILD.gn
index 70b75df2156..fd46cd0633c 100644
--- a/chromium/chrome/common/search/BUILD.gn
+++ b/chromium/chrome/common/search/BUILD.gn
@@ -11,8 +11,11 @@ executable("generate_colors_info") {
"selected_colors_info.h",
]
deps = [
+ # Avoid adding big generic deps as this target is build for host
+ # toolchain. For example, see the problem with adding //chrome in
+ # crbug.com/1000916.
"//base",
- "//chrome:strings",
+ "//chrome/app:generated_resources",
"//chrome/common/themes:autogenerated_theme_util",
"//skia",
]