diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-08 19:52:24 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-08 19:52:24 +0000 |
commit | 4ed935b305063de262d57e525eccf821615db205 (patch) | |
tree | 463d18f64bd3b3d52f20b105a94f2fa2703f6566 /content/content_tests.gypi | |
parent | 2ef92d8b16882ed55e8545698945afbc8a14c597 (diff) | |
download | chromium_src-4ed935b305063de262d57e525eccf821615db205.zip chromium_src-4ed935b305063de262d57e525eccf821615db205.tar.gz chromium_src-4ed935b305063de262d57e525eccf821615db205.tar.bz2 |
Don't build media_stream tests in content_unittests for android.
The source files were excluded for android in http://codereview.chromium.org/9271028
BUG=113172
TEST=
Review URL: http://codereview.chromium.org/9347033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
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/'], |