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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'common/gpu/media/avc_config_record_builder_unittest.cc', | 351 'common/gpu/media/avc_config_record_builder_unittest.cc', |
352 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 352 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
353 'common/inter_process_time_ticks_converter_unittest.cc', | 353 'common/inter_process_time_ticks_converter_unittest.cc', |
354 'common/page_zoom_unittest.cc', | 354 'common/page_zoom_unittest.cc', |
355 'common/resource_dispatcher_unittest.cc', | 355 'common/resource_dispatcher_unittest.cc', |
356 'common/sandbox_mac_diraccess_unittest.mm', | 356 'common/sandbox_mac_diraccess_unittest.mm', |
357 'common/sandbox_mac_fontloading_unittest.mm', | 357 'common/sandbox_mac_fontloading_unittest.mm', |
358 'common/sandbox_mac_unittest_helper.h', | 358 'common/sandbox_mac_unittest_helper.h', |
359 'common/sandbox_mac_unittest_helper.mm', | 359 'common/sandbox_mac_unittest_helper.mm', |
360 'common/sandbox_mac_system_access_unittest.mm', | 360 'common/sandbox_mac_system_access_unittest.mm', |
361 'components/navigation_interception/intercept_navigation_resource_thrott
le_unittest.cc', | |
362 'gpu/gpu_info_collector_unittest.cc', | 361 'gpu/gpu_info_collector_unittest.cc', |
363 'renderer/active_notification_tracker_unittest.cc', | 362 'renderer/active_notification_tracker_unittest.cc', |
364 'renderer/android/email_detector_unittest.cc', | 363 'renderer/android/email_detector_unittest.cc', |
365 'renderer/android/phone_number_detector_unittest.cc', | 364 'renderer/android/phone_number_detector_unittest.cc', |
366 'renderer/disambiguation_popup_helper_unittest.cc', | 365 'renderer/disambiguation_popup_helper_unittest.cc', |
367 'renderer/gpu/input_event_filter_unittest.cc', | 366 'renderer/gpu/input_event_filter_unittest.cc', |
368 'renderer/hyphenator/hyphenator_unittest.cc', | 367 'renderer/hyphenator/hyphenator_unittest.cc', |
369 'renderer/media/audio_message_filter_unittest.cc', | 368 'renderer/media/audio_message_filter_unittest.cc', |
370 'renderer/media/audio_renderer_mixer_manager_unittest.cc', | 369 'renderer/media/audio_renderer_mixer_manager_unittest.cc', |
371 'renderer/media/video_capture_impl_unittest.cc', | 370 'renderer/media/video_capture_impl_unittest.cc', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], | 487 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], |
489 ['include', '^test/run_all_unittests\\.cc$'], | 488 ['include', '^test/run_all_unittests\\.cc$'], |
490 ], | 489 ], |
491 }, { # OS != "ios" | 490 }, { # OS != "ios" |
492 'dependencies': [ | 491 'dependencies': [ |
493 'content_browser', | 492 'content_browser', |
494 'content_gpu', | 493 'content_gpu', |
495 'content_plugin', | 494 'content_plugin', |
496 'content_renderer', | 495 'content_renderer', |
497 'content_resources.gyp:content_resources', | 496 'content_resources.gyp:content_resources', |
498 'navigation_interception', | |
499 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 497 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
500 '../gpu/gpu.gyp:gpu_unittest_utils', | 498 '../gpu/gpu.gyp:gpu_unittest_utils', |
501 '../ipc/ipc.gyp:test_support_ipc', | 499 '../ipc/ipc.gyp:test_support_ipc', |
502 '../jingle/jingle.gyp:jingle_glue_test_util', | 500 '../jingle/jingle.gyp:jingle_glue_test_util', |
503 '../media/media.gyp:shared_memory_support', | 501 '../media/media.gyp:shared_memory_support', |
504 '../third_party/icu/icu.gyp:icui18n', | 502 '../third_party/icu/icu.gyp:icui18n', |
505 '../third_party/icu/icu.gyp:icuuc', | 503 '../third_party/icu/icu.gyp:icuuc', |
506 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 504 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
507 '../third_party/libjingle/libjingle.gyp:libjingle', | 505 '../third_party/libjingle/libjingle.gyp:libjingle', |
508 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 506 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 'resource_dir': '../res', | 956 'resource_dir': '../res', |
959 'additional_src_dirs': ['../content/public/android/javatests/'], | 957 'additional_src_dirs': ['../content/public/android/javatests/'], |
960 'is_test_apk': 1, | 958 'is_test_apk': 1, |
961 }, | 959 }, |
962 'includes': [ '../build/java_apk.gypi' ], | 960 'includes': [ '../build/java_apk.gypi' ], |
963 }, | 961 }, |
964 ], | 962 ], |
965 }], | 963 }], |
966 ], | 964 ], |
967 } | 965 } |
OLD | NEW |