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

Unified Diff: gni/v8.gni

Issue 2109293004: [gn] Switch basic linux32 bots to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes 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 | « gni/isolate.gni ('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 f246e0f769b46dc05bdaeda652638b9cff1f8182..fb36239300f41b5b03e04358cb985032bd790365 100644
--- a/gni/v8.gni
+++ b/gni/v8.gni
@@ -10,6 +10,9 @@ declare_args() {
# swarming.
v8_has_valgrind = false
+ # Indicate if gcmole was fetched as a hook to make it available on swarming.
+ v8_gcmole = false
+
# Turns on compiler optimizations in V8 in Debug build.
v8_optimized_debug = true
« no previous file with comments | « gni/isolate.gni ('k') | infra/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698