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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'common/gpu/media/avc_config_record_builder_unittest.cc', | 342 'common/gpu/media/avc_config_record_builder_unittest.cc', |
343 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 343 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
344 'common/inter_process_time_ticks_converter_unittest.cc', | 344 'common/inter_process_time_ticks_converter_unittest.cc', |
345 'common/page_zoom_unittest.cc', | 345 'common/page_zoom_unittest.cc', |
346 'common/resource_dispatcher_unittest.cc', | 346 'common/resource_dispatcher_unittest.cc', |
347 'common/sandbox_mac_diraccess_unittest.mm', | 347 'common/sandbox_mac_diraccess_unittest.mm', |
348 'common/sandbox_mac_fontloading_unittest.mm', | 348 'common/sandbox_mac_fontloading_unittest.mm', |
349 'common/sandbox_mac_unittest_helper.h', | 349 'common/sandbox_mac_unittest_helper.h', |
350 'common/sandbox_mac_unittest_helper.mm', | 350 'common/sandbox_mac_unittest_helper.mm', |
351 'common/sandbox_mac_system_access_unittest.mm', | 351 'common/sandbox_mac_system_access_unittest.mm', |
| 352 'components/navigation_interception/intercept_navigation_resource_thrott
le_unittest.cc', |
352 'gpu/gpu_info_collector_unittest.cc', | 353 'gpu/gpu_info_collector_unittest.cc', |
353 'gpu/gpu_info_collector_unittest_win.cc', | 354 'gpu/gpu_info_collector_unittest_win.cc', |
354 'renderer/active_notification_tracker_unittest.cc', | 355 'renderer/active_notification_tracker_unittest.cc', |
355 'renderer/android/email_detector_unittest.cc', | 356 'renderer/android/email_detector_unittest.cc', |
356 'renderer/android/phone_number_detector_unittest.cc', | 357 'renderer/android/phone_number_detector_unittest.cc', |
357 'renderer/disambiguation_popup_helper_unittest.cc', | 358 'renderer/disambiguation_popup_helper_unittest.cc', |
358 'renderer/gpu/input_event_filter_unittest.cc', | 359 'renderer/gpu/input_event_filter_unittest.cc', |
359 'renderer/hyphenator/hyphenator_unittest.cc', | 360 'renderer/hyphenator/hyphenator_unittest.cc', |
360 'renderer/media/audio_message_filter_unittest.cc', | 361 'renderer/media/audio_message_filter_unittest.cc', |
361 'renderer/media/audio_renderer_mixer_manager_unittest.cc', | 362 'renderer/media/audio_renderer_mixer_manager_unittest.cc', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], | 481 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], |
481 ['include', '^test/run_all_unittests\\.cc$'], | 482 ['include', '^test/run_all_unittests\\.cc$'], |
482 ], | 483 ], |
483 }, { # OS != "ios" | 484 }, { # OS != "ios" |
484 'dependencies': [ | 485 'dependencies': [ |
485 'content_browser', | 486 'content_browser', |
486 'content_gpu', | 487 'content_gpu', |
487 'content_plugin', | 488 'content_plugin', |
488 'content_renderer', | 489 'content_renderer', |
489 'content_resources.gyp:content_resources', | 490 'content_resources.gyp:content_resources', |
| 491 'navigation_interception', |
490 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 492 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
491 '../gpu/gpu.gyp:gpu_unittest_utils', | 493 '../gpu/gpu.gyp:gpu_unittest_utils', |
492 '../ipc/ipc.gyp:test_support_ipc', | 494 '../ipc/ipc.gyp:test_support_ipc', |
493 '../jingle/jingle.gyp:jingle_glue_test_util', | 495 '../jingle/jingle.gyp:jingle_glue_test_util', |
494 '../media/media.gyp:shared_memory_support', | 496 '../media/media.gyp:shared_memory_support', |
495 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 497 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
496 '../third_party/libjingle/libjingle.gyp:libjingle', | 498 '../third_party/libjingle/libjingle.gyp:libjingle', |
497 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 499 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
498 '../ui/gl/gl.gyp:gl', | 500 '../ui/gl/gl.gyp:gl', |
499 '../v8/tools/gyp/v8.gyp:v8', | 501 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 'java_in_dir': '../content/shell/android/javatests', | 924 'java_in_dir': '../content/shell/android/javatests', |
923 'resource_dir': '../res', | 925 'resource_dir': '../res', |
924 'additional_src_dirs': ['../content/public/android/javatests/'], | 926 'additional_src_dirs': ['../content/public/android/javatests/'], |
925 }, | 927 }, |
926 'includes': [ '../build/java_apk.gypi' ], | 928 'includes': [ '../build/java_apk.gypi' ], |
927 }, | 929 }, |
928 ], | 930 ], |
929 }], | 931 }], |
930 ], | 932 ], |
931 } | 933 } |
OLD | NEW |