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

Unified Diff: media/media.gyp

Issue 1137263002: Chromecast: adds CmaRenderer test coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert chromium.fyi.json change Created 5 years, 7 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/video_frame_stream_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 f5e797b61fe5ea05cc3abeccf93be9587a92859d..8020ba7b7b68a2d46e441328ce296879b71005d0 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1133,6 +1133,7 @@
'base/decoder_buffer_queue_unittest.cc',
'base/decoder_buffer_unittest.cc',
'base/djb2_unittest.cc',
+ 'base/fake_demuxer_stream_unittest.cc',
'base/gmock_callback_support_unittest.cc',
'base/key_systems_unittest.cc',
'base/mac/video_frame_mac_unittests.cc',
@@ -1173,9 +1174,6 @@
'filters/decrypting_audio_decoder_unittest.cc',
'filters/decrypting_demuxer_stream_unittest.cc',
'filters/decrypting_video_decoder_unittest.cc',
- 'filters/fake_demuxer_stream.cc',
- 'filters/fake_demuxer_stream.h',
- 'filters/fake_demuxer_stream_unittest.cc',
'filters/fake_video_decoder.cc',
'filters/fake_video_decoder.h',
'filters/fake_video_decoder_unittest.cc',
@@ -1495,6 +1493,8 @@
'base/fake_audio_render_callback.h',
'base/fake_audio_renderer_sink.cc',
'base/fake_audio_renderer_sink.h',
+ 'base/fake_demuxer_stream.cc',
+ 'base/fake_demuxer_stream.h',
'base/fake_text_track_stream.cc',
'base/fake_text_track_stream.h',
'base/gmock_callback_support.h',
« no previous file with comments | « media/filters/video_frame_stream_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698