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