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

Unified Diff: media/media.gyp

Issue 1116473002: Introduce NullVideoSink for test classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 5 years, 8 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/base/null_video_sink_unittest.cc ('k') | media/renderers/video_renderer_impl_unittest.cc » ('j') | 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 e4518deb0a679ac529f26596097f4d14cc1bf453..327c01c621c191f21036ecbdcd7340abff096bb1 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -332,6 +332,8 @@
'base/media_win.cc',
'base/multi_channel_resampler.cc',
'base/multi_channel_resampler.h',
+ 'base/null_video_sink.cc',
+ 'base/null_video_sink.h',
'base/pipeline.cc',
'base/pipeline.h',
'base/pipeline_status.h',
@@ -1211,6 +1213,7 @@
'base/mac/video_frame_mac_unittests.cc',
'base/media_file_checker_unittest.cc',
'base/multi_channel_resampler_unittest.cc',
+ 'base/null_video_sink_unittest.cc',
'base/pipeline_unittest.cc',
'base/ranges_unittest.cc',
'base/run_all_unittests.cc',
« no previous file with comments | « media/base/null_video_sink_unittest.cc ('k') | media/renderers/video_renderer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698