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

Unified Diff: Source/config.gni

Issue 358923002: Move ENABLE_MEDIA_CAPTURE to a runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/build/features.gypi ('k') | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index b12cdf2e31331891b1f45a58e75d64297d4607db..a317eb896785d803db937e5be7e47d9f12308e38 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -63,14 +63,9 @@ if (use_concatenated_impulse_responses) {
feature_defines_list += [ "WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1" ]
}
-if (is_android) {
- feature_defines_list += [
- "ENABLE_MEDIA_CAPTURE=1",
- ]
-} else {
+if (!is_android) {
feature_defines_list += [
"ENABLE_INPUT_MULTIPLE_FIELDS_UI=1",
- "ENABLE_MEDIA_CAPTURE=0",
"ENABLE_WEB_AUDIO=1",
]
}
« no previous file with comments | « Source/build/features.gypi ('k') | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698