OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 '../extensions/browser/api/storage/settings_test_util.h', | 533 '../extensions/browser/api/storage/settings_test_util.h', |
534 '../extensions/browser/api/storage/storage_api_unittest.cc', | 534 '../extensions/browser/api/storage/storage_api_unittest.cc', |
535 '../extensions/browser/api/storage/storage_frontend_unittest.cc', | 535 '../extensions/browser/api/storage/storage_frontend_unittest.cc', |
536 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc'
, | 536 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc'
, |
537 '../extensions/browser/error_map_unittest.cc', | 537 '../extensions/browser/error_map_unittest.cc', |
538 '../extensions/browser/extension_error_test_util.cc', | 538 '../extensions/browser/extension_error_test_util.cc', |
539 '../extensions/browser/extension_error_test_util.h', | 539 '../extensions/browser/extension_error_test_util.h', |
540 '../extensions/browser/extension_icon_image_unittest.cc', | 540 '../extensions/browser/extension_icon_image_unittest.cc', |
541 '../extensions/browser/extension_protocols_unittest.cc', | 541 '../extensions/browser/extension_protocols_unittest.cc', |
542 '../extensions/common/extension_l10n_util_unittest.cc', | 542 '../extensions/common/extension_l10n_util_unittest.cc', |
543 '../extensions/common/extension_resource_unittest.cc', | |
544 '../extensions/common/extension_set_unittest.cc', | |
545 '../extensions/common/features/base_feature_provider_unittest.cc', | 543 '../extensions/common/features/base_feature_provider_unittest.cc', |
546 '../extensions/common/features/complex_feature_unittest.cc', | 544 '../extensions/common/features/complex_feature_unittest.cc', |
547 '../extensions/common/features/simple_feature_unittest.cc', | 545 '../extensions/common/features/simple_feature_unittest.cc', |
548 '../extensions/common/file_util_unittest.cc', | 546 '../extensions/common/file_util_unittest.cc', |
549 '../extensions/common/manifest_handler_unittest.cc', | |
550 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', | 547 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', |
551 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', | 548 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', |
552 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', | 549 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', |
553 '../extensions/common/message_bundle_unittest.cc', | |
554 '../extensions/common/permissions/api_permission_set_unittest.cc', | 550 '../extensions/common/permissions/api_permission_set_unittest.cc', |
555 '../extensions/common/permissions/permissions_data_unittest.cc', | 551 '../extensions/common/permissions/permissions_data_unittest.cc', |
556 '../extensions/common/url_pattern_set_unittest.cc', | |
557 '../extensions/common/url_pattern_unittest.cc', | |
558 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 552 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
559 # dependency is needed to make commit bots run unit_tests on | 553 # dependency is needed to make commit bots run unit_tests on |
560 # histograms.xml changes. | 554 # histograms.xml changes. |
561 '../tools/metrics/histograms/histograms.xml', | 555 '../tools/metrics/histograms/histograms.xml', |
562 'app/chrome_dll.rc', | 556 'app/chrome_dll.rc', |
563 # All unittests in browser, common, renderer and service. | 557 # All unittests in browser, common, renderer and service. |
564 'browser/about_flags_unittest.cc', | 558 'browser/about_flags_unittest.cc', |
565 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 559 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
566 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 560 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
567 # mock_google_location_settings_helper could logically go in | 561 # mock_google_location_settings_helper could logically go in |
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2889 'dependencies': [ | 2883 'dependencies': [ |
2890 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2891 ], | 2885 ], |
2892 }], | 2886 }], |
2893 ], | 2887 ], |
2894 }, | 2888 }, |
2895 ], | 2889 ], |
2896 }], | 2890 }], |
2897 ], # 'conditions' | 2891 ], # 'conditions' |
2898 } | 2892 } |
OLD | NEW |