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

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: Removed contitions from base/container_names.* compilation 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
« 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 ca93b36091dcb352d03d691a55c806ba4748b210..96abc14b367c1ac2c0c64e8544047a8198bf8608 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -688,8 +688,6 @@
'sources!': [
'base/audio_video_metadata_extractor.cc',
'base/audio_video_metadata_extractor.h',
- 'base/container_names.cc',
- 'base/container_names.h',
'base/media_file_checker.cc',
'base/media_file_checker.h',
'ffmpeg/ffmpeg_common.cc',
@@ -1399,7 +1397,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',
],
« 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