Chromium Code Reviews| Index: chrome/chrome_features.gypi |
| diff --git a/chrome/chrome_features.gypi b/chrome/chrome_features.gypi |
| index 06488b1e8afce75d860df7a074cc4dcb72734685..042e43abe98a164cf16ab45d47a4c6039fc78a17 100644 |
| --- a/chrome/chrome_features.gypi |
| +++ b/chrome/chrome_features.gypi |
| @@ -21,17 +21,21 @@ |
| 'enable_google_now%': 1, |
| }] |
| ], |
| + |
| + 'use_vulcanize%': 1, |
|
Nico
2015/12/30 14:29:22
shouldn't this default to 0?
Dan Beam
2015/12/30 17:11:12
no
Dan Beam
2015/12/30 17:22:53
i only asked you to review part of this CL, so you
|
| }, |
| # Anything in the conditions needs to be copied to the outer scope to be |
| # accessible. |
| 'enable_google_now%': '<(enable_google_now)', |
| 'android_java_ui%': '<(android_java_ui)', |
| + 'use_vulcanize%': '<(use_vulcanize)', |
| # Grit defines based on the feature flags. These must be manually added to |
| # grit targets. |
| 'chrome_grit_defines': [ |
| '-D', 'enable_google_now=<(enable_google_now)', |
| + '-D', 'use_vulcanize=<(use_vulcanize)', |
| ] |
| }, |
| } |