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

Unified Diff: media/media.gyp

Issue 1809093003: Moving SwitchOutputDevice out of OutputDevice interface, eliminating OutputDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/blink/webmediaplayer_util.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 21c900a1586a3d6677a81641cf657a9e4e26a010..2f89a98e4bf8ceeac22a0ccc4384faf7a85f8208 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -385,7 +385,8 @@
'base/multi_channel_resampler.h',
'base/null_video_sink.cc',
'base/null_video_sink.h',
- 'base/output_device.h',
+ 'base/output_device_info.cc',
+ 'base/output_device_info.h',
'base/pipeline.h',
'base/pipeline_impl.cc',
'base/pipeline_impl.h',
@@ -1547,8 +1548,6 @@
'base/fake_demuxer_stream.h',
'base/fake_media_resources.cc',
'base/fake_media_resources.h',
- 'base/fake_output_device.cc',
- 'base/fake_output_device.h',
'base/fake_single_thread_task_runner.cc',
'base/fake_single_thread_task_runner.h',
'base/fake_text_track_stream.cc',
« no previous file with comments | « media/blink/webmediaplayer_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698