Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 7828eb1492df3361573bbee4d77eabdcaa6bd73b..f3432cb2d50281e8a7ef6a1ac445fbac95ec35d9 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -136,6 +136,7 @@ if (!is_android) { |
"//chrome/chrome_watcher:client", |
"//chrome/common:constants", |
"//chrome/common:metrics_constants_util_win", |
+ "//chrome/install_static:install_static_util", |
"//chrome/installer/util:with_no_strings", |
"//chrome_elf", |
"//components/browser_watcher:browser_watcher_client", |
@@ -314,6 +315,7 @@ if (is_mac || is_win) { |
":chrome_dll_version", |
"//base/trace_event/etw_manifest:chrome_events_win", |
"//chrome/app/theme:chrome_unscaled_resources", |
+ "//chrome/install_static:install_static_util", |
"//chrome_elf", |
"//components/crash/content/app", |
"//components/policy", |