Chromium Code Reviews| Index: chrome/common/features.gni |
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni |
| index 3188c6c6244fb32fe5ef09c73d004f68ff0247d5..fddaa970417cd30c5d54be00a11b44c3d4e02d30 100644 |
| --- a/chrome/common/features.gni |
| +++ b/chrome/common/features.gni |
| @@ -13,6 +13,11 @@ declare_args() { |
| # Default to true if compiling for android, but allow this being overriden |
| # through the environment. |
| android_java_ui = is_android |
| + |
| + use_vulcanize = true |
|
Nico
2015/12/30 14:29:22
add a comment that explains what this does
Dan Beam
2015/12/30 17:11:12
Done.
|
| } |
| -chrome_grit_defines = [ "enable_google_now=$enable_google_now" ] |
| +chrome_grit_defines = [ |
| + "enable_google_now=$enable_google_now", |
| + "use_vulcanize=$use_vulcanize", |
| +] |