| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 339cc756bc7dcefb443fa32b7e7cb923b5804907..ddb075c5467320f0b4e5a1228b68ee478e3a9151 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -381,6 +381,9 @@
|
| # Web speech is enabled by default. Set to 0 to disable.
|
| 'enable_web_speech%': 1,
|
|
|
| + # 'Ok Google' hotwording is enabled by default. Set to 0 to disable.
|
| + 'enable_hotwording%': 1,
|
| +
|
| # Notifications are compiled in by default. Set to 0 to disable.
|
| 'notifications%' : 1,
|
|
|
| @@ -1134,6 +1137,7 @@
|
| 'configuration_policy%': '<(configuration_policy)',
|
| 'safe_browsing%': '<(safe_browsing)',
|
| 'enable_web_speech%': '<(enable_web_speech)',
|
| + 'enable_hotwording%': '<(enable_hotwording)',
|
| 'notifications%': '<(notifications)',
|
| 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
|
| 'mac_want_real_dsym%': '<(mac_want_real_dsym)',
|
|
|