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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'test/ui_test_utils_mac.mm', 175 'test/ui_test_utils_mac.mm',
176 'test/ui_test_utils_win.cc', 176 'test/ui_test_utils_win.cc',
177 'test/unit/chrome_test_suite.cc', 177 'test/unit/chrome_test_suite.cc',
178 'test/unit/chrome_test_suite.h', 178 'test/unit/chrome_test_suite.h',
179 'test/values_test_util.cc', 179 'test/values_test_util.cc',
180 'test/values_test_util.h', 180 'test/values_test_util.h',
181 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 181 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
182 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 182 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
183 '../content/browser/geolocation/mock_location_provider.cc', 183 '../content/browser/geolocation/mock_location_provider.cc',
184 '../content/browser/geolocation/mock_location_provider.h', 184 '../content/browser/geolocation/mock_location_provider.h',
185 '../content/browser/mock_content_browser_client.cc',
185 '../content/browser/mock_resource_context.cc', 186 '../content/browser/mock_resource_context.cc',
186 '../content/browser/mock_resource_context.h', 187 '../content/browser/mock_resource_context.h',
187 # TODO: these should live here but are currently used by 188 # TODO: these should live here but are currently used by
188 # production code code in libbrowser (in chrome.gyp). 189 # production code code in libbrowser (in chrome.gyp).
189 #'../content/browser/net/url_request_mock_http_job.cc', 190 #'../content/browser/net/url_request_mock_http_job.cc',
190 #'../content/browser/net/url_request_mock_http_job.h', 191 #'../content/browser/net/url_request_mock_http_job.h',
191 '../content/browser/net/url_request_mock_net_error_job.cc', 192 '../content/browser/net/url_request_mock_net_error_job.cc',
192 '../content/browser/net/url_request_mock_net_error_job.h', 193 '../content/browser/net/url_request_mock_net_error_job.h',
193 '../content/browser/renderer_host/mock_render_process_host.cc', 194 '../content/browser/renderer_host/mock_render_process_host.cc',
194 '../content/browser/renderer_host/mock_render_process_host.h', 195 '../content/browser/renderer_host/mock_render_process_host.h',
195 '../content/browser/renderer_host/test_backing_store.cc', 196 '../content/browser/renderer_host/test_backing_store.cc',
196 '../content/browser/renderer_host/test_backing_store.h', 197 '../content/browser/renderer_host/test_backing_store.h',
197 '../content/browser/renderer_host/test_render_view_host.cc', 198 '../content/browser/renderer_host/test_render_view_host.cc',
198 '../content/browser/renderer_host/test_render_view_host.h', 199 '../content/browser/renderer_host/test_render_view_host.h',
199 '../content/browser/tab_contents/test_tab_contents.cc', 200 '../content/browser/tab_contents/test_tab_contents.cc',
200 '../content/browser/tab_contents/test_tab_contents.h', 201 '../content/browser/tab_contents/test_tab_contents.h',
201 '../content/common/notification_observer_mock.cc', 202 '../content/common/notification_observer_mock.cc',
202 '../content/common/notification_observer_mock.h', 203 '../content/common/notification_observer_mock.h',
203 '../content/common/test_url_constants.cc', 204 '../content/common/test_url_constants.cc',
204 '../content/common/test_url_constants.h', 205 '../content/common/test_url_constants.h',
205 '../content/common/test_url_fetcher_factory.cc', 206 '../content/common/test_url_fetcher_factory.cc',
206 '../content/common/test_url_fetcher_factory.h', 207 '../content/common/test_url_fetcher_factory.h',
208 '../content/renderer/mock_content_renderer_client.cc',
207 '../ui/gfx/image/image_unittest_util.h', 209 '../ui/gfx/image/image_unittest_util.h',
208 '../ui/gfx/image/image_unittest_util.cc', 210 '../ui/gfx/image/image_unittest_util.cc',
209 ], 211 ],
210 'conditions': [ 212 'conditions': [
211 ['chromeos==0', { 213 ['chromeos==0', {
212 'sources/': [ 214 'sources/': [
213 ['exclude', '^browser/chromeos'], 215 ['exclude', '^browser/chromeos'],
214 ], 216 ],
215 }], 217 }],
216 ['toolkit_uses_gtk == 1', { 218 ['toolkit_uses_gtk == 1', {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'include_dirs': [ 471 'include_dirs': [
470 '..', 472 '..',
471 ], 473 ],
472 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 474 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
473 'sources': [ 475 'sources': [
474 'browser/accessibility/accessibility_mac_uitest.mm', 476 'browser/accessibility/accessibility_mac_uitest.mm',
475 'browser/autofill/autofill_browsertest.cc', 477 'browser/autofill/autofill_browsertest.cc',
476 'browser/browser_focus_uitest.cc', 478 'browser/browser_focus_uitest.cc',
477 'browser/browser_keyevents_browsertest.cc', 479 'browser/browser_keyevents_browsertest.cc',
478 'browser/collected_cookies_uitest.cc', 480 'browser/collected_cookies_uitest.cc',
479 'browser/debugger/devtools_sanity_unittest.cc',
480 'browser/instant/instant_browsertest.cc', 481 'browser/instant/instant_browsertest.cc',
481 'browser/notifications/notifications_interactive_uitest.cc', 482 'browser/notifications/notifications_interactive_uitest.cc',
482 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 483 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
483 'browser/ui/omnibox/omnibox_view_browsertest.cc', 484 'browser/ui/omnibox/omnibox_view_browsertest.cc',
484 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 485 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
485 'browser/ui/views/button_dropdown_test.cc', 486 'browser/ui/views/button_dropdown_test.cc',
486 'browser/ui/views/find_bar_host_interactive_uitest.cc', 487 'browser/ui/views/find_bar_host_interactive_uitest.cc',
487 'browser/ui/views/tabs/tab_dragging_test.cc', 488 'browser/ui/views/tabs/tab_dragging_test.cc',
488 'browser/ui/views/menu_item_view_test.cc', 489 'browser/ui/views/menu_item_view_test.cc',
489 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', 490 'test/interactive_ui/fast_shutdown_interactive_uitest.cc',
490 'test/interactive_ui/infobars_uitest.cc', 491 'test/interactive_ui/infobars_uitest.cc',
491 'test/interactive_ui/keyboard_access_uitest.cc', 492 'test/interactive_ui/keyboard_access_uitest.cc',
492 'test/interactive_ui/mouseleave_interactive_uitest.cc', 493 'test/interactive_ui/mouseleave_interactive_uitest.cc',
493 'test/interactive_ui/npapi_interactive_test.cc', 494 'test/interactive_ui/npapi_interactive_test.cc',
494 'test/interactive_ui/view_event_test_base.cc', 495 'test/interactive_ui/view_event_test_base.cc',
495 'test/interactive_ui/view_event_test_base.h', 496 'test/interactive_ui/view_event_test_base.h',
496 'test/out_of_proc_test_runner.cc', 497 'test/out_of_proc_test_runner.cc',
497 'test/unit/chrome_test_suite.h', 498 'test/unit/chrome_test_suite.h',
499 '../content/browser/debugger/devtools_sanity_unittest.cc',
498 ], 500 ],
499 'conditions': [ 501 'conditions': [
500 ['toolkit_uses_gtk == 1', { 502 ['toolkit_uses_gtk == 1', {
501 'dependencies': [ 503 'dependencies': [
502 '../build/linux/system.gyp:gtk', 504 '../build/linux/system.gyp:gtk',
503 '../build/linux/system.gyp:ssl', 505 '../build/linux/system.gyp:ssl',
504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
505 ], 507 ],
506 }], 508 }],
507 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 509 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
(...skipping 19 matching lines...) Expand all
527 }], 529 }],
528 ['target_arch!="arm"', { 530 ['target_arch!="arm"', {
529 'dependencies': [ 531 'dependencies': [
530 # run time dependency 532 # run time dependency
531 '../webkit/webkit.gyp:npapi_test_plugin', 533 '../webkit/webkit.gyp:npapi_test_plugin',
532 ], 534 ],
533 }], # target_arch 535 }], # target_arch
534 ['OS=="mac"', { 536 ['OS=="mac"', {
535 'sources!': [ 537 'sources!': [
536 # TODO(port) 538 # TODO(port)
537 'browser/debugger/devtools_sanity_unittest.cc',
538 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 539 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
539 'browser/ui/views/button_dropdown_test.cc', 540 'browser/ui/views/button_dropdown_test.cc',
540 'browser/ui/views/find_bar_host_interactive_uitest.cc', 541 'browser/ui/views/find_bar_host_interactive_uitest.cc',
541 'browser/ui/views/menu_item_view_test.cc', 542 'browser/ui/views/menu_item_view_test.cc',
542 'browser/ui/views/tabs/tab_dragging_test.cc', 543 'browser/ui/views/tabs/tab_dragging_test.cc',
543 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', 544 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
544 'test/interactive_ui/npapi_interactive_test.cc', 545 'test/interactive_ui/npapi_interactive_test.cc',
545 'test/interactive_ui/view_event_test_base.cc', 546 'test/interactive_ui/view_event_test_base.cc',
546 'test/interactive_ui/view_event_test_base.h', 547 'test/interactive_ui/view_event_test_base.h',
548 '../content/browser/debugger/devtools_sanity_unittest.cc',
547 ], 549 ],
548 # See comment about the same line in chrome/chrome_tests.gypi. 550 # See comment about the same line in chrome/chrome_tests.gypi.
549 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 551 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
550 }], # OS=="mac" 552 }], # OS=="mac"
551 ['toolkit_views==1', { 553 ['toolkit_views==1', {
552 'dependencies': [ 554 'dependencies': [
553 '../views/views.gyp:views', 555 '../views/views.gyp:views',
554 ], 556 ],
555 }], 557 }],
556 ['OS=="win"', { 558 ['OS=="win"', {
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 'browser/content_settings/content_settings_pattern_parser_unittest.cc', 1359 'browser/content_settings/content_settings_pattern_parser_unittest.cc',
1358 'browser/content_settings/content_settings_policy_provider_unittest.cc', 1360 'browser/content_settings/content_settings_policy_provider_unittest.cc',
1359 'browser/content_settings/content_settings_pref_provider_unittest.cc', 1361 'browser/content_settings/content_settings_pref_provider_unittest.cc',
1360 'browser/content_settings/content_settings_provider_unittest.cc', 1362 'browser/content_settings/content_settings_provider_unittest.cc',
1361 'browser/content_settings/host_content_settings_map_unittest.cc', 1363 'browser/content_settings/host_content_settings_map_unittest.cc',
1362 'browser/content_settings/mock_settings_observer.cc', 1364 'browser/content_settings/mock_settings_observer.cc',
1363 'browser/content_settings/mock_settings_observer.h', 1365 'browser/content_settings/mock_settings_observer.h',
1364 'browser/content_settings/tab_specific_content_settings_unittest.cc', 1366 'browser/content_settings/tab_specific_content_settings_unittest.cc',
1365 'browser/cookies_tree_model_unittest.cc', 1367 'browser/cookies_tree_model_unittest.cc',
1366 'browser/custom_handlers/protocol_handler_registry_unittest.cc', 1368 'browser/custom_handlers/protocol_handler_registry_unittest.cc',
1367 'browser/debugger/devtools_manager_unittest.cc',
1368 'browser/debugger/devtools_remote_listen_socket_unittest.cc',
1369 'browser/debugger/devtools_remote_listen_socket_unittest.h',
1370 'browser/debugger/devtools_remote_message_unittest.cc',
1371 'browser/diagnostics/diagnostics_model_unittest.cc', 1369 'browser/diagnostics/diagnostics_model_unittest.cc',
1372 'browser/download/base_file_unittest.cc', 1370 'browser/download/base_file_unittest.cc',
1373 'browser/download/download_file_unittest.cc', 1371 'browser/download/download_file_unittest.cc',
1374 'browser/download/download_manager_unittest.cc', 1372 'browser/download/download_manager_unittest.cc',
1375 'browser/download/download_request_infobar_delegate_unittest.cc', 1373 'browser/download/download_request_infobar_delegate_unittest.cc',
1376 'browser/download/download_request_limiter_unittest.cc', 1374 'browser/download/download_request_limiter_unittest.cc',
1377 'browser/download/download_safe_browsing_client_unittest.cc', 1375 'browser/download/download_safe_browsing_client_unittest.cc',
1378 'browser/download/download_status_updater_unittest.cc', 1376 'browser/download/download_status_updater_unittest.cc',
1379 'browser/download/download_util_unittest.cc', 1377 'browser/download/download_util_unittest.cc',
1380 'browser/download/mock_download_manager.h', 1378 'browser/download/mock_download_manager.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 'test/sync/test_http_bridge_factory.cc', 1950 'test/sync/test_http_bridge_factory.cc',
1953 'test/sync/test_http_bridge_factory.h', 1951 'test/sync/test_http_bridge_factory.h',
1954 'test/test_notification_tracker.cc', 1952 'test/test_notification_tracker.cc',
1955 'test/test_notification_tracker.h', 1953 'test/test_notification_tracker.h',
1956 'test/v8_unit_test.cc', 1954 'test/v8_unit_test.cc',
1957 'test/v8_unit_test.h', 1955 'test/v8_unit_test.h',
1958 'tools/convert_dict/convert_dict_unittest.cc', 1956 'tools/convert_dict/convert_dict_unittest.cc',
1959 '../content/browser/appcache/chrome_appcache_service_unittest.cc', 1957 '../content/browser/appcache/chrome_appcache_service_unittest.cc',
1960 '../content/browser/browser_thread_unittest.cc', 1958 '../content/browser/browser_thread_unittest.cc',
1961 '../content/browser/child_process_security_policy_unittest.cc', 1959 '../content/browser/child_process_security_policy_unittest.cc',
1960 '../content/browser/debugger/devtools_manager_unittest.cc',
1961 '../content/browser/debugger/devtools_remote_listen_socket_unittest.cc',
1962 '../content/browser/debugger/devtools_remote_listen_socket_unittest.h',
1963 '../content/browser/debugger/devtools_remote_message_unittest.cc',
1962 '../content/browser/device_orientation/provider_unittest.cc', 1964 '../content/browser/device_orientation/provider_unittest.cc',
1963 '../content/browser/geolocation/device_data_provider_unittest.cc', 1965 '../content/browser/geolocation/device_data_provider_unittest.cc',
1964 '../content/browser/geolocation/fake_access_token_store.cc', 1966 '../content/browser/geolocation/fake_access_token_store.cc',
1965 '../content/browser/geolocation/fake_access_token_store.h', 1967 '../content/browser/geolocation/fake_access_token_store.h',
1966 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc ', 1968 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc ',
1967 '../content/browser/geolocation/geolocation_provider_unittest.cc', 1969 '../content/browser/geolocation/geolocation_provider_unittest.cc',
1968 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' , 1970 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' ,
1969 '../content/browser/geolocation/location_arbitrator_unittest.cc', 1971 '../content/browser/geolocation/location_arbitrator_unittest.cc',
1970 '../content/browser/geolocation/network_location_provider_unittest.cc', 1972 '../content/browser/geolocation/network_location_provider_unittest.cc',
1971 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', 1973 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 ] 4128 ]
4127 }], # 'coverage!=0' 4129 }], # 'coverage!=0'
4128 ], # 'conditions' 4130 ], # 'conditions'
4129 } 4131 }
4130 4132
4131 # Local Variables: 4133 # Local Variables:
4132 # tab-width:2 4134 # tab-width:2
4133 # indent-tabs-mode:nil 4135 # indent-tabs-mode:nil
4134 # End: 4136 # End:
4135 # vim: set expandtab tabstop=2 shiftwidth=2: 4137 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698