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

Unified Diff: media/base/BUILD.gn

Issue 1658303002: Create abstract interface for media::Pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix FakeMediaSource includes. 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 | « content/renderer/media/render_media_log.cc ('k') | media/base/media_log.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 f8419576cbb2d2a406aae1adea33b2d146a2e5c2..7bdf1ef8c7bf69c3d5eaf23810cc29dee30ab5ef 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -137,8 +137,9 @@ source_set("base") {
"null_video_sink.cc",
"null_video_sink.h",
"output_device.h",
- "pipeline.cc",
"pipeline.h",
+ "pipeline_impl.cc",
+ "pipeline_impl.h",
"pipeline_status.h",
"player_tracker.cc",
"player_tracker.h",
@@ -404,7 +405,7 @@ source_set("unittests") {
"moving_average_unittest.cc",
"multi_channel_resampler_unittest.cc",
"null_video_sink_unittest.cc",
- "pipeline_unittest.cc",
+ "pipeline_impl_unittest.cc",
"ranges_unittest.cc",
"run_all_unittests.cc",
"seekable_buffer_unittest.cc",
« no previous file with comments | « content/renderer/media/render_media_log.cc ('k') | media/base/media_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698