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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7541001: Move more files from chrome/test to chrome/test/base, part #3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 20 matching lines...) Expand all
31 'app/policy/cloud_policy_codegen.gyp:policy', 31 'app/policy/cloud_policy_codegen.gyp:policy',
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
33 'theme_resources', 33 'theme_resources',
34 'theme_resources_standard', 34 'theme_resources_standard',
35 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
36 '../content/content.gyp:content_gpu', 36 '../content/content.gyp:content_gpu',
37 '../content/content.gyp:test_support_content', 37 '../content/content.gyp:test_support_content',
38 '../ipc/ipc.gyp:test_support_ipc', 38 '../ipc/ipc.gyp:test_support_ipc',
39 '../media/media.gyp:media_test_support', 39 '../media/media.gyp:media_test_support',
40 '../net/net.gyp:net', 40 '../net/net.gyp:net',
41 # 'test/test_url_request_context_getter.h' brings in this requirement. 41 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt.
42 '../net/net.gyp:net_test_support', 42 '../net/net.gyp:net_test_support',
43 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
44 '../testing/gmock.gyp:gmock', 44 '../testing/gmock.gyp:gmock',
45 '../testing/gtest.gyp:gtest', 45 '../testing/gtest.gyp:gtest',
46 ], 46 ],
47 'export_dependent_settings': [ 47 'export_dependent_settings': [
48 'renderer', 48 'renderer',
49 'app/policy/cloud_policy_codegen.gyp:policy', 49 'app/policy/cloud_policy_codegen.gyp:policy',
50 '../base/base.gyp:test_support_base', 50 '../base/base.gyp:test_support_base',
51 ], 51 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'test/automation/extension_proxy.h', 138 'test/automation/extension_proxy.h',
139 'test/automation/javascript_execution_controller.cc', 139 'test/automation/javascript_execution_controller.cc',
140 'test/automation/javascript_execution_controller.h', 140 'test/automation/javascript_execution_controller.h',
141 'test/automation/javascript_message_utils.h', 141 'test/automation/javascript_message_utils.h',
142 'test/automation/tab_proxy.cc', 142 'test/automation/tab_proxy.cc',
143 'test/automation/tab_proxy.h', 143 'test/automation/tab_proxy.h',
144 'test/automation/window_proxy.cc', 144 'test/automation/window_proxy.cc',
145 'test/automation/window_proxy.h', 145 'test/automation/window_proxy.h',
146 'test/base/bookmark_load_observer.cc', 146 'test/base/bookmark_load_observer.cc',
147 'test/base/bookmark_load_observer.h', 147 'test/base/bookmark_load_observer.h',
148 'test/base/chrome_test_suite.cc',
149 'test/base/chrome_test_suite.h',
148 'test/base/in_process_browser_test.cc', 150 'test/base/in_process_browser_test.cc',
149 'test/base/in_process_browser_test.h', 151 'test/base/in_process_browser_test.h',
150 'test/base/model_test_utils.cc', 152 'test/base/model_test_utils.cc',
151 'test/base/model_test_utils.h', 153 'test/base/model_test_utils.h',
152 'test/base/profile_mock.cc', 154 'test/base/profile_mock.cc',
153 'test/base/profile_mock.h', 155 'test/base/profile_mock.h',
154 'test/base/signaling_task.cc', 156 'test/base/signaling_task.cc',
155 'test/base/signaling_task.h', 157 'test/base/signaling_task.h',
158 'test/base/test_browser_window.cc',
159 'test/base/test_browser_window.h',
160 'test/base/test_launcher_utils.cc',
161 'test/base/test_launcher_utils.h',
162 'test/base/test_location_bar.cc',
163 'test/base/test_location_bar.h',
164 'test/base/test_url_request_context_getter.cc',
165 'test/base/test_url_request_context_getter.h',
156 'test/base/ui_test_utils.cc', 166 'test/base/ui_test_utils.cc',
157 'test/base/ui_test_utils.h', 167 'test/base/ui_test_utils.h',
158 'test/base/ui_test_utils_linux.cc', 168 'test/base/ui_test_utils_linux.cc',
159 'test/base/ui_test_utils_mac.mm', 169 'test/base/ui_test_utils_mac.mm',
160 'test/base/ui_test_utils_win.cc', 170 'test/base/ui_test_utils_win.cc',
171 'test/base/values_test_util.cc',
172 'test/base/values_test_util.h',
161 'test/chrome_process_util.cc', 173 'test/chrome_process_util.cc',
162 'test/chrome_process_util.h', 174 'test/chrome_process_util.h',
163 'test/chrome_process_util_mac.cc', 175 'test/chrome_process_util_mac.cc',
164 'test/test_browser_window.cc',
165 'test/test_browser_window.h',
166 'test/test_launcher_utils.cc',
167 'test/test_launcher_utils.h',
168 'test/test_location_bar.cc',
169 'test/test_location_bar.h',
170 'test/test_navigation_observer.cc', 176 'test/test_navigation_observer.cc',
171 'test/test_navigation_observer.h', 177 'test/test_navigation_observer.h',
172 'test/test_switches.cc', 178 'test/test_switches.cc',
173 'test/test_switches.h', 179 'test/test_switches.h',
174 'test/test_tab_strip_model_observer.cc', 180 'test/test_tab_strip_model_observer.cc',
175 'test/test_tab_strip_model_observer.h', 181 'test/test_tab_strip_model_observer.h',
176 'test/test_url_request_context_getter.cc',
177 'test/test_url_request_context_getter.h',
178 'test/testing_browser_process.cc', 182 'test/testing_browser_process.cc',
179 'test/testing_browser_process.h', 183 'test/testing_browser_process.h',
180 'test/testing_browser_process_test.h', 184 'test/testing_browser_process_test.h',
181 'test/testing_pref_service.cc', 185 'test/testing_pref_service.cc',
182 'test/testing_pref_service.h', 186 'test/testing_pref_service.h',
183 'test/testing_profile.cc', 187 'test/testing_profile.cc',
184 'test/testing_profile.h', 188 'test/testing_profile.h',
185 'test/thread_observer_helper.h', 189 'test/thread_observer_helper.h',
186 'test/unit/chrome_test_suite.cc',
187 'test/unit/chrome_test_suite.h',
188 'test/values_test_util.cc',
189 'test/values_test_util.h',
190 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 190 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
192 '../content/browser/geolocation/mock_location_provider.cc', 192 '../content/browser/geolocation/mock_location_provider.cc',
193 '../content/browser/geolocation/mock_location_provider.h', 193 '../content/browser/geolocation/mock_location_provider.h',
194 '../content/browser/mock_content_browser_client.cc', 194 '../content/browser/mock_content_browser_client.cc',
195 '../content/browser/mock_resource_context.cc', 195 '../content/browser/mock_resource_context.cc',
196 '../content/browser/mock_resource_context.h', 196 '../content/browser/mock_resource_context.h',
197 # TODO: these should live here but are currently used by 197 # TODO: these should live here but are currently used by
198 # production code code in libbrowser (in chrome.gyp). 198 # production code code in libbrowser (in chrome.gyp).
199 #'../content/browser/net/url_request_mock_http_job.cc', 199 #'../content/browser/net/url_request_mock_http_job.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'test_support_common', 382 'test_support_common',
383 'chrome_resources', 383 'chrome_resources',
384 'chrome_strings', 384 'chrome_strings',
385 '../skia/skia.gyp:skia', 385 '../skia/skia.gyp:skia',
386 '../testing/gtest.gyp:gtest', 386 '../testing/gtest.gyp:gtest',
387 ], 387 ],
388 'include_dirs': [ 388 'include_dirs': [
389 '..', 389 '..',
390 ], 390 ],
391 'sources': [ 391 'sources': [
392 'test/unit/run_all_unittests.cc', 392 'test/base/run_all_unittests.cc',
393 ], 393 ],
394 'conditions': [ 394 'conditions': [
395 ['toolkit_uses_gtk == 1', { 395 ['toolkit_uses_gtk == 1', {
396 'dependencies': [ 396 'dependencies': [
397 # Needed for the following #include chain: 397 # Needed for the following #include chain:
398 # test/unit/run_all_unittests.cc 398 # test/base/run_all_unittests.cc
399 # test/unit/chrome_test_suite.h 399 # test/base/chrome_test_suite.h
400 # gtk/gtk.h 400 # gtk/gtk.h
401 '../build/linux/system.gyp:gtk', 401 '../build/linux/system.gyp:gtk',
402 ], 402 ],
403 }], 403 }],
404 ], 404 ],
405 }, 405 },
406 { 406 {
407 'target_name': 'automated_ui_tests', 407 'target_name': 'automated_ui_tests',
408 'type': 'executable', 408 'type': 'executable',
409 'dependencies': [ 409 'dependencies': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'browser/ui/views/tabs/tab_dragging_test.cc', 506 'browser/ui/views/tabs/tab_dragging_test.cc',
507 'browser/ui/webui/workers_ui_browsertest.cc', 507 'browser/ui/webui/workers_ui_browsertest.cc',
508 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', 508 'test/interactive_ui/fast_shutdown_interactive_uitest.cc',
509 'test/interactive_ui/infobars_uitest.cc', 509 'test/interactive_ui/infobars_uitest.cc',
510 'test/interactive_ui/keyboard_access_uitest.cc', 510 'test/interactive_ui/keyboard_access_uitest.cc',
511 'test/interactive_ui/mouseleave_interactive_uitest.cc', 511 'test/interactive_ui/mouseleave_interactive_uitest.cc',
512 'test/interactive_ui/npapi_interactive_test.cc', 512 'test/interactive_ui/npapi_interactive_test.cc',
513 'test/interactive_ui/view_event_test_base.cc', 513 'test/interactive_ui/view_event_test_base.cc',
514 'test/interactive_ui/view_event_test_base.h', 514 'test/interactive_ui/view_event_test_base.h',
515 'test/out_of_proc_test_runner.cc', 515 'test/out_of_proc_test_runner.cc',
516 'test/unit/chrome_test_suite.h',
517 ], 516 ],
518 'conditions': [ 517 'conditions': [
519 ['toolkit_uses_gtk == 1', { 518 ['toolkit_uses_gtk == 1', {
520 'dependencies': [ 519 'dependencies': [
521 '../build/linux/system.gyp:gtk', 520 '../build/linux/system.gyp:gtk',
522 '../build/linux/system.gyp:ssl', 521 '../build/linux/system.gyp:ssl',
523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 522 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
524 ], 523 ],
525 }], 524 }],
526 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 525 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1970 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1972 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1971 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1973 'renderer/safe_browsing/scorer_unittest.cc', 1972 'renderer/safe_browsing/scorer_unittest.cc',
1974 'renderer/spellchecker/spellcheck_provider_unittest.cc', 1973 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1975 'renderer/spellchecker/spellcheck_unittest.cc', 1974 'renderer/spellchecker/spellcheck_unittest.cc',
1976 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1975 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1977 'service/cloud_print/cloud_print_helpers_unittest.cc', 1976 'service/cloud_print/cloud_print_helpers_unittest.cc',
1978 'service/cloud_print/cloud_print_token_store_unittest.cc', 1977 'service/cloud_print/cloud_print_token_store_unittest.cc',
1979 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1978 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1980 'service/service_process_unittest.cc', 1979 'service/service_process_unittest.cc',
1980 'test/base/test_notification_tracker.cc',
1981 'test/base/test_notification_tracker.h',
1982 'test/base/v8_unit_test.cc',
1983 'test/base/v8_unit_test.h',
1981 'test/browser_with_test_window_test.cc', 1984 'test/browser_with_test_window_test.cc',
1982 'test/browser_with_test_window_test.h', 1985 'test/browser_with_test_window_test.h',
1983 'test/data/resource.rc', 1986 'test/data/resource.rc',
1984 'test/menu_model_test.cc', 1987 'test/menu_model_test.cc',
1985 'test/menu_model_test.h', 1988 'test/menu_model_test.h',
1986 'test/render_view_test.cc', 1989 'test/render_view_test.cc',
1987 'test/render_view_test.h', 1990 'test/render_view_test.h',
1988 'test/sync/test_http_bridge_factory.cc', 1991 'test/sync/test_http_bridge_factory.cc',
1989 'test/sync/test_http_bridge_factory.h', 1992 'test/sync/test_http_bridge_factory.h',
1990 'test/test_notification_tracker.cc',
1991 'test/test_notification_tracker.h',
1992 'test/v8_unit_test.cc',
1993 'test/v8_unit_test.h',
1994 'tools/convert_dict/convert_dict_unittest.cc', 1993 'tools/convert_dict/convert_dict_unittest.cc',
1995 '../content/browser/appcache/chrome_appcache_service_unittest.cc', 1994 '../content/browser/appcache/chrome_appcache_service_unittest.cc',
1996 '../content/browser/browser_thread_unittest.cc', 1995 '../content/browser/browser_thread_unittest.cc',
1997 '../content/browser/browser_url_handler_unittest.cc', 1996 '../content/browser/browser_url_handler_unittest.cc',
1998 '../content/browser/child_process_security_policy_unittest.cc', 1997 '../content/browser/child_process_security_policy_unittest.cc',
1999 '../content/browser/debugger/devtools_manager_unittest.cc', 1998 '../content/browser/debugger/devtools_manager_unittest.cc',
2000 '../content/browser/device_orientation/provider_unittest.cc', 1999 '../content/browser/device_orientation/provider_unittest.cc',
2001 '../content/browser/download/base_file_unittest.cc', 2000 '../content/browser/download/base_file_unittest.cc',
2002 '../content/browser/download/save_package_unittest.cc', 2001 '../content/browser/download/save_package_unittest.cc',
2003 '../content/browser/geolocation/device_data_provider_unittest.cc', 2002 '../content/browser/geolocation/device_data_provider_unittest.cc',
(...skipping 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
3485 # TODO(phajdan.jr): Only temporary, to make transition easier. 3484 # TODO(phajdan.jr): Only temporary, to make transition easier.
3486 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3485 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3487 'sources': [ 3486 'sources': [
3488 'app/chrome_command_ids.h', 3487 'app/chrome_command_ids.h',
3489 'app/chrome_dll.rc', 3488 'app/chrome_dll.rc',
3490 'app/chrome_dll_resource.h', 3489 'app/chrome_dll_resource.h',
3491 'app/chrome_version.rc.version', 3490 'app/chrome_version.rc.version',
3492 'browser/password_manager/password_form_data.cc', 3491 'browser/password_manager/password_form_data.cc',
3493 'browser/sessions/session_backend.cc', 3492 'browser/sessions/session_backend.cc',
3494 'browser/sync/glue/session_model_associator.cc', 3493 'browser/sync/glue/session_model_associator.cc',
3494 'test/base/test_notification_tracker.cc',
3495 'test/base/test_notification_tracker.h',
3496 'test/data/resource.rc',
3495 'test/out_of_proc_test_runner.cc', 3497 'test/out_of_proc_test_runner.cc',
3496 'test/live_sync/bookmarks_helper.cc', 3498 'test/live_sync/bookmarks_helper.cc',
3497 'test/live_sync/bookmarks_helper.h', 3499 'test/live_sync/bookmarks_helper.h',
3498 'test/live_sync/live_apps_sync_test.cc', 3500 'test/live_sync/live_apps_sync_test.cc',
3499 'test/live_sync/live_apps_sync_test.h', 3501 'test/live_sync/live_apps_sync_test.h',
3500 'test/live_sync/live_autofill_sync_test.cc', 3502 'test/live_sync/live_autofill_sync_test.cc',
3501 'test/live_sync/live_autofill_sync_test.h', 3503 'test/live_sync/live_autofill_sync_test.h',
3502 'test/live_sync/live_extensions_sync_test.cc', 3504 'test/live_sync/live_extensions_sync_test.cc',
3503 'test/live_sync/live_extensions_sync_test.h', 3505 'test/live_sync/live_extensions_sync_test.h',
3504 'test/live_sync/live_passwords_sync_test.cc', 3506 'test/live_sync/live_passwords_sync_test.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3536 'test/live_sync/sync_datatype_helper.h', 3538 'test/live_sync/sync_datatype_helper.h',
3537 'test/live_sync/two_client_bookmarks_sync_test.cc', 3539 'test/live_sync/two_client_bookmarks_sync_test.cc',
3538 'test/live_sync/two_client_live_apps_sync_test.cc', 3540 'test/live_sync/two_client_live_apps_sync_test.cc',
3539 'test/live_sync/two_client_live_autofill_sync_test.cc', 3541 'test/live_sync/two_client_live_autofill_sync_test.cc',
3540 'test/live_sync/two_client_live_extensions_sync_test.cc', 3542 'test/live_sync/two_client_live_extensions_sync_test.cc',
3541 'test/live_sync/two_client_live_passwords_sync_test.cc', 3543 'test/live_sync/two_client_live_passwords_sync_test.cc',
3542 'test/live_sync/two_client_live_sessions_sync_test.cc', 3544 'test/live_sync/two_client_live_sessions_sync_test.cc',
3543 'test/live_sync/two_client_live_themes_sync_test.cc', 3545 'test/live_sync/two_client_live_themes_sync_test.cc',
3544 'test/live_sync/two_client_live_typed_urls_sync_test.cc', 3546 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3545 'test/live_sync/two_client_preferences_sync_test.cc', 3547 'test/live_sync/two_client_preferences_sync_test.cc',
3546 'test/test_notification_tracker.cc',
3547 'test/test_notification_tracker.h',
3548 'test/data/resource.rc',
3549 ], 3548 ],
3550 'conditions': [ 3549 'conditions': [
3551 ['toolkit_uses_gtk == 1', { 3550 ['toolkit_uses_gtk == 1', {
3552 'dependencies': [ 3551 'dependencies': [
3553 '../build/linux/system.gyp:gtk', 3552 '../build/linux/system.gyp:gtk',
3554 '../build/linux/system.gyp:ssl', 3553 '../build/linux/system.gyp:ssl',
3555 ], 3554 ],
3556 }], 3555 }],
3557 ['OS=="mac"', { 3556 ['OS=="mac"', {
3558 # See the comment in this section of the unit_tests target for an 3557 # See the comment in this section of the unit_tests target for an
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
4357 # Use outputs of this action as inputs for the main target build. 4356 # Use outputs of this action as inputs for the main target build.
4358 # Seems as a misnomer but makes this happy on Linux (scons). 4357 # Seems as a misnomer but makes this happy on Linux (scons).
4359 'process_outputs_as_sources': 1, 4358 'process_outputs_as_sources': 1,
4360 }, 4359 },
4361 ], # 'actions' 4360 ], # 'actions'
4362 }, 4361 },
4363 ] 4362 ]
4364 }], # 'coverage!=0' 4363 }], # 'coverage!=0'
4365 ], # 'conditions' 4364 ], # 'conditions'
4366 } 4365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698