OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'browser/webui/web_ui_message_handler_unittest.cc', | 371 'browser/webui/web_ui_message_handler_unittest.cc', |
372 'common/android/address_parser_unittest.cc', | 372 'common/android/address_parser_unittest.cc', |
373 'common/cc_messages_unittest.cc', | 373 'common/cc_messages_unittest.cc', |
374 'common/common_param_traits_unittest.cc', | 374 'common/common_param_traits_unittest.cc', |
375 'common/mac/attributed_string_coder_unittest.mm', | 375 'common/mac/attributed_string_coder_unittest.mm', |
376 'common/mac/font_descriptor_unittest.mm', | 376 'common/mac/font_descriptor_unittest.mm', |
377 'common/gpu/gpu_info_unittest.cc', | 377 'common/gpu/gpu_info_unittest.cc', |
378 'common/gpu/gpu_memory_manager_unittest.cc', | 378 'common/gpu/gpu_memory_manager_unittest.cc', |
379 'common/inter_process_time_ticks_converter_unittest.cc', | 379 'common/inter_process_time_ticks_converter_unittest.cc', |
380 'common/page_zoom_unittest.cc', | 380 'common/page_zoom_unittest.cc', |
381 'common/partial_circular_buffer_unittest.cc', | |
382 'common/resource_dispatcher_unittest.cc', | 381 'common/resource_dispatcher_unittest.cc', |
383 'common/sandbox_mac_diraccess_unittest.mm', | 382 'common/sandbox_mac_diraccess_unittest.mm', |
384 'common/sandbox_mac_fontloading_unittest.mm', | 383 'common/sandbox_mac_fontloading_unittest.mm', |
385 'common/sandbox_mac_system_access_unittest.mm', | 384 'common/sandbox_mac_system_access_unittest.mm', |
386 'common/sandbox_mac_unittest_helper.h', | 385 'common/sandbox_mac_unittest_helper.h', |
387 'common/sandbox_mac_unittest_helper.mm', | 386 'common/sandbox_mac_unittest_helper.mm', |
388 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', | 387 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', |
389 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', | 388 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', |
390 'gpu/gpu_info_collector_unittest.cc', | 389 'gpu/gpu_info_collector_unittest.cc', |
391 'renderer/active_notification_tracker_unittest.cc', | 390 'renderer/active_notification_tracker_unittest.cc', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 599 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
601 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 600 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
602 'renderer/media/media_stream_dependency_factory_unittest.cc', | 601 'renderer/media/media_stream_dependency_factory_unittest.cc', |
603 'renderer/media/media_stream_dispatcher_unittest.cc', | 602 'renderer/media/media_stream_dispatcher_unittest.cc', |
604 'renderer/media/media_stream_impl_unittest.cc', | 603 'renderer/media/media_stream_impl_unittest.cc', |
605 'renderer/media/rtc_peer_connection_handler_unittest.cc', | 604 'renderer/media/rtc_peer_connection_handler_unittest.cc', |
606 'renderer/media/video_destination_handler_unittest.cc', | 605 'renderer/media/video_destination_handler_unittest.cc', |
607 'renderer/media/video_source_handler_unittest.cc', | 606 'renderer/media/video_source_handler_unittest.cc', |
608 'renderer/media/webrtc_audio_device_unittest.cc', | 607 'renderer/media/webrtc_audio_device_unittest.cc', |
609 'renderer/media/webrtc_local_audio_track_unittest.cc', | 608 'renderer/media/webrtc_local_audio_track_unittest.cc', |
610 'renderer/media/webrtc_logging_handler_impl_unittest.cc', | |
611 ], | 609 ], |
612 'dependencies': [ | 610 'dependencies': [ |
613 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 611 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
614 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 612 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
615 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 613 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
616 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 614 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
617 ] | 615 ] |
618 }], | 616 }], |
619 # TODO(jrg): remove the OS=="android" section? | 617 # TODO(jrg): remove the OS=="android" section? |
620 # http://crbug.com/113172 | 618 # http://crbug.com/113172 |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 'resource_dir': 'shell/android/shell_apk/res', | 1114 'resource_dir': 'shell/android/shell_apk/res', |
1117 'additional_src_dirs': ['public/android/javatests/',], | 1115 'additional_src_dirs': ['public/android/javatests/',], |
1118 'is_test_apk': 1, | 1116 'is_test_apk': 1, |
1119 }, | 1117 }, |
1120 'includes': [ '../build/java_apk.gypi' ], | 1118 'includes': [ '../build/java_apk.gypi' ], |
1121 }, | 1119 }, |
1122 ], | 1120 ], |
1123 }], | 1121 }], |
1124 ], | 1122 ], |
1125 } | 1123 } |
OLD | NEW |