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