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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 563923004: Move most extension feature unit tests to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 '../apps/saved_files_service_unittest.cc', 527 '../apps/saved_files_service_unittest.cc',
528 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 528 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
529 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 529 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
530 '../components/autofill/content/renderer/test_password_generation_agent. cc', 530 '../components/autofill/content/renderer/test_password_generation_agent. cc',
531 '../components/autofill/content/renderer/test_password_generation_agent. h', 531 '../components/autofill/content/renderer/test_password_generation_agent. h',
532 # TODO(tfarina): Move these entries over to extensions_unittests target. 532 # TODO(tfarina): Move these entries over to extensions_unittests target.
533 # http://crbug.com/348066. They are duplicated here because we haven't 533 # http://crbug.com/348066. They are duplicated here because we haven't
534 # extensions_unittests running in the bots yet. Until that happens, 534 # extensions_unittests running in the bots yet. Until that happens,
535 # they should be kept here. 535 # they should be kept here.
536 '../extensions/common/extension_l10n_util_unittest.cc', 536 '../extensions/common/extension_l10n_util_unittest.cc',
537 '../extensions/common/features/base_feature_provider_unittest.cc',
538 '../extensions/common/features/complex_feature_unittest.cc',
539 '../extensions/common/features/simple_feature_unittest.cc',
540 '../extensions/common/file_util_unittest.cc', 537 '../extensions/common/file_util_unittest.cc',
541 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc', 538 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc',
542 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c', 539 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c',
543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc', 540 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc',
544 '../extensions/common/permissions/permissions_data_unittest.cc', 541 '../extensions/common/permissions/permissions_data_unittest.cc',
545 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 542 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
546 # dependency is needed to make commit bots run unit_tests on 543 # dependency is needed to make commit bots run unit_tests on
547 # histograms.xml changes. 544 # histograms.xml changes.
548 '../tools/metrics/histograms/histograms.xml', 545 '../tools/metrics/histograms/histograms.xml',
549 'app/chrome_dll.rc', 546 'app/chrome_dll.rc',
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ', 1792 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ',
1796 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc', 1793 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc',
1797 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', 1794 'common/extensions/api/i18n/default_locale_manifest_unittest.cc',
1798 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', 1795 'common/extensions/api/identity/extension_manifests_auth_unittest.cc',
1799 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc', 1796 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc',
1800 'common/extensions/command_unittest.cc', 1797 'common/extensions/command_unittest.cc',
1801 'common/extensions/extension_file_util_unittest.cc', 1798 'common/extensions/extension_file_util_unittest.cc',
1802 'common/extensions/extension_icon_set_unittest.cc', 1799 'common/extensions/extension_icon_set_unittest.cc',
1803 'common/extensions/extension_unittest.cc', 1800 'common/extensions/extension_unittest.cc',
1804 'common/extensions/feature_switch_unittest.cc', 1801 'common/extensions/feature_switch_unittest.cc',
1802 'common/extensions/features/chrome_channel_feature_filter_unittest.cc',
1805 'common/extensions/manifest_handlers/automation_unittest.cc', 1803 'common/extensions/manifest_handlers/automation_unittest.cc',
1806 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1804 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1807 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1805 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1808 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc', 1806 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc',
1809 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', 1807 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc',
1810 'common/extensions/manifest_tests/extension_manifest_test.cc', 1808 'common/extensions/manifest_tests/extension_manifest_test.cc',
1811 'common/extensions/manifest_tests/extension_manifests_about_unittest.cc' , 1809 'common/extensions/manifest_tests/extension_manifests_about_unittest.cc' ,
1812 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc', 1810 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc',
1813 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc', 1811 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc',
1814 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc', 1812 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'browser/extensions/sandboxed_unpacker_unittest.cc', 2093 'browser/extensions/sandboxed_unpacker_unittest.cc',
2096 'browser/extensions/updater/extension_updater_unittest.cc', 2094 'browser/extensions/updater/extension_updater_unittest.cc',
2097 'browser/extensions/user_script_listener_unittest.cc', 2095 'browser/extensions/user_script_listener_unittest.cc',
2098 'browser/extensions/webstore_inline_installer_unittest.cc', 2096 'browser/extensions/webstore_inline_installer_unittest.cc',
2099 'browser/extensions/webstore_installer_unittest.cc', 2097 'browser/extensions/webstore_installer_unittest.cc',
2100 'browser/metrics/extensions_metrics_provider_unittest.cc', 2098 'browser/metrics/extensions_metrics_provider_unittest.cc',
2101 'browser/search/hotword_service_unittest.cc', 2099 'browser/search/hotword_service_unittest.cc',
2102 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', 2100 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc',
2103 'browser/web_applications/web_app_unittest.cc', 2101 'browser/web_applications/web_app_unittest.cc',
2104 'common/extensions/sync_type_unittest.cc', 2102 'common/extensions/sync_type_unittest.cc',
2103 'common/extensions/features/chrome_channel_feature_filter_unittest.c c',
2105 'common/extensions/permissions/permission_set_unittest.cc', 2104 'common/extensions/permissions/permission_set_unittest.cc',
2106 'renderer/extensions/extension_localization_peer_unittest.cc', 2105 'renderer/extensions/extension_localization_peer_unittest.cc',
2107 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c c', 2106 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c c',
2108 ], 2107 ],
2109 }], 2108 }],
2110 ['use_ash==1', { 2109 ['use_ash==1', {
2111 'sources': [ 2110 'sources': [
2112 'browser/ui/app_list/search/app_search_provider_unittest.cc', 2111 'browser/ui/app_list/search/app_search_provider_unittest.cc',
2113 'browser/ui/app_list/search/history_unittest.cc', 2112 'browser/ui/app_list/search/history_unittest.cc',
2114 'browser/ui/app_list/search/history_data_store_unittest.cc', 2113 'browser/ui/app_list/search/history_data_store_unittest.cc',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2877 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2879 ],
2881 }], 2880 }],
2882 ], 2881 ],
2883 }, 2882 },
2884 ], 2883 ],
2885 }], 2884 }],
2886 ], # 'conditions' 2885 ], # 'conditions'
2887 } 2886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698