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

Side by Side Diff: content/content_tests.gypi

Issue 10804004: Remove the deprecated PeerConnection that uses the ROAP protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed trailing whitespace in webrtc.py Created 8 years, 5 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 | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 ], 426 ],
427 'conditions': [ 427 'conditions': [
428 ['enable_webrtc==1', { 428 ['enable_webrtc==1', {
429 'sources': [ 429 'sources': [
430 'browser/renderer_host/p2p/socket_host_test_utils.h', 430 'browser/renderer_host/p2p/socket_host_test_utils.h',
431 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 431 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
432 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 432 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
433 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 433 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
434 'renderer/media/media_stream_dispatcher_unittest.cc', 434 'renderer/media/media_stream_dispatcher_unittest.cc',
435 'renderer/media/media_stream_impl_unittest.cc', 435 'renderer/media/media_stream_impl_unittest.cc',
436 'renderer/media/peer_connection_handler_jsep_unittest.cc', 436 'renderer/media/peer_connection_handler_jsep_unittest.cc',
437 'renderer/media/peer_connection_handler_unittest.cc',
438 'renderer/media/rtc_video_decoder_unittest.cc', 437 'renderer/media/rtc_video_decoder_unittest.cc',
439 'renderer/media/webrtc_audio_device_unittest.cc', 438 'renderer/media/webrtc_audio_device_unittest.cc',
440 'renderer/p2p/p2p_transport_impl_unittest.cc', 439 'renderer/p2p/p2p_transport_impl_unittest.cc',
441 ], 440 ],
442 'dependencies': [ 441 'dependencies': [
443 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 442 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
444 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 443 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
445 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 444 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
446 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 445 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
447 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 446 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 735 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
737 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', 736 '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
738 ], 737 ],
739 }, 738 },
740 'includes': [ '../build/apk_test.gypi' ], 739 'includes': [ '../build/apk_test.gypi' ],
741 }, 740 },
742 ], 741 ],
743 }], 742 }],
744 ], 743 ],
745 } 744 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698