| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 3538026245439c2f3b3ac057ccbbdce4be42734d..3a78d625c4e483b1076012914b9d691e487f52fe 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",
|
| ]
|
| @@ -476,6 +477,7 @@ if (!is_android) {
|
| "//chrome")
|
| deps += [
|
| "//chrome:other_version",
|
| + "//chrome/install_static:install_static_util",
|
| "//third_party/isimpledom",
|
| "//third_party/wtl",
|
| "//ui/resources",
|
| @@ -2067,6 +2069,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",
|
|
|