| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 6033c60002444aca7fd28a3d1741481c8e5571d1..4ab579fcb5efb82b729b73b0c762db429f7d78f1 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -171,6 +171,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",
|
| @@ -399,6 +400,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",
|
|
|