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

Unified Diff: chrome/BUILD.gn

Issue 2031953004: 💴 target_cpu -> current_cpu in chrome/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@monochrome
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
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 6fb3011e30b37472da5828c3bb5e8ec69028e2e1..fcbd3630666dc4fbe53e60488e8beef7dbd301e5 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -46,7 +46,7 @@ if (is_win) {
"-o",
rebase_path("$root_out_dir", root_build_dir),
"-a",
- target_cpu,
+ current_cpu,
]
deps = [
":chrome_initial",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698