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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 541 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
545 # dependency is needed to make commit bots run unit_tests on | 542 # dependency is needed to make commit bots run unit_tests on |
546 # histograms.xml changes. | 543 # histograms.xml changes. |
547 '../tools/metrics/histograms/histograms.xml', | 544 '../tools/metrics/histograms/histograms.xml', |
548 'app/chrome_dll.rc', | 545 'app/chrome_dll.rc', |
549 # All unittests in browser, common, renderer and service. | 546 # All unittests in browser, common, renderer and service. |
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1789 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', | 1786 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', |
1790 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', | 1787 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', |
1791 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', | 1788 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', |
1792 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', | 1789 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', |
1793 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', | 1790 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', |
1794 'common/extensions/command_unittest.cc', | 1791 'common/extensions/command_unittest.cc', |
1795 'common/extensions/extension_file_util_unittest.cc', | 1792 'common/extensions/extension_file_util_unittest.cc', |
1796 'common/extensions/extension_icon_set_unittest.cc', | 1793 'common/extensions/extension_icon_set_unittest.cc', |
1797 'common/extensions/extension_unittest.cc', | 1794 'common/extensions/extension_unittest.cc', |
1798 'common/extensions/feature_switch_unittest.cc', | 1795 'common/extensions/feature_switch_unittest.cc', |
| 1796 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', |
1799 'common/extensions/manifest_handlers/automation_unittest.cc', | 1797 'common/extensions/manifest_handlers/automation_unittest.cc', |
1800 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c
c', | 1798 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c
c', |
1801 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c
c', | 1799 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c
c', |
1802 'common/extensions/manifest_handlers/settings_overrides_handler_unittest
.cc', | 1800 'common/extensions/manifest_handlers/settings_overrides_handler_unittest
.cc', |
1803 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', | 1801 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', |
1804 'common/extensions/manifest_tests/extension_manifest_test.cc', | 1802 'common/extensions/manifest_tests/extension_manifest_test.cc', |
1805 'common/extensions/manifest_tests/extension_manifests_about_unittest.cc'
, | 1803 'common/extensions/manifest_tests/extension_manifests_about_unittest.cc'
, |
1806 'common/extensions/manifest_tests/extension_manifests_background_unittes
t.cc', | 1804 'common/extensions/manifest_tests/extension_manifests_background_unittes
t.cc', |
1807 'common/extensions/manifest_tests/extension_manifests_chromepermission_u
nittest.cc', | 1805 'common/extensions/manifest_tests/extension_manifests_chromepermission_u
nittest.cc', |
1808 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol
icy_unittest.cc', | 1806 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol
icy_unittest.cc', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2088 'browser/extensions/sandboxed_unpacker_unittest.cc', | 2086 'browser/extensions/sandboxed_unpacker_unittest.cc', |
2089 'browser/extensions/updater/extension_updater_unittest.cc', | 2087 'browser/extensions/updater/extension_updater_unittest.cc', |
2090 'browser/extensions/user_script_listener_unittest.cc', | 2088 'browser/extensions/user_script_listener_unittest.cc', |
2091 'browser/extensions/webstore_inline_installer_unittest.cc', | 2089 'browser/extensions/webstore_inline_installer_unittest.cc', |
2092 'browser/extensions/webstore_installer_unittest.cc', | 2090 'browser/extensions/webstore_installer_unittest.cc', |
2093 'browser/metrics/extensions_metrics_provider_unittest.cc', | 2091 'browser/metrics/extensions_metrics_provider_unittest.cc', |
2094 'browser/search/hotword_service_unittest.cc', | 2092 'browser/search/hotword_service_unittest.cc', |
2095 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 2093 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
2096 'browser/web_applications/web_app_unittest.cc', | 2094 'browser/web_applications/web_app_unittest.cc', |
2097 'common/extensions/sync_type_unittest.cc', | 2095 'common/extensions/sync_type_unittest.cc', |
| 2096 'common/extensions/features/chrome_channel_feature_filter_unittest.c
c', |
2098 'common/extensions/permissions/permission_set_unittest.cc', | 2097 'common/extensions/permissions/permission_set_unittest.cc', |
2099 'common/extensions/permissions/permissions_data_unittest.cc', | 2098 'common/extensions/permissions/permissions_data_unittest.cc', |
2100 'renderer/extensions/extension_localization_peer_unittest.cc', | 2099 'renderer/extensions/extension_localization_peer_unittest.cc', |
2101 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c
c', | 2100 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c
c', |
2102 ], | 2101 ], |
2103 }], | 2102 }], |
2104 ['use_ash==1', { | 2103 ['use_ash==1', { |
2105 'sources': [ | 2104 'sources': [ |
2106 'browser/ui/app_list/search/app_search_provider_unittest.cc', | 2105 'browser/ui/app_list/search/app_search_provider_unittest.cc', |
2107 'browser/ui/app_list/search/history_unittest.cc', | 2106 'browser/ui/app_list/search/history_unittest.cc', |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2872 'dependencies': [ | 2871 'dependencies': [ |
2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2874 ], | 2873 ], |
2875 }], | 2874 }], |
2876 ], | 2875 ], |
2877 }, | 2876 }, |
2878 ], | 2877 ], |
2879 }], | 2878 }], |
2880 ], # 'conditions' | 2879 ], # 'conditions' |
2881 } | 2880 } |
OLD | NEW |