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

Unified Diff: Source/build/features.gypi

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 | « no previous file | Source/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 001e2dc363c1c4869bf50e3cecce8e733ef1966f..d340677e7b98e44f4f661e1e1643738a7db60ce1 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -50,14 +50,9 @@
# Use concatenated HRTF impulse responses
'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'],
}],
- ['OS=="android"', {
- 'feature_defines': [
- 'ENABLE_MEDIA_CAPTURE=1'
- ],
- }, { # OS!="android"
+ ['OS!="android"', {
'feature_defines': [
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
- 'ENABLE_MEDIA_CAPTURE=0',
'ENABLE_WEB_AUDIO=1'
],
}],
« no previous file with comments | « no previous file | Source/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698