| 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 ['enable_webrtc==1', { | 551 ['enable_webrtc==1', { |
| 552 'sources': [ | 552 'sources': [ |
| 553 'browser/renderer_host/p2p/socket_host_test_utils.h', | 553 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 554 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 554 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| 555 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 555 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
| 556 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 556 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
| 557 'renderer/media/media_stream_dependency_factory_unittest.cc', | 557 'renderer/media/media_stream_dependency_factory_unittest.cc', |
| 558 'renderer/media/media_stream_dispatcher_unittest.cc', | 558 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 559 'renderer/media/media_stream_impl_unittest.cc', | 559 'renderer/media/media_stream_impl_unittest.cc', |
| 560 'renderer/media/rtc_peer_connection_handler_unittest.cc', | 560 'renderer/media/rtc_peer_connection_handler_unittest.cc', |
| 561 'renderer/media/rtc_video_decoder_unittest.cc', | |
| 562 'renderer/media/webrtc_audio_device_unittest.cc', | 561 'renderer/media/webrtc_audio_device_unittest.cc', |
| 563 ], | 562 ], |
| 564 'dependencies': [ | 563 'dependencies': [ |
| 565 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 564 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
| 566 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 565 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
| 567 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', | 566 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', |
| 568 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', | 567 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', |
| 569 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 568 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
| 570 ] | 569 ] |
| 571 }], | 570 }], |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 'additional_src_dirs': ['../content/public/android/javatests/',], | 1044 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1046 'resource_dir': '../shell_apk/res', | 1045 'resource_dir': '../shell_apk/res', |
| 1047 'is_test_apk': 1, | 1046 'is_test_apk': 1, |
| 1048 }, | 1047 }, |
| 1049 'includes': [ '../build/java_apk.gypi' ], | 1048 'includes': [ '../build/java_apk.gypi' ], |
| 1050 }, | 1049 }, |
| 1051 ], | 1050 ], |
| 1052 }], | 1051 }], |
| 1053 ], | 1052 ], |
| 1054 } | 1053 } |
| OLD | NEW |