Index: chrome/browser/metro_utils/BUILD.gn |
diff --git a/chrome/browser/metro_utils/BUILD.gn b/chrome/browser/metro_utils/BUILD.gn |
index 86a28875cc8bb6787a0807467adcbb3072e01ce0..715348504d4ae924461ac1f5bb8d82865667d6e0 100644 |
--- a/chrome/browser/metro_utils/BUILD.gn |
+++ b/chrome/browser/metro_utils/BUILD.gn |
@@ -5,7 +5,11 @@ |
source_set("metro_utils") { |
deps = [ |
"//base", |
- "//chrome/installer/util", |
+ |
+ # We use a few functions from here but don't depend on the resource |
+ # strings. This target is indirectly linked into chrome.exe, so |
+ # specifically doesn't want those strings. |
+ "//chrome/installer/util:with_no_strings_some_things_wont_work", |
] |
sources = [ |
"metro_chrome_win.cc", |