| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 813a756b556204c93b4986f62cd43e046ab1c8cf..10693be9dcb9f477f0d5970e950f055287948059 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -172,6 +172,7 @@ if (!is_android && !is_mac) {
|
| "//chrome/install_static:install_static_util",
|
| "//chrome/installer/util:with_no_strings",
|
| "//chrome_elf",
|
| + "//chrome_elf:constants",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app:run_as_crashpad_handler",
|
| "//components/flags_ui:switches",
|
| @@ -403,6 +404,7 @@ if (is_win) {
|
| ":chrome_dll_version",
|
| "//build/config/sanitizers:deps",
|
| "//chrome/common:features",
|
| + "//chrome_elf:constants",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app",
|
| "//content/public/app:child",
|
|
|