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

Unified Diff: content/content_renderer.gypi

Issue 9369022: disable media stream creation when enable_webrtc=0 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 8 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 | « build/common.gypi ('k') | content/renderer/media/media_stream_dependency_factory_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
===================================================================
--- content/content_renderer.gypi (revision 121195)
+++ content/content_renderer.gypi (working copy)
@@ -101,7 +101,6 @@
'renderer/media/capture_video_decoder.cc',
'renderer/media/capture_video_decoder.h',
'renderer/media/media_stream_dependency_factory.h',
- 'renderer/media/media_stream_dispatcher.cc',
'renderer/media/media_stream_dispatcher.h',
'renderer/media/media_stream_dispatcher_eventhandler.h',
'renderer/media/media_stream_impl.h',
@@ -264,6 +263,7 @@
],
'sources': [
'renderer/media/media_stream_dependency_factory.cc',
+ 'renderer/media/media_stream_dispatcher.cc',
'renderer/media/media_stream_impl.cc',
'renderer/media/peer_connection_handler.cc',
'renderer/media/peer_connection_handler.h',
@@ -272,11 +272,6 @@
'renderer/media/webrtc_audio_device_impl.cc',
'renderer/media/webrtc_audio_device_impl.h',
],
- }, {
- 'sources': [
- 'renderer/media/media_stream_dependency_factory_stub.cc',
- 'renderer/media/media_stream_impl_stub.cc',
- ],
}],
['java_bridge==1', {
'defines': [
« no previous file with comments | « build/common.gypi ('k') | content/renderer/media/media_stream_dependency_factory_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698