summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/content_renderer.gypi1
-rw-r--r--content/content_tests.gypi8
2 files changed, 9 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index c0a7f7b..e5ed0d5 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -247,6 +247,7 @@
],
}],
# TODO(jrg): remove the OS=="android" section?
+ # http://crbug.com/113172
# Understand better how media_stream_ is tied into Chromium.
['enable_webrtc==0 and OS=="android"', {
'sources/': [
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index eab4b4d..19077ca 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -302,6 +302,14 @@
'../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
]
}],
+ # TODO(jrg): remove the OS=="android" section?
+ # http://crbug.com/113172
+ # Understand better how media_stream_ is tied into Chromium.
+ ['enable_webrtc==0 and OS=="android"', {
+ 'sources/': [
+ ['exclude', '^renderer/media/media_stream_'],
+ ],
+ }],
['input_speech==0', {
'sources/': [
['exclude', '^browser/speech/'],