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

Side by Side Diff: content/content_renderer.gypi

Issue 9699069: Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleting two renamed files. Created 8 years, 8 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/media_stream_impl.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', 264 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
265 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', 265 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
266 ], 266 ],
267 'sources': [ 267 'sources': [
268 'renderer/media/media_stream_center.cc', 268 'renderer/media/media_stream_center.cc',
269 'renderer/media/media_stream_dependency_factory.cc', 269 'renderer/media/media_stream_dependency_factory.cc',
270 'renderer/media/media_stream_dispatcher.cc', 270 'renderer/media/media_stream_dispatcher.cc',
271 'renderer/media/media_stream_impl.cc', 271 'renderer/media/media_stream_impl.cc',
272 'renderer/media/peer_connection_handler.cc', 272 'renderer/media/peer_connection_handler.cc',
273 'renderer/media/peer_connection_handler.h', 273 'renderer/media/peer_connection_handler.h',
274 'renderer/media/peer_connection_handler_base.cc',
275 'renderer/media/peer_connection_handler_base.h',
276 'renderer/media/peer_connection_handler_jsep.cc',
277 'renderer/media/peer_connection_handler_jsep.h',
274 'renderer/media/video_capture_module_impl.cc', 278 'renderer/media/video_capture_module_impl.cc',
275 'renderer/media/video_capture_module_impl.h', 279 'renderer/media/video_capture_module_impl.h',
276 'renderer/media/webrtc_audio_device_impl.cc', 280 'renderer/media/webrtc_audio_device_impl.cc',
277 'renderer/media/webrtc_audio_device_impl.h', 281 'renderer/media/webrtc_audio_device_impl.h',
278 ], 282 ],
279 }], 283 }],
280 ['java_bridge==1', { 284 ['java_bridge==1', {
281 'defines': [ 285 'defines': [
282 'ENABLE_JAVA_BRIDGE', 286 'ENABLE_JAVA_BRIDGE',
283 ], 287 ],
284 }, { 288 }, {
285 'sources!': [ 289 'sources!': [
286 'renderer/java/java_bridge_channel.cc', 290 'renderer/java/java_bridge_channel.cc',
287 'renderer/java/java_bridge_channel.h', 291 'renderer/java/java_bridge_channel.h',
288 'renderer/java/java_bridge_dispatcher.cc', 292 'renderer/java/java_bridge_dispatcher.cc',
289 'renderer/java/java_bridge_dispatcher.h', 293 'renderer/java/java_bridge_dispatcher.h',
290 ], 294 ],
291 }], 295 }],
292 ], 296 ],
293 } 297 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/media_stream_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698