Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 72929f866a48cab519570a3c5249a91a6c4ce667..cc8628b263d4efea666b10d33c4b2104c1ad90bd 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -191,6 +191,7 @@ source_set("test_support") { |
if (is_win) { |
sources += [ "//chrome/app/chrome_crash_reporter_client_win.cc" ] |
public_deps += [ |
+ "//chrome/install_static:install_static_util", |
"//components/crash/content/app", |
"//third_party/wtl", |
] |
@@ -477,6 +478,7 @@ if (!is_android) { |
"//chrome") |
deps += [ |
"//chrome:other_version", |
+ "//chrome/install_static:install_static_util", |
"//third_party/isimpledom", |
"//third_party/wtl", |
"//ui/resources", |
@@ -2054,6 +2056,7 @@ test("unit_tests") { |
"//chrome") |
deps += [ |
"//chrome:other_version", |
+ "//chrome/install_static:install_static_util", |
"//chrome/installer/util:strings", |
"//chrome_elf:blacklist_test_dll_1", |
"//third_party/iaccessible2", |