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

Unified Diff: media/media.gyp

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 | « media/filters/gpu_video_decoder.cc ('k') | media/renderers/video_renderer_impl.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 b6f34aa7e72a820a16d722ab20afddd202fcf2e2..11f2742f1aa4d1b500edce1f9753579a72b0eb8b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -365,8 +365,9 @@
'base/null_video_sink.cc',
'base/null_video_sink.h',
'base/output_device.h',
- 'base/pipeline.cc',
'base/pipeline.h',
+ 'base/pipeline_impl.cc',
+ 'base/pipeline_impl.h',
'base/pipeline_status.h',
'base/player_tracker.cc',
'base/player_tracker.h',
@@ -1263,7 +1264,7 @@
'base/moving_average_unittest.cc',
'base/multi_channel_resampler_unittest.cc',
'base/null_video_sink_unittest.cc',
- 'base/pipeline_unittest.cc',
+ 'base/pipeline_impl_unittest.cc',
'base/ranges_unittest.cc',
'base/run_all_unittests.cc',
'base/seekable_buffer_unittest.cc',
« no previous file with comments | « media/filters/gpu_video_decoder.cc ('k') | media/renderers/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698