Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(582)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 477723005: Move some extensions renderer tests into extensions_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: james' review Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 '../extensions/common/file_util_unittest.cc', 551 '../extensions/common/file_util_unittest.cc',
552 '../extensions/common/manifest_handler_unittest.cc', 552 '../extensions/common/manifest_handler_unittest.cc',
553 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc', 553 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc',
554 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c', 554 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c',
555 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc', 555 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc',
556 '../extensions/common/message_bundle_unittest.cc', 556 '../extensions/common/message_bundle_unittest.cc',
557 '../extensions/common/permissions/api_permission_set_unittest.cc', 557 '../extensions/common/permissions/api_permission_set_unittest.cc',
558 '../extensions/common/permissions/permissions_data_unittest.cc', 558 '../extensions/common/permissions/permissions_data_unittest.cc',
559 '../extensions/common/url_pattern_set_unittest.cc', 559 '../extensions/common/url_pattern_set_unittest.cc',
560 '../extensions/common/url_pattern_unittest.cc', 560 '../extensions/common/url_pattern_unittest.cc',
561 '../extensions/renderer/activity_log_converter_strategy_unittest.cc',
562 '../extensions/renderer/script_context_set_unittest.cc',
563 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 561 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
564 # dependency is needed to make commit bots run unit_tests on 562 # dependency is needed to make commit bots run unit_tests on
565 # histograms.xml changes. 563 # histograms.xml changes.
566 '../tools/metrics/histograms/histograms.xml', 564 '../tools/metrics/histograms/histograms.xml',
567 'app/chrome_dll.rc', 565 'app/chrome_dll.rc',
568 # All unittests in browser, common, renderer and service. 566 # All unittests in browser, common, renderer and service.
569 'browser/about_flags_unittest.cc', 567 'browser/about_flags_unittest.cc',
570 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 568 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
571 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 569 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
572 # mock_google_location_settings_helper could logically go in 570 # mock_google_location_settings_helper could logically go in
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 ['exclude', '^common/extensions/api/'], 2097 ['exclude', '^common/extensions/api/'],
2100 ['exclude', '^common/extensions/manifest_handlers/'], 2098 ['exclude', '^common/extensions/manifest_handlers/'],
2101 ['exclude', '^common/extensions/manifest_tests/'], 2099 ['exclude', '^common/extensions/manifest_tests/'],
2102 # This test depends on manifest_tests. 2100 # This test depends on manifest_tests.
2103 ['exclude', '^common/extensions/permissions/settings_override_permis sion_unittest.cc'], 2101 ['exclude', '^common/extensions/permissions/settings_override_permis sion_unittest.cc'],
2104 ['exclude', '^utility/extensions/'], 2102 ['exclude', '^utility/extensions/'],
2105 ['exclude', '^utility/image_writer/'], 2103 ['exclude', '^utility/image_writer/'],
2106 ['exclude', '^utility/media_galleries/'], 2104 ['exclude', '^utility/media_galleries/'],
2107 ], 2105 ],
2108 'sources!': [ 2106 'sources!': [
2109 '../extensions/renderer/activity_log_converter_strategy_unittest.cc' ,
2110 'browser/extensions/active_script_controller_unittest.cc', 2107 'browser/extensions/active_script_controller_unittest.cc',
2111 'browser/extensions/active_tab_unittest.cc', 2108 'browser/extensions/active_tab_unittest.cc',
2112 'browser/extensions/extension_context_menu_model_unittest.cc', 2109 'browser/extensions/extension_context_menu_model_unittest.cc',
2113 'browser/extensions/extension_service_unittest.cc', 2110 'browser/extensions/extension_service_unittest.cc',
2114 'browser/extensions/extension_error_controller_unittest.cc', 2111 'browser/extensions/extension_error_controller_unittest.cc',
2115 'browser/extensions/extension_ui_unittest.cc', 2112 'browser/extensions/extension_ui_unittest.cc',
2116 'browser/extensions/extension_web_ui_unittest.cc', 2113 'browser/extensions/extension_web_ui_unittest.cc',
2117 'browser/extensions/menu_manager_unittest.cc', 2114 'browser/extensions/menu_manager_unittest.cc',
2118 'browser/extensions/pack_extension_unittest.cc', 2115 'browser/extensions/pack_extension_unittest.cc',
2119 'browser/extensions/page_action_controller_unittest.cc', 2116 'browser/extensions/page_action_controller_unittest.cc',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 'dependencies': [ 2895 'dependencies': [
2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2900 ], 2897 ],
2901 }], 2898 }],
2902 ], 2899 ],
2903 }, 2900 },
2904 ], 2901 ],
2905 }], 2902 }],
2906 ], # 'conditions' 2903 ], # 'conditions'
2907 } 2904 }
OLDNEW
« no previous file with comments | « no previous file | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698