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

Unified Diff: media/BUILD.gn

Issue 1785173005: Revert of Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/browser/media/media_canplaytype_browsertest.cc ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 7535d1179aa1b49d3e444f815b8a97704ee22017..cb13534255e54b10848a162fd446cfe709bde17a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -641,15 +641,19 @@
sources += [
"ffmpeg/ffmpeg_common_unittest.cc",
"filters/audio_decoder_unittest.cc",
- "filters/audio_file_reader_unittest.cc",
"filters/blocking_url_protocol_unittest.cc",
- "filters/ffmpeg_demuxer_unittest.cc",
"filters/ffmpeg_glue_unittest.cc",
"filters/in_memory_url_protocol_unittest.cc",
]
if (!is_android) {
sources += [
+ # These tests are confused by Android always having proprietary
+ # codecs enabled, but ffmpeg_branding=Chromium. These should be
+ # fixed, http://crbug.com/570762.
+ "filters/audio_file_reader_unittest.cc",
+ "filters/ffmpeg_demuxer_unittest.cc",
+
# FFmpeg on Android does not include video decoders.
"filters/ffmpeg_video_decoder_unittest.cc",
]
« no previous file with comments | « content/browser/media/media_canplaytype_browsertest.cc ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698