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

Side by Side Diff: content/content_tests.gypi

Issue 10919122: Move creation of PeerConnection from the RenderView to the RenderThreadImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #if defined(ENABLE_WEBRTC) in RendererWebKitPlatformSupportImpl::createPeerConnection00Handler to b… Created 8 years, 3 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/renderer/media/media_stream_center.h » ('j') | no next file with comments »
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 '../webkit/support/webkit_support.gyp:webkit_media', 492 '../webkit/support/webkit_support.gyp:webkit_media',
493 '../webkit/webkit.gyp:test_shell_test_support', 493 '../webkit/webkit.gyp:test_shell_test_support',
494 ], 494 ],
495 }], 495 }],
496 ['enable_webrtc==1', { 496 ['enable_webrtc==1', {
497 'sources': [ 497 'sources': [
498 'browser/renderer_host/p2p/socket_host_test_utils.h', 498 'browser/renderer_host/p2p/socket_host_test_utils.h',
499 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 499 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
500 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 500 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
501 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 501 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
502 'renderer/media/media_stream_dispatcher_unittest.cc', 502 'renderer/media/media_stream_dependency_factory_unittest.cc',
503 'renderer/media/media_stream_dispatcher_unittest.cc',
503 'renderer/media/media_stream_impl_unittest.cc', 504 'renderer/media/media_stream_impl_unittest.cc',
504 'renderer/media/peer_connection_handler_jsep_unittest.cc', 505 'renderer/media/peer_connection_handler_jsep_unittest.cc',
505 'renderer/media/rtc_video_decoder_unittest.cc', 506 'renderer/media/rtc_video_decoder_unittest.cc',
506 'renderer/media/webrtc_audio_device_unittest.cc', 507 'renderer/media/webrtc_audio_device_unittest.cc',
507 ], 508 ],
508 'dependencies': [ 509 'dependencies': [
509 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 510 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
510 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 511 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
511 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 512 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
512 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 513 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'apk_name': 'ContentShellTest', 882 'apk_name': 'ContentShellTest',
882 'java_in_dir': 'shell/android/javatests', 883 'java_in_dir': 'shell/android/javatests',
883 'resource_dir': 'shell/android/res', 884 'resource_dir': 'shell/android/res',
884 }, 885 },
885 'includes': [ '../build/java_apk.gypi' ], 886 'includes': [ '../build/java_apk.gypi' ],
886 }, 887 },
887 ], 888 ],
888 }], 889 }],
889 ], 890 ],
890 } 891 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698