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

Unified Diff: BUILD.gn

Issue 946023002: Update GN build files with the cpu_arch -> current_cpu change. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 10 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.gn
diff --git a/BUILD.gn b/BUILD.gn
index 713ab6de57d46176fdb9082bdc561c430e2ecbbc..2c6ada00963da515a0d119b71ba661a5062a6306 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,7 +18,7 @@ v8_interpreted_regexp = false
v8_object_print = false
v8_postmortem_support = false
v8_use_snapshot = true
-v8_target_arch = cpu_arch
+v8_target_arch = current_cpu
jochen (gone - plz use gerrit) 2015/02/23 07:49:19 is current_cpu always the target arch? i.e. is it
Dirk Pranke 2015/02/23 18:58:16 No. This change is actually "wrong" in that it pre
v8_random_seed = "314159265"
v8_toolset_for_d8 = "host"
« 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