| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 04a93bc927fee348c3eba86295ad124d8063a874..3bfdf46520fce1c2548e4ee294919a62ceab36d1 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -416,9 +416,9 @@
|
| # Web speech is enabled by default. Set to 0 to disable.
|
| 'enable_web_speech%': 1,
|
|
|
| - # 'Ok Google' hotwording is disabled by default in open source builds. Set
|
| - # to 1 to enable. (This will download a closed-source NaCl module at
|
| - # startup.) Chrome-branded builds have this enabled by default.
|
| + # 'Ok Google' hotwording is disabled by default. Set to 1 to enable. (This
|
| + # will download a closed-source NaCl module at startup.) Chrome-branded
|
| + # ChromeOS builds have this enabled by default.
|
| 'enable_hotwording%': 0,
|
|
|
| # Notifications are compiled in by default. Set to 0 to disable.
|
| @@ -850,7 +850,8 @@
|
| 'enable_prod_wallet_service%': 1,
|
| }],
|
|
|
| - ['branding=="Chrome"', {
|
| + # Enable hotwording on Chrome-branded ChromeOS builds.
|
| + ['branding=="Chrome" and chromeos==1', {
|
| 'enable_hotwording%': 1,
|
| }],
|
|
|
|
|