| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 537 '../extensions/common/features/base_feature_provider_unittest.cc', |
| 538 '../extensions/common/features/complex_feature_unittest.cc', | 538 '../extensions/common/features/complex_feature_unittest.cc', |
| 539 '../extensions/common/features/simple_feature_unittest.cc', | 539 '../extensions/common/features/simple_feature_unittest.cc', |
| 540 '../extensions/common/file_util_unittest.cc', | 540 '../extensions/common/file_util_unittest.cc', |
| 541 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', | 541 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', |
| 542 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', | 542 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', |
| 543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', | 543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', |
| 544 '../extensions/common/permissions/permissions_data_unittest.cc', | |
| 545 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 544 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 546 # dependency is needed to make commit bots run unit_tests on | 545 # dependency is needed to make commit bots run unit_tests on |
| 547 # histograms.xml changes. | 546 # histograms.xml changes. |
| 548 '../tools/metrics/histograms/histograms.xml', | 547 '../tools/metrics/histograms/histograms.xml', |
| 549 'app/chrome_dll.rc', | 548 'app/chrome_dll.rc', |
| 550 # All unittests in browser, common, renderer and service. | 549 # All unittests in browser, common, renderer and service. |
| 551 'browser/about_flags_unittest.cc', | 550 'browser/about_flags_unittest.cc', |
| 552 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 551 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 553 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 552 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 554 # mock_google_location_settings_helper could logically go in | 553 # mock_google_location_settings_helper could logically go in |
| (...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c
c', | 1834 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c
c', |
| 1836 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', | 1835 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', |
| 1837 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc
', | 1836 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc
', |
| 1838 'common/extensions/manifest_tests/extension_manifests_validapp_unittest.
cc', | 1837 'common/extensions/manifest_tests/extension_manifests_validapp_unittest.
cc', |
| 1839 'common/extensions/manifest_tests/extension_manifests_web_accessible_res
ources_unittest.cc', | 1838 'common/extensions/manifest_tests/extension_manifests_web_accessible_res
ources_unittest.cc', |
| 1840 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', | 1839 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', |
| 1841 'common/extensions/manifest_tests/extension_manifests_webview_accessible
_resources_unittest.cc', | 1840 'common/extensions/manifest_tests/extension_manifests_webview_accessible
_resources_unittest.cc', |
| 1842 'common/extensions/manifest_unittest.cc', | 1841 'common/extensions/manifest_unittest.cc', |
| 1843 'common/extensions/permissions/media_galleries_permission_unittest.cc', | 1842 'common/extensions/permissions/media_galleries_permission_unittest.cc', |
| 1844 'common/extensions/permissions/permission_set_unittest.cc', | 1843 'common/extensions/permissions/permission_set_unittest.cc', |
| 1844 'common/extensions/permissions/permissions_data_unittest.cc', |
| 1845 'common/extensions/permissions/settings_override_permission_unittest.cc'
, | 1845 'common/extensions/permissions/settings_override_permission_unittest.cc'
, |
| 1846 'common/extensions/permissions/socket_permission_unittest.cc', | |
| 1847 'common/extensions/permissions/usb_device_permission_unittest.cc', | |
| 1848 'common/extensions/sync_type_unittest.cc', | 1846 'common/extensions/sync_type_unittest.cc', |
| 1849 'common/extensions/update_manifest_unittest.cc', | 1847 'common/extensions/update_manifest_unittest.cc', |
| 1850 'common/extensions/value_counter_unittest.cc', | 1848 'common/extensions/value_counter_unittest.cc', |
| 1851 'common/extensions/api/extension_api_unittest.cc', | 1849 'common/extensions/api/extension_api_unittest.cc', |
| 1852 'common/favicon/favicon_url_parser_unittest.cc', | 1850 'common/favicon/favicon_url_parser_unittest.cc', |
| 1853 'common/importer/firefox_importer_utils_unittest.cc', | 1851 'common/importer/firefox_importer_utils_unittest.cc', |
| 1854 'common/ini_parser_unittest.cc', | 1852 'common/ini_parser_unittest.cc', |
| 1855 'common/instant_restricted_id_cache_unittest.cc', | 1853 'common/instant_restricted_id_cache_unittest.cc', |
| 1856 'common/mac/cfbundle_blocker_unittest.mm', | 1854 'common/mac/cfbundle_blocker_unittest.mm', |
| 1857 'common/mac/mock_launchd.cc', | 1855 'common/mac/mock_launchd.cc', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', |
| 2105 'common/extensions/permissions/permission_set_unittest.cc', | 2103 'common/extensions/permissions/permission_set_unittest.cc', |
| 2104 'common/extensions/permissions/permissions_data_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', |
| 2115 'browser/ui/app_list/search/mixer_unittest.cc', | 2114 'browser/ui/app_list/search/mixer_unittest.cc', |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |