Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2631)

Unified Diff: build/common.gypi

Issue 1264973002: Disable 'Ok Google' hotwording on desktop Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix syntax errors. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
}],
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698