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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6523032: Even more test cleanup. Some fixes to non-test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 'app/breakpad_mac_stubs.mm', 52 'app/breakpad_mac_stubs.mm',
53 'browser/autofill/autofill_common_test.cc', 53 'browser/autofill/autofill_common_test.cc',
54 'browser/autofill/autofill_common_test.h', 54 'browser/autofill/autofill_common_test.h',
55 'browser/autofill/data_driven_test.cc', 55 'browser/autofill/data_driven_test.cc',
56 'browser/autofill/data_driven_test.h', 56 'browser/autofill/data_driven_test.h',
57 # The only thing used from browser is Browser::Type. 57 # The only thing used from browser is Browser::Type.
58 'browser/extensions/test_extension_prefs.cc', 58 'browser/extensions/test_extension_prefs.cc',
59 'browser/extensions/test_extension_prefs.h', 59 'browser/extensions/test_extension_prefs.h',
60 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
61 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
60 'browser/geolocation/mock_location_provider.cc', 62 'browser/geolocation/mock_location_provider.cc',
61 'browser/geolocation/mock_location_provider.h', 63 'browser/geolocation/mock_location_provider.h',
62 'browser/mock_browsing_data_appcache_helper.cc', 64 'browser/mock_browsing_data_appcache_helper.cc',
63 'browser/mock_browsing_data_appcache_helper.h', 65 'browser/mock_browsing_data_appcache_helper.h',
64 'browser/mock_browsing_data_database_helper.cc', 66 'browser/mock_browsing_data_database_helper.cc',
65 'browser/mock_browsing_data_database_helper.h', 67 'browser/mock_browsing_data_database_helper.h',
66 'browser/mock_browsing_data_indexed_db_helper.cc', 68 'browser/mock_browsing_data_indexed_db_helper.cc',
67 'browser/mock_browsing_data_indexed_db_helper.h', 69 'browser/mock_browsing_data_indexed_db_helper.h',
68 'browser/mock_browsing_data_local_storage_helper.cc', 70 'browser/mock_browsing_data_local_storage_helper.cc',
69 'browser/mock_browsing_data_local_storage_helper.h', 71 'browser/mock_browsing_data_local_storage_helper.h',
70 # TODO: these should live here but are currently used by 72 # TODO: these should live here but are currently used by
71 # production code code in libbrowser (in chrome.gyp). 73 # production code code in libbrowser (in chrome.gyp).
72 #'browser/net/url_request_mock_http_job.cc', 74 #'browser/net/url_request_mock_http_job.cc',
73 #'browser/net/url_request_mock_http_job.h', 75 #'browser/net/url_request_mock_http_job.h',
74 'browser/net/url_request_mock_net_error_job.cc', 76 'browser/net/url_request_mock_net_error_job.cc',
75 'browser/net/url_request_mock_net_error_job.h', 77 'browser/net/url_request_mock_net_error_job.h',
78 'browser/notifications/notification_test_util.cc',
79 'browser/notifications/notification_test_util.h',
76 'browser/prefs/pref_observer_mock.cc', 80 'browser/prefs/pref_observer_mock.cc',
77 'browser/prefs/pref_observer_mock.h', 81 'browser/prefs/pref_observer_mock.h',
78 'browser/prefs/pref_service_mock_builder.cc', 82 'browser/prefs/pref_service_mock_builder.cc',
79 'browser/prefs/pref_service_mock_builder.h', 83 'browser/prefs/pref_service_mock_builder.h',
80 'browser/prefs/testing_pref_store.cc', 84 'browser/prefs/testing_pref_store.cc',
81 'browser/prefs/testing_pref_store.h', 85 'browser/prefs/testing_pref_store.h',
82 'browser/renderer_host/mock_render_process_host.cc', 86 'browser/renderer_host/mock_render_process_host.cc',
83 'browser/renderer_host/mock_render_process_host.h', 87 'browser/renderer_host/mock_render_process_host.h',
84 'browser/renderer_host/test/test_backing_store.cc', 88 'browser/renderer_host/test/test_backing_store.cc',
85 'browser/renderer_host/test/test_backing_store.h', 89 'browser/renderer_host/test/test_backing_store.h',
86 'browser/renderer_host/test/test_render_view_host.cc', 90 'browser/renderer_host/test/test_render_view_host.cc',
87 'browser/renderer_host/test/test_render_view_host.h', 91 'browser/renderer_host/test/test_render_view_host.h',
88 'browser/sessions/session_service_test_helper.cc', 92 'browser/sessions/session_service_test_helper.cc',
89 'browser/sessions/session_service_test_helper.h', 93 'browser/sessions/session_service_test_helper.h',
94 'browser/sync/engine/read_node_mock.cc',
95 'browser/sync/engine/read_node_mock.h',
Lei Zhang 2011/02/15 21:33:44 Shouldn't these 2 be in sync_unit_tests? I don't t
Elliot Glaysher 2011/02/15 22:09:51 Was confused. sync_unit_tests *doesn't* use them w
90 'browser/sync/profile_sync_service_mock.cc', 96 'browser/sync/profile_sync_service_mock.cc',
91 'browser/sync/profile_sync_service_mock.h', 97 'browser/sync/profile_sync_service_mock.h',
92 'browser/sync/syncable/syncable_mock.cc', 98 'browser/sync/syncable/syncable_mock.cc',
93 'browser/sync/syncable/syncable_mock.h', 99 'browser/sync/syncable/syncable_mock.h',
94 'browser/tab_contents/test_tab_contents.cc', 100 'browser/tab_contents/test_tab_contents.cc',
95 'browser/tab_contents/test_tab_contents.h', 101 'browser/tab_contents/test_tab_contents.h',
96 'browser/ui/browser.h', 102 'browser/ui/browser.h',
97 'browser/ui/cocoa/browser_test_helper.h', 103 'browser/ui/cocoa/browser_test_helper.h',
98 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', 104 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
99 'browser/ui/tab_contents/test_tab_contents_wrapper.h', 105 'browser/ui/tab_contents/test_tab_contents_wrapper.h',
(...skipping 27 matching lines...) Expand all
127 'test/automation/dom_element_proxy.h', 133 'test/automation/dom_element_proxy.h',
128 'test/automation/extension_proxy.cc', 134 'test/automation/extension_proxy.cc',
129 'test/automation/extension_proxy.h', 135 'test/automation/extension_proxy.h',
130 'test/automation/javascript_execution_controller.cc', 136 'test/automation/javascript_execution_controller.cc',
131 'test/automation/javascript_execution_controller.h', 137 'test/automation/javascript_execution_controller.h',
132 'test/automation/javascript_message_utils.h', 138 'test/automation/javascript_message_utils.h',
133 'test/automation/tab_proxy.cc', 139 'test/automation/tab_proxy.cc',
134 'test/automation/tab_proxy.h', 140 'test/automation/tab_proxy.h',
135 'test/automation/window_proxy.cc', 141 'test/automation/window_proxy.cc',
136 'test/automation/window_proxy.h', 142 'test/automation/window_proxy.h',
143 'test/bookmark_load_observer.cc',
144 'test/bookmark_load_observer.h',
137 'test/chrome_process_util.cc', 145 'test/chrome_process_util.cc',
138 'test/chrome_process_util.h', 146 'test/chrome_process_util.h',
139 'test/chrome_process_util_mac.cc', 147 'test/chrome_process_util_mac.cc',
140 'test/in_process_browser_test.cc', 148 'test/in_process_browser_test.cc',
141 'test/in_process_browser_test.h', 149 'test/in_process_browser_test.h',
142 'test/model_test_utils.cc', 150 'test/model_test_utils.cc',
143 'test/model_test_utils.h', 151 'test/model_test_utils.h',
144 'test/profile_mock.cc', 152 'test/profile_mock.cc',
145 'test/profile_mock.h', 153 'test/profile_mock.h',
146 'test/signaling_task.cc', 154 'test/signaling_task.cc',
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', 1159 'browser/autofill/autofill_dialog_controller_mac_unittest.mm',
1152 'browser/autofill/autofill_download_unittest.cc', 1160 'browser/autofill/autofill_download_unittest.cc',
1153 'browser/autofill/autofill_field_unittest.cc', 1161 'browser/autofill/autofill_field_unittest.cc',
1154 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 1162 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
1155 'browser/autofill/autofill_manager_unittest.cc', 1163 'browser/autofill/autofill_manager_unittest.cc',
1156 'browser/autofill/autofill_merge_unittest.cc', 1164 'browser/autofill/autofill_merge_unittest.cc',
1157 'browser/autofill/autofill_metrics_unittest.cc', 1165 'browser/autofill/autofill_metrics_unittest.cc',
1158 'browser/autofill/autofill_profile_unittest.cc', 1166 'browser/autofill/autofill_profile_unittest.cc',
1159 'browser/autofill/autofill_type_unittest.cc', 1167 'browser/autofill/autofill_type_unittest.cc',
1160 'browser/autofill/autofill_xml_parser_unittest.cc', 1168 'browser/autofill/autofill_xml_parser_unittest.cc',
1161 'browser/autofill/billing_address_unittest.cc',
1162 'browser/autofill/contact_info_unittest.cc', 1169 'browser/autofill/contact_info_unittest.cc',
1163 'browser/autofill/credit_card_field_unittest.cc', 1170 'browser/autofill/credit_card_field_unittest.cc',
1164 'browser/autofill/credit_card_unittest.cc', 1171 'browser/autofill/credit_card_unittest.cc',
1165 'browser/autofill/form_field_unittest.cc', 1172 'browser/autofill/form_field_unittest.cc',
1166 'browser/autofill/form_structure_unittest.cc', 1173 'browser/autofill/form_structure_unittest.cc',
1167 'browser/autofill/name_field_unittest.cc', 1174 'browser/autofill/name_field_unittest.cc',
1168 'browser/autofill/personal_data_manager_unittest.cc', 1175 'browser/autofill/personal_data_manager_unittest.cc',
1169 'browser/autofill/phone_field_unittest.cc', 1176 'browser/autofill/phone_field_unittest.cc',
1170 'browser/autofill/phone_number_unittest.cc', 1177 'browser/autofill/phone_number_unittest.cc',
1171 'browser/autofill/select_control_handler_unittest.cc', 1178 'browser/autofill/select_control_handler_unittest.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'browser/net/predictor_unittest.cc', 1382 'browser/net/predictor_unittest.cc',
1376 'browser/net/pref_proxy_config_service_unittest.cc', 1383 'browser/net/pref_proxy_config_service_unittest.cc',
1377 'browser/net/resolve_proxy_msg_helper_unittest.cc', 1384 'browser/net/resolve_proxy_msg_helper_unittest.cc',
1378 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1385 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1379 'browser/net/url_fixer_upper_unittest.cc', 1386 'browser/net/url_fixer_upper_unittest.cc',
1380 'browser/net/url_info_unittest.cc', 1387 'browser/net/url_info_unittest.cc',
1381 'browser/notifications/desktop_notification_service_unittest.cc', 1388 'browser/notifications/desktop_notification_service_unittest.cc',
1382 'browser/notifications/desktop_notifications_unittest.h', 1389 'browser/notifications/desktop_notifications_unittest.h',
1383 'browser/notifications/desktop_notifications_unittest.cc', 1390 'browser/notifications/desktop_notifications_unittest.cc',
1384 'browser/notifications/notification_exceptions_table_model_unittest.cc', 1391 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1385 'browser/notifications/notification_test_util.h',
1386 'browser/notifications/notifications_prefs_cache_unittest.cc', 1392 'browser/notifications/notifications_prefs_cache_unittest.cc',
1387 'browser/parsers/metadata_parser_filebase_unittest.cc', 1393 'browser/parsers/metadata_parser_filebase_unittest.cc',
1388 'browser/password_manager/encryptor_unittest.cc', 1394 'browser/password_manager/encryptor_unittest.cc',
1389 'browser/password_manager/encryptor_password_mac_unittest.cc', 1395 'browser/password_manager/encryptor_password_mac_unittest.cc',
1390 'browser/password_manager/login_database_unittest.cc', 1396 'browser/password_manager/login_database_unittest.cc',
1391 'browser/password_manager/password_form_data.cc', 1397 'browser/password_manager/password_form_data.cc',
1392 'browser/password_manager/password_form_manager_unittest.cc', 1398 'browser/password_manager/password_form_manager_unittest.cc',
1393 'browser/password_manager/password_manager_unittest.cc', 1399 'browser/password_manager/password_manager_unittest.cc',
1394 'browser/password_manager/password_store_default_unittest.cc', 1400 'browser/password_manager/password_store_default_unittest.cc',
1395 'browser/password_manager/password_store_mac_unittest.cc', 1401 'browser/password_manager/password_store_mac_unittest.cc',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'service/service_process_unittest.cc', 1829 'service/service_process_unittest.cc',
1824 'test/browser_with_test_window_test.cc', 1830 'test/browser_with_test_window_test.cc',
1825 'test/browser_with_test_window_test.h', 1831 'test/browser_with_test_window_test.h',
1826 'test/data/resource.rc', 1832 'test/data/resource.rc',
1827 'test/file_test_utils.cc', 1833 'test/file_test_utils.cc',
1828 'test/file_test_utils.h', 1834 'test/file_test_utils.h',
1829 'test/menu_model_test.cc', 1835 'test/menu_model_test.cc',
1830 'test/menu_model_test.h', 1836 'test/menu_model_test.h',
1831 'test/render_view_test.cc', 1837 'test/render_view_test.cc',
1832 'test/render_view_test.h', 1838 'test/render_view_test.h',
1839 'test/sync/test_http_bridge_factory.cc',
1833 'test/sync/test_http_bridge_factory.h', 1840 'test/sync/test_http_bridge_factory.h',
1834 'test/test_notification_tracker.cc', 1841 'test/test_notification_tracker.cc',
1835 'test/test_notification_tracker.h', 1842 'test/test_notification_tracker.h',
1836 'test/v8_unit_test.cc', 1843 'test/v8_unit_test.cc',
1837 'test/v8_unit_test.h', 1844 'test/v8_unit_test.h',
1838 'tools/convert_dict/convert_dict_unittest.cc', 1845 'tools/convert_dict/convert_dict_unittest.cc',
1839 '../testing/gtest_mac_unittest.mm', 1846 '../testing/gtest_mac_unittest.mm',
1840 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1847 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1841 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1848 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1842 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1849 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 'sources': [ 2822 'sources': [
2816 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', 2823 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
2817 'app/breakpad_mac_stubs.mm', 2824 'app/breakpad_mac_stubs.mm',
2818 'browser/sync/engine/apply_updates_command_unittest.cc', 2825 'browser/sync/engine/apply_updates_command_unittest.cc',
2819 'browser/sync/engine/clear_data_command_unittest.cc', 2826 'browser/sync/engine/clear_data_command_unittest.cc',
2820 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', 2827 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
2821 'browser/sync/engine/download_updates_command_unittest.cc', 2828 'browser/sync/engine/download_updates_command_unittest.cc',
2822 'browser/sync/engine/mock_model_safe_workers.cc', 2829 'browser/sync/engine/mock_model_safe_workers.cc',
2823 'browser/sync/engine/mock_model_safe_workers.h', 2830 'browser/sync/engine/mock_model_safe_workers.h',
2824 'browser/sync/engine/process_commit_response_command_unittest.cc', 2831 'browser/sync/engine/process_commit_response_command_unittest.cc',
2825 'browser/sync/engine/read_node_mock.h',
2826 'browser/sync/engine/syncapi_unittest.cc', 2832 'browser/sync/engine/syncapi_unittest.cc',
2827 'browser/sync/engine/syncer_proto_util_unittest.cc', 2833 'browser/sync/engine/syncer_proto_util_unittest.cc',
2828 'browser/sync/engine/syncer_thread_unittest.cc', 2834 'browser/sync/engine/syncer_thread_unittest.cc',
2829 'browser/sync/engine/syncer_thread2_unittest.cc', 2835 'browser/sync/engine/syncer_thread2_unittest.cc',
2830 'browser/sync/engine/syncer_unittest.cc', 2836 'browser/sync/engine/syncer_unittest.cc',
2831 'browser/sync/engine/syncproto_unittest.cc', 2837 'browser/sync/engine/syncproto_unittest.cc',
2832 'browser/sync/engine/syncapi_mock.h', 2838 'browser/sync/engine/syncapi_mock.h',
2833 'browser/sync/engine/verify_updates_command_unittest.cc', 2839 'browser/sync/engine/verify_updates_command_unittest.cc',
2834 'browser/sync/js_arg_list_unittest.cc', 2840 'browser/sync/js_arg_list_unittest.cc',
2835 'browser/sync/js_event_handler_list_unittest.cc', 2841 'browser/sync/js_event_handler_list_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 # TODO(phajdan.jr): Only temporary, to make transition easier. 2994 # TODO(phajdan.jr): Only temporary, to make transition easier.
2989 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 2995 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
2990 'sources': [ 2996 'sources': [
2991 'app/chrome_command_ids.h', 2997 'app/chrome_command_ids.h',
2992 'app/chrome_dll.rc', 2998 'app/chrome_dll.rc',
2993 'app/chrome_dll_resource.h', 2999 'app/chrome_dll_resource.h',
2994 'app/chrome_dll_version.rc.version', 3000 'app/chrome_dll_version.rc.version',
2995 'browser/password_manager/password_form_data.cc', 3001 'browser/password_manager/password_form_data.cc',
2996 'browser/sessions/session_backend.cc', 3002 'browser/sessions/session_backend.cc',
2997 'browser/sync/glue/session_model_associator.cc', 3003 'browser/sync/glue/session_model_associator.cc',
2998 'test/bookmark_load_observer.h',
2999 'test/out_of_proc_test_runner.cc', 3004 'test/out_of_proc_test_runner.cc',
3000 'test/live_sync/bookmark_model_verifier.cc', 3005 'test/live_sync/bookmark_model_verifier.cc',
3001 'test/live_sync/bookmark_model_verifier.h', 3006 'test/live_sync/bookmark_model_verifier.h',
3002 'test/live_sync/live_autofill_sync_test.cc', 3007 'test/live_sync/live_autofill_sync_test.cc',
3003 'test/live_sync/live_autofill_sync_test.h', 3008 'test/live_sync/live_autofill_sync_test.h',
3004 'test/live_sync/live_bookmarks_sync_test.cc', 3009 'test/live_sync/live_bookmarks_sync_test.cc',
3005 'test/live_sync/live_bookmarks_sync_test.h', 3010 'test/live_sync/live_bookmarks_sync_test.h',
3006 'test/live_sync/live_extensions_sync_test_base.cc', 3011 'test/live_sync/live_extensions_sync_test_base.cc',
3007 'test/live_sync/live_extensions_sync_test_base.h', 3012 'test/live_sync/live_extensions_sync_test_base.h',
3008 'test/live_sync/live_extensions_sync_test.cc', 3013 'test/live_sync/live_extensions_sync_test.cc',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 ] 3778 ]
3774 }], # 'coverage!=0' 3779 }], # 'coverage!=0'
3775 ], # 'conditions' 3780 ], # 'conditions'
3776 } 3781 }
3777 3782
3778 # Local Variables: 3783 # Local Variables:
3779 # tab-width:2 3784 # tab-width:2
3780 # indent-tabs-mode:nil 3785 # indent-tabs-mode:nil
3781 # End: 3786 # End:
3782 # vim: set expandtab tabstop=2 shiftwidth=2: 3787 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698