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

Unified Diff: media/base/BUILD.gn

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 | « no previous file | media/base/null_video_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 8a50fbe976248b070d5ebf8b60239c25b71c2af7..f8f3c69994ed197d2ee9c3df71c924b701584a18 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -121,6 +121,8 @@ source_set("base") {
"media_switches.h",
"multi_channel_resampler.cc",
"multi_channel_resampler.h",
+ "null_video_sink.cc",
+ "null_video_sink.h",
"pipeline.cc",
"pipeline.h",
"pipeline_status.h",
@@ -374,6 +376,7 @@ source_set("unittests") {
"gmock_callback_support_unittest.cc",
"key_systems_unittest.cc",
"multi_channel_resampler_unittest.cc",
+ "null_video_sink_unittest.cc",
"pipeline_unittest.cc",
"ranges_unittest.cc",
"run_all_unittests.cc",
« no previous file with comments | « no previous file | media/base/null_video_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698