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

Unified Diff: media/media.gyp

Issue 2016213003: Separate MediaCodecLoop from MediaCodecAudioDecoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't allow STATE_DRAINED when flushing Created 4 years, 6 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/android/media_codec_audio_decoder.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 e6afa2e598edc2eac075d03997dc925b48539333..fe3333448de92d4524896cfb7a516eaf900e5680 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1101,6 +1101,7 @@
'sources': [
'base/android/access_unit_queue_unittest.cc',
'base/android/media_codec_decoder_unittest.cc',
+ 'base/android/media_codec_loop_unittest.cc',
'base/android/media_drm_bridge_unittest.cc',
'base/android/media_player_bridge_unittest.cc',
'base/android/media_source_player_unittest.cc',
@@ -1830,6 +1831,8 @@
'base/android/media_codec_bridge.h',
'base/android/media_codec_decoder.cc',
'base/android/media_codec_decoder.h',
+ 'base/android/media_codec_loop.cc',
+ 'base/android/media_codec_loop.h',
'base/android/media_codec_player.cc',
'base/android/media_codec_player.h',
'base/android/media_codec_util.cc',
« no previous file with comments | « media/filters/android/media_codec_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698