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

Side by Side Diff: content/content_renderer.gypi

Issue 10703095: New PeerConnection handler in Chrome to support latest PeerConnection draft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit test and mock. Removed old bad mock. Created 8 years, 4 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/content_tests.gypi » ('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_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ], 304 ],
305 'sources': [ 305 'sources': [
306 'renderer/media/media_stream_center.cc', 306 'renderer/media/media_stream_center.cc',
307 'renderer/media/media_stream_dependency_factory.cc', 307 'renderer/media/media_stream_dependency_factory.cc',
308 'renderer/media/media_stream_dispatcher.cc', 308 'renderer/media/media_stream_dispatcher.cc',
309 'renderer/media/media_stream_impl.cc', 309 'renderer/media/media_stream_impl.cc',
310 'renderer/media/peer_connection_handler_base.cc', 310 'renderer/media/peer_connection_handler_base.cc',
311 'renderer/media/peer_connection_handler_base.h', 311 'renderer/media/peer_connection_handler_base.h',
312 'renderer/media/peer_connection_handler_jsep.cc', 312 'renderer/media/peer_connection_handler_jsep.cc',
313 'renderer/media/peer_connection_handler_jsep.h', 313 'renderer/media/peer_connection_handler_jsep.h',
314 'renderer/media/rtc_peer_connection_handler.cc',
315 'renderer/media/rtc_peer_connection_handler.h',
314 'renderer/media/video_capture_module_impl.cc', 316 'renderer/media/video_capture_module_impl.cc',
315 'renderer/media/video_capture_module_impl.h', 317 'renderer/media/video_capture_module_impl.h',
316 'renderer/media/webrtc_audio_device_impl.cc', 318 'renderer/media/webrtc_audio_device_impl.cc',
317 'renderer/media/webrtc_audio_device_impl.h', 319 'renderer/media/webrtc_audio_device_impl.h',
318 'renderer/p2p/host_address_request.cc', 320 'renderer/p2p/host_address_request.cc',
319 'renderer/p2p/host_address_request.h', 321 'renderer/p2p/host_address_request.h',
320 'renderer/p2p/ipc_network_manager.cc', 322 'renderer/p2p/ipc_network_manager.cc',
321 'renderer/p2p/ipc_network_manager.h', 323 'renderer/p2p/ipc_network_manager.h',
322 'renderer/p2p/ipc_socket_factory.cc', 324 'renderer/p2p/ipc_socket_factory.cc',
323 'renderer/p2p/ipc_socket_factory.h', 325 'renderer/p2p/ipc_socket_factory.h',
(...skipping 21 matching lines...) Expand all
345 }], 347 }],
346 ], 348 ],
347 'target_conditions': [ 349 'target_conditions': [
348 ['OS=="android"', { 350 ['OS=="android"', {
349 'sources/': [ 351 'sources/': [
350 ['include', '^renderer/render_view_linux\\.cc$'], 352 ['include', '^renderer/render_view_linux\\.cc$'],
351 ], 353 ],
352 }], 354 }],
353 ], 355 ],
354 } 356 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698