| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 35f41ff6ded37c3532d69acf409905f1ff2d5da4..9040dd92d7b11bc53f5d40b4e201dd39b35ae04d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1396,6 +1396,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)'
|
|
|