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

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: Addressing guidou's comments 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
« media/base/output_device_info.cc ('K') | « 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 17578a2c38e9da89cca7d3568062576fd9ac524c..292e1cd05c78bc7c21aa2939cdfce0c5adf7f5ed 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -383,7 +383,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',
@@ -1596,8 +1597,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_text_track_stream.cc',
'base/fake_text_track_stream.h',
'base/gmock_callback_support.h',
« media/base/output_device_info.cc ('K') | « media/blink/webmediaplayer_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698