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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'browser/webui/web_ui_data_source_unittest.cc', | 358 'browser/webui/web_ui_data_source_unittest.cc', |
359 'browser/webui/web_ui_message_handler_unittest.cc', | 359 'browser/webui/web_ui_message_handler_unittest.cc', |
360 'common/android/address_parser_unittest.cc', | 360 'common/android/address_parser_unittest.cc', |
361 'common/cc_messages_unittest.cc', | 361 'common/cc_messages_unittest.cc', |
362 'common/common_param_traits_unittest.cc', | 362 'common/common_param_traits_unittest.cc', |
363 'common/mac/attributed_string_coder_unittest.mm', | 363 'common/mac/attributed_string_coder_unittest.mm', |
364 'common/mac/font_descriptor_unittest.mm', | 364 'common/mac/font_descriptor_unittest.mm', |
365 'common/gpu/gpu_memory_manager_unittest.cc', | 365 'common/gpu/gpu_memory_manager_unittest.cc', |
366 'common/inter_process_time_ticks_converter_unittest.cc', | 366 'common/inter_process_time_ticks_converter_unittest.cc', |
367 'common/page_zoom_unittest.cc', | 367 'common/page_zoom_unittest.cc', |
368 'common/partial_circular_buffer_unittest.cc', | |
369 'common/resource_dispatcher_unittest.cc', | 368 'common/resource_dispatcher_unittest.cc', |
370 'common/sandbox_mac_diraccess_unittest.mm', | 369 'common/sandbox_mac_diraccess_unittest.mm', |
371 'common/sandbox_mac_fontloading_unittest.mm', | 370 'common/sandbox_mac_fontloading_unittest.mm', |
372 'common/sandbox_mac_system_access_unittest.mm', | 371 'common/sandbox_mac_system_access_unittest.mm', |
373 'common/sandbox_mac_unittest_helper.h', | 372 'common/sandbox_mac_unittest_helper.h', |
374 'common/sandbox_mac_unittest_helper.mm', | 373 'common/sandbox_mac_unittest_helper.mm', |
375 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', | 374 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', |
376 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', | 375 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', |
377 'renderer/active_notification_tracker_unittest.cc', | 376 'renderer/active_notification_tracker_unittest.cc', |
378 'renderer/android/email_detector_unittest.cc', | 377 'renderer/android/email_detector_unittest.cc', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 584 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
586 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 585 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
587 'renderer/media/media_stream_dependency_factory_unittest.cc', | 586 'renderer/media/media_stream_dependency_factory_unittest.cc', |
588 'renderer/media/media_stream_dispatcher_unittest.cc', | 587 'renderer/media/media_stream_dispatcher_unittest.cc', |
589 'renderer/media/media_stream_impl_unittest.cc', | 588 'renderer/media/media_stream_impl_unittest.cc', |
590 'renderer/media/rtc_peer_connection_handler_unittest.cc', | 589 'renderer/media/rtc_peer_connection_handler_unittest.cc', |
591 'renderer/media/video_destination_handler_unittest.cc', | 590 'renderer/media/video_destination_handler_unittest.cc', |
592 'renderer/media/video_source_handler_unittest.cc', | 591 'renderer/media/video_source_handler_unittest.cc', |
593 'renderer/media/webrtc_audio_device_unittest.cc', | 592 'renderer/media/webrtc_audio_device_unittest.cc', |
594 'renderer/media/webrtc_local_audio_track_unittest.cc', | 593 'renderer/media/webrtc_local_audio_track_unittest.cc', |
595 'renderer/media/webrtc_logging_handler_impl_unittest.cc', | |
596 ], | 594 ], |
597 'dependencies': [ | 595 'dependencies': [ |
598 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 596 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
599 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 597 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
600 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 598 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
601 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 599 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
602 ] | 600 ] |
603 }], | 601 }], |
604 # TODO(jrg): remove the OS=="android" section? | 602 # TODO(jrg): remove the OS=="android" section? |
605 # http://crbug.com/113172 | 603 # http://crbug.com/113172 |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1168 'resource_dir': 'shell/android/shell_apk/res', | 1166 'resource_dir': 'shell/android/shell_apk/res', |
1169 'additional_src_dirs': ['public/android/javatests/',], | 1167 'additional_src_dirs': ['public/android/javatests/',], |
1170 'is_test_apk': 1, | 1168 'is_test_apk': 1, |
1171 }, | 1169 }, |
1172 'includes': [ '../build/java_apk.gypi' ], | 1170 'includes': [ '../build/java_apk.gypi' ], |
1173 }, | 1171 }, |
1174 ], | 1172 ], |
1175 }], | 1173 }], |
1176 ], | 1174 ], |
1177 } | 1175 } |
OLD | NEW |