| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index f362777e92eb6974350f7e1881b4cc824303fb96..3e2bb2e07cfe521c82e48eafc830fa27f5609cc8 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -53,6 +53,11 @@ declare_args() {
|
| # Enables the Media Router.
|
| enable_media_router = !is_ios && !is_android
|
|
|
| + # 'Ok Google' hotwording is disabled by default in open source builds. Set to
|
| + # true to enable. (This will download a closed-source NaCl module at startup.)
|
| + # Chrome-branded builds have this enabled by default.
|
| + enable_hotwording = is_chrome_branded
|
| +
|
| # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
|
| # Android OS includes support for proprietary codecs regardless of building
|
| # Chromium or Google Chrome. We also ship Google Chrome and Chromecast with
|
|
|