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

Unified Diff: build/config/features.gni

Issue 356963003: Introduce enable_web_speech to replace with input_speech (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 6 years, 6 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 | « build/common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index ccfec7c7bdd663319e46b66058f924067b6a2bdd..55d19941af46df93bfce42b92dbebd21b0d19b7b 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -67,10 +67,7 @@ enable_notifications = !is_android
# TODO(brettw) this should be moved to net and only dependents get this define.
disable_ftp_support = is_ios
-# Speech input is compiled in by default. Set to 0 to disable.
-# TODO(tommyw): Speech Input doesn't exist anymore. Clarify the scope
-# of this flag (and probably rename it).
-enable_speech_input = true
+enable_web_speech = (!is_android && !is_ios)
use_dbus = is_linux
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698