| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index a4044b8341f201c4ea18cdb061fb7bf3240b1ff5..8444f379966b897c0937feef8cd970d1871da277 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -183,6 +183,7 @@ if (!is_android && !is_mac) {
|
| "//chrome/chrome_watcher:client",
|
| "//chrome/common:constants",
|
| "//chrome/common:metrics_constants_util_win",
|
| + "//chrome/install_static:secondary_module",
|
| "//chrome/installer/util:with_no_strings",
|
| "//chrome_elf",
|
| "//components/browser_watcher:browser_watcher_client",
|
| @@ -327,6 +328,7 @@ if (is_win) {
|
| "//chrome/app/theme:chrome_unscaled_resources",
|
| "//chrome/common:features",
|
| "//chrome/install_static:install_static_util",
|
| + "//chrome/install_static:secondary_module",
|
| "//chrome_elf",
|
| "//components/crash/content/app",
|
| "//components/policy:generated",
|
| @@ -412,6 +414,7 @@ if (is_win) {
|
| "//chrome/browser/policy:path_parser",
|
| "//chrome/common:features",
|
| "//chrome/install_static:install_static_util",
|
| + "//chrome/install_static:secondary_module",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| "//content/public/app:child",
|
|
|