Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: chrome/BUILD.gn

Issue 2422643002: Windows install_static refactor. (Closed)
Patch Set: maybe fix nacl64 Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | chrome/app/chrome_crash_reporter_client_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | chrome/app/chrome_crash_reporter_client_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698