| OLD | NEW |
| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'sources': [ | 436 'sources': [ |
| 437 'browser/renderer_host/p2p/socket_host_test_utils.h', | 437 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 438 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 438 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| 439 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 439 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
| 440 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 440 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
| 441 'renderer/media/media_stream_dispatcher_unittest.cc', | 441 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 442 'renderer/media/media_stream_impl_unittest.cc', | 442 'renderer/media/media_stream_impl_unittest.cc', |
| 443 'renderer/media/peer_connection_handler_jsep_unittest.cc', | 443 'renderer/media/peer_connection_handler_jsep_unittest.cc', |
| 444 'renderer/media/rtc_video_decoder_unittest.cc', | 444 'renderer/media/rtc_video_decoder_unittest.cc', |
| 445 'renderer/media/webrtc_audio_device_unittest.cc', | 445 'renderer/media/webrtc_audio_device_unittest.cc', |
| 446 'renderer/p2p/p2p_transport_impl_unittest.cc', | |
| 447 ], | 446 ], |
| 448 'dependencies': [ | 447 'dependencies': [ |
| 449 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 448 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
| 450 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 449 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
| 451 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', | 450 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', |
| 452 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', | 451 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', |
| 453 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 452 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
| 454 ] | 453 ] |
| 455 }], | 454 }], |
| 456 # TODO(jrg): remove the OS=="android" section? | 455 # TODO(jrg): remove the OS=="android" section? |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 '-buildfile', | 834 '-buildfile', |
| 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 835 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 837 ] | 836 ] |
| 838 } | 837 } |
| 839 ], | 838 ], |
| 840 }, | 839 }, |
| 841 ], | 840 ], |
| 842 }], | 841 }], |
| 843 ], | 842 ], |
| 844 } | 843 } |
| OLD | NEW |