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

Unified Diff: gni/v8.gni

Issue 2649133010: [foozzie] Support multi-architecture builds (Closed)
Patch Set: Review Created 3 years, 11 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 | « BUILD.gn ('k') | infra/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gni/v8.gni
diff --git a/gni/v8.gni b/gni/v8.gni
index c1a3b7cca9286fe6b90793fa21d9da6dc643c7c9..a4a36563061d7979529ccb5cd73b1c4482a21cb4 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -9,6 +9,9 @@ declare_args() {
# Includes files needed for correctness fuzzing.
v8_correctness_fuzzer = false
+ # Adds additional compile target for building multiple architectures at once.
+ v8_multi_arch_build = false
+
# Indicate if valgrind was fetched as a custom deps to make it available on
# swarming.
v8_has_valgrind = false
« no previous file with comments | « BUILD.gn ('k') | infra/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698