| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index a4044b8341f201c4ea18cdb061fb7bf3240b1ff5..7a92debbf39a1cd3e9f911971025d0f5b35f2834 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,8 @@ if (is_win) {
|
| "//chrome/browser/policy:path_parser",
|
| "//chrome/common:features",
|
| "//chrome/install_static:install_static_util",
|
| + "//chrome/install_static:secondary_module",
|
| + "//chrome_elf",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| "//content/public/app:child",
|
|
|