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

Unified Diff: build/toolchain/cros/BUILD.gn

Issue 2231643002: Fix v8_current_cpu setting for CrOS builds after r410853. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index edbd617511994acc915272ab3858f0fb20063674..56a408bfd35e1d790b8ac14b736eac7fb43849bf 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -122,7 +122,7 @@ gcc_toolchain("v8_snapshot") {
} else {
current_cpu = "x64"
}
- v8_toolchain_cpu = v8_target_cpu
+ v8_current_cpu = v8_target_cpu
current_os = "linux"
use_sysroot = false
}
« 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