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

Unified Diff: media/media.gyp

Issue 1727953005: Enable AudioDecoder unit tests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile audio_decoder_unittest.cc only if media_use_ffmpeg is set Created 4 years, 10 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
« media/base/BUILD.gn ('K') | « 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 ca93b36091dcb352d03d691a55c806ba4748b210..613d45c745d14a0c0d5d47c940cd181522f6e062 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1377,6 +1377,7 @@
],
}, { # media_use_ffmpeg==0
'sources!': [
+ 'base/container_names_unittest.cc',
DaleCurtis 2016/02/29 23:17:46 Same Q, why?
'ffmpeg/ffmpeg_common_unittest.cc',
'filters/audio_decoder_unittest.cc',
'filters/ffmpeg_aac_bitstream_converter_unittest.cc',
@@ -1399,7 +1400,6 @@
# 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_decoder_unittest.cc',
'filters/audio_file_reader_unittest.cc',
'filters/ffmpeg_demuxer_unittest.cc',
],
« media/base/BUILD.gn ('K') | « media/filters/audio_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698