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 |