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

Unified Diff: build/standalone.gypi

Issue 1709503002: [Swarming] Isolate gcmole. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « build/isolate.gypi ('k') | tools/gcmole/run-gcmole.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index efbe947acef4ac10076dc60feadd0a9608264a21..f804715bb8177b5ec39f0211bb0ef3943494c284 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -378,6 +378,9 @@
# fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime
# detection
'mips_fpu_mode%': 'fp32',
+
+ # Indicates if gcmole tools are downloaded by a hook.
+ 'gcmole%': 0,
kjellander_chromium 2016/02/17 09:53:14 It's not obvious by the name. What about has_gcmol
Michael Achenbach 2016/02/17 09:58:03 It already is here: https://codereview.chromium.or
},
'target_defaults': {
'variables': {
« no previous file with comments | « build/isolate.gypi ('k') | tools/gcmole/run-gcmole.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698