| Index: chrome/BUILD.gn
 | 
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
 | 
| index 3109d77ba870fe1c67aa33cdb8785431a5e5b7f4..e9da6bb10e088a99d27b1e5a8c27bd27b7d4b850 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",
 | 
| @@ -315,6 +316,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",
 | 
| 
 |