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

Unified Diff: media/media.gyp

Issue 1577433004: Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo comment change. Created 4 years, 9 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 | « media/filters/audio_decoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f254b8fd5712bbbdab53263beb8d2ab998e219a5..1616b19e6829d1ac36a137a035d9e4172c7fd516 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1160,7 +1160,6 @@
'<@(capture_unittests_sources)',
'base/android/access_unit_queue_unittest.cc',
'base/android/media_codec_decoder_unittest.cc',
- 'base/android/media_codec_player_unittest.cc',
'base/android/media_drm_bridge_unittest.cc',
'base/android/media_player_bridge_unittest.cc',
'base/android/media_source_player_unittest.cc',
@@ -1331,12 +1330,6 @@
'filters/ffmpeg_video_decoder_unittest.cc',
'test/pipeline_integration_test.cc',
'test/pipeline_integration_test_base.cc',
-
- # These tests are confused by Android always having proprietary
- # codecs enabled, but ffmpeg_branding=Chromium. These should be
- # fixed, see http://crbug.com/570762.
- 'filters/audio_file_reader_unittest.cc',
- 'filters/ffmpeg_demuxer_unittest.cc',
],
}],
['OS=="android"', {
@@ -1370,6 +1363,7 @@
}],
['proprietary_codecs==1', {
'sources': [
+ 'base/android/media_codec_player_unittest.cc',
'cdm/cenc_utils_unittest.cc',
'filters/ffmpeg_aac_bitstream_converter_unittest.cc',
'filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc',
« no previous file with comments | « media/filters/audio_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698