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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 ['enable_webrtc==1', { | 578 ['enable_webrtc==1', { |
579 'sources': [ | 579 'sources': [ |
580 'browser/renderer_host/p2p/socket_host_test_utils.h', | 580 'browser/renderer_host/p2p/socket_host_test_utils.h', |
581 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 581 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
582 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 582 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
583 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 583 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
584 'renderer/media/media_stream_dependency_factory_unittest.cc', | 584 'renderer/media/media_stream_dependency_factory_unittest.cc', |
585 'renderer/media/media_stream_dispatcher_unittest.cc', | 585 'renderer/media/media_stream_dispatcher_unittest.cc', |
586 'renderer/media/media_stream_impl_unittest.cc', | 586 'renderer/media/media_stream_impl_unittest.cc', |
587 'renderer/media/rtc_peer_connection_handler_unittest.cc', | 587 'renderer/media/rtc_peer_connection_handler_unittest.cc', |
| 588 'renderer/media/rtc_video_decoder_bridge_unittest.cc', |
588 'renderer/media/webrtc_audio_device_unittest.cc', | 589 'renderer/media/webrtc_audio_device_unittest.cc', |
589 ], | 590 ], |
590 'dependencies': [ | 591 'dependencies': [ |
591 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 592 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
592 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 593 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
593 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 594 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
594 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 595 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
595 ] | 596 ] |
596 }], | 597 }], |
597 # TODO(jrg): remove the OS=="android" section? | 598 # TODO(jrg): remove the OS=="android" section? |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 'resource_dir': 'shell/android/shell_apk/res', | 1077 'resource_dir': 'shell/android/shell_apk/res', |
1077 'additional_src_dirs': ['public/android/javatests/',], | 1078 'additional_src_dirs': ['public/android/javatests/',], |
1078 'is_test_apk': 1, | 1079 'is_test_apk': 1, |
1079 }, | 1080 }, |
1080 'includes': [ '../build/java_apk.gypi' ], | 1081 'includes': [ '../build/java_apk.gypi' ], |
1081 }, | 1082 }, |
1082 ], | 1083 ], |
1083 }], | 1084 }], |
1084 ], | 1085 ], |
1085 } | 1086 } |
OLD | NEW |