| 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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1711 'browser/web_resource/promo_resource_service_unittest.cc', | 1711 'browser/web_resource/promo_resource_service_unittest.cc', |
| 1712 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1712 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
| 1713 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1713 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
| 1714 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1714 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
| 1715 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1715 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
| 1716 'browser/webdata/keyword_table_unittest.cc', | 1716 'browser/webdata/keyword_table_unittest.cc', |
| 1717 'browser/webdata/token_service_table_unittest.cc', | 1717 'browser/webdata/token_service_table_unittest.cc', |
| 1718 'browser/webdata/web_apps_table_unittest.cc', | 1718 'browser/webdata/web_apps_table_unittest.cc', |
| 1719 'common/cancelable_task_tracker_unittest.cc', | 1719 'common/cancelable_task_tracker_unittest.cc', |
| 1720 'common/chrome_paths_unittest.cc', | 1720 'common/chrome_paths_unittest.cc', |
| 1721 'common/chrome_content_client_unittest.cc', |
| 1721 'common/cloud_print/cloud_print_helpers_unittest.cc', | 1722 'common/cloud_print/cloud_print_helpers_unittest.cc', |
| 1722 'common/chrome_content_client_unittest.cc', | |
| 1723 'common/content_settings_helper_unittest.cc', | 1723 'common/content_settings_helper_unittest.cc', |
| 1724 'common/content_settings_pattern_parser_unittest.cc', | 1724 'common/content_settings_pattern_parser_unittest.cc', |
| 1725 'common/content_settings_pattern_unittest.cc', | 1725 'common/content_settings_pattern_unittest.cc', |
| 1726 'common/crash_keys_unittest.cc', |
| 1726 'common/extensions/api/commands/commands_manifest_unittest.cc', | 1727 'common/extensions/api/commands/commands_manifest_unittest.cc', |
| 1727 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', | 1728 'common/extensions/api/extension_action/browser_action_manifest_unittest
.cc', |
| 1728 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', | 1729 'common/extensions/api/extension_action/page_action_manifest_unittest.cc
', |
| 1729 'common/extensions/api/extension_action/script_badge_manifest_unittest.c
c', | 1730 'common/extensions/api/extension_action/script_badge_manifest_unittest.c
c', |
| 1730 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', | 1731 'common/extensions/api/file_browser_handlers/file_browser_handler_manife
st_unittest.cc', |
| 1731 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', | 1732 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', |
| 1732 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', | 1733 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', |
| 1733 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', | 1734 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.
cc', |
| 1734 'common/extensions/command_unittest.cc', | 1735 'common/extensions/command_unittest.cc', |
| 1735 'common/extensions/csp_validator_unittest.cc', | 1736 'common/extensions/csp_validator_unittest.cc', |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2835 'browser/ui/app_list/test/fake_profile_store.cc', | 2836 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2836 'browser/ui/app_list/test/fake_profile_store.h', | 2837 'browser/ui/app_list/test/fake_profile_store.h', |
| 2837 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2838 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2838 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2839 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
| 2839 ], | 2840 ], |
| 2840 }, | 2841 }, |
| 2841 ], | 2842 ], |
| 2842 }], | 2843 }], |
| 2843 ], # 'conditions' | 2844 ], # 'conditions' |
| 2844 } | 2845 } |
| OLD | NEW |