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

Unified Diff: build/config/features.gni

Issue 328313003: More work on content/browser GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | build/config/linux/BUILD.gn » ('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 2f66e0279866d1074131d131d8135340a16dc4ac..415ca77aaeb0f309e2c3bbb408b8182e0d56d2cd 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -63,3 +63,10 @@ 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
+
+use_dbus = is_linux
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698