Chromium Code Reviews| 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': { |