| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 01904f5478645cb3b9a1a1e6824584316948b86f..80acde7e7605534868b5204dce1ec08bc15ac329 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1406,6 +1406,9 @@
|
| ['enable_settings_app==1', {
|
| 'grit_defines': ['-D', 'enable_settings_app'],
|
| }],
|
| + ['enable_google_now==1', {
|
| + 'grit_defines': ['-D', 'enable_google_now'],
|
| + }],
|
| ['clang_use_chrome_plugins==1 and OS!="win"', {
|
| 'clang_chrome_plugins_flags': [
|
| '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
|
|
|