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

Unified Diff: mojo/BUILD.gn

Issue 2031923004: 💯 target_cpu -> current_cpu in mojo/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: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index a9a84500a096704aebdcf7fabad169c969cce0a1..01567b18fbc020a1daafdd00818764f65c656e64 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -12,7 +12,7 @@ group("mojo") {
"//mojo/common",
]
- if (!(is_linux && target_cpu == "x86")) {
+ if (!(is_linux && current_cpu == "x86")) {
# TODO(GYP): Figure out if this needs to be supported. Right now
# it won't work on x86 official builds because it needs stuff in the
# sysroot that doesn't exist.
« 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