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

Side by Side Diff: content/content_renderer.gypi

Issue 9619006: Adding a skeleton MediaStreamCenter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../ppapi/ppapi_internal.gyp:ppapi_shared', 10 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 }], 252 }],
253 ['enable_webrtc==1', { 253 ['enable_webrtc==1', {
254 'dependencies': [ 254 'dependencies': [
255 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 255 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
256 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 256 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
257 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers', 257 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers',
258 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', 258 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
259 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', 259 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
260 ], 260 ],
261 'sources': [ 261 'sources': [
262 'renderer/media/media_stream_center.cc',
263 'renderer/media/media_stream_center.h',
262 'renderer/media/media_stream_dependency_factory.cc', 264 'renderer/media/media_stream_dependency_factory.cc',
263 'renderer/media/media_stream_dispatcher.cc', 265 'renderer/media/media_stream_dispatcher.cc',
264 'renderer/media/media_stream_impl.cc', 266 'renderer/media/media_stream_impl.cc',
265 'renderer/media/peer_connection_handler.cc', 267 'renderer/media/peer_connection_handler.cc',
266 'renderer/media/peer_connection_handler.h', 268 'renderer/media/peer_connection_handler.h',
267 'renderer/media/video_capture_module_impl.cc', 269 'renderer/media/video_capture_module_impl.cc',
268 'renderer/media/video_capture_module_impl.h', 270 'renderer/media/video_capture_module_impl.h',
269 'renderer/media/webrtc_audio_device_impl.cc', 271 'renderer/media/webrtc_audio_device_impl.cc',
270 'renderer/media/webrtc_audio_device_impl.h', 272 'renderer/media/webrtc_audio_device_impl.h',
271 ], 273 ],
272 }], 274 }],
273 ['java_bridge==1', { 275 ['java_bridge==1', {
274 'defines': [ 276 'defines': [
275 'ENABLE_JAVA_BRIDGE', 277 'ENABLE_JAVA_BRIDGE',
276 ], 278 ],
277 }, { 279 }, {
278 'sources!': [ 280 'sources!': [
279 'renderer/java/java_bridge_channel.cc', 281 'renderer/java/java_bridge_channel.cc',
280 'renderer/java/java_bridge_channel.h', 282 'renderer/java/java_bridge_channel.h',
281 'renderer/java/java_bridge_dispatcher.cc', 283 'renderer/java/java_bridge_dispatcher.cc',
282 'renderer/java/java_bridge_dispatcher.h', 284 'renderer/java/java_bridge_dispatcher.h',
283 ], 285 ],
284 }], 286 }],
285 ], 287 ],
286 } 288 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_center.h » ('j') | content/renderer/render_thread_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698