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

Side by Side Diff: content/content_tests.gypi

Issue 10832014: Move the browser tests inside content/renderer to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/renderer/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 21 matching lines...) Expand all
32 'public/test/content_test_suite_base.h', 32 'public/test/content_test_suite_base.h',
33 'public/test/js_injection_ready_observer.h', 33 'public/test/js_injection_ready_observer.h',
34 'public/test/mock_download_item.h', 34 'public/test/mock_download_item.h',
35 'public/test/mock_download_manager.h', 35 'public/test/mock_download_manager.h',
36 'public/test/mock_notification_observer.h', 36 'public/test/mock_notification_observer.h',
37 'public/test/mock_render_process_host.h', 37 'public/test/mock_render_process_host.h',
38 'public/test/mock_render_thread.h', 38 'public/test/mock_render_thread.h',
39 'public/test/mock_resource_context.h', 39 'public/test/mock_resource_context.h',
40 'public/test/render_view_fake_resources_test.h', 40 'public/test/render_view_fake_resources_test.h',
41 'public/test/render_view_test.h', 41 'public/test/render_view_test.h',
42 'public/test/render_widget_browsertest.h',
42 'public/test/test_browser_context.h', 43 'public/test/test_browser_context.h',
43 'public/test/test_browser_thread.h', 44 'public/test/test_browser_thread.h',
44 'public/test/test_content_client_initializer.h', 45 'public/test/test_content_client_initializer.h',
45 'public/test/test_file_error_injector.h', 46 'public/test/test_file_error_injector.h',
46 'public/test/test_launcher.h', 47 'public/test/test_launcher.h',
47 'public/test/test_navigation_observer.h', 48 'public/test/test_navigation_observer.h',
48 'public/test/test_notification_tracker.h', 49 'public/test/test_notification_tracker.h',
49 'public/test/test_renderer_host.h', 50 'public/test/test_renderer_host.h',
50 'public/test/test_utils.h', 51 'public/test/test_utils.h',
51 'public/test/unittest_test_suite.h', 52 'public/test/unittest_test_suite.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'test/net/url_request_mock_http_job.cc', 103 'test/net/url_request_mock_http_job.cc',
103 'test/net/url_request_mock_http_job.h', 104 'test/net/url_request_mock_http_job.h',
104 'test/net/url_request_slow_download_job.cc', 105 'test/net/url_request_slow_download_job.cc',
105 'test/net/url_request_slow_download_job.h', 106 'test/net/url_request_slow_download_job.h',
106 'test/net/url_request_slow_http_job.cc', 107 'test/net/url_request_slow_http_job.cc',
107 'test/net/url_request_slow_http_job.h', 108 'test/net/url_request_slow_http_job.h',
108 'test/net/url_request_abort_on_end_job.cc', 109 'test/net/url_request_abort_on_end_job.cc',
109 'test/net/url_request_abort_on_end_job.h', 110 'test/net/url_request_abort_on_end_job.h',
110 'test/render_view_fake_resources_test.cc', 111 'test/render_view_fake_resources_test.cc',
111 'test/render_view_test.cc', 112 'test/render_view_test.cc',
113 'test/render_widget_browsertest.cc',
112 'test/test_browser_context.cc', 114 'test/test_browser_context.cc',
113 'test/test_browser_thread.cc', 115 'test/test_browser_thread.cc',
114 'test/test_content_browser_client.cc', 116 'test/test_content_browser_client.cc',
115 'test/test_content_browser_client.h', 117 'test/test_content_browser_client.h',
116 'test/test_content_client.cc', 118 'test/test_content_client.cc',
117 'test/test_content_client.h', 119 'test/test_content_client.h',
118 'test/test_content_client_initializer.cc', 120 'test/test_content_client_initializer.cc',
119 'test/test_file_error_injector.cc', 121 'test/test_file_error_injector.cc',
120 'test/test_navigation_observer.cc', 122 'test/test_navigation_observer.cc',
121 'test/test_notification_tracker.cc', 123 'test/test_notification_tracker.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'type': 'executable', 524 'type': 'executable',
523 'defines!': ['CONTENT_IMPLEMENTATION'], 525 'defines!': ['CONTENT_IMPLEMENTATION'],
524 'dependencies': [ 526 'dependencies': [
525 'content_gpu', 527 'content_gpu',
526 'content_plugin', 528 'content_plugin',
527 'content_renderer', 529 'content_renderer',
528 'content_shell_lib', 530 'content_shell_lib',
529 'content_shell_pak', 531 'content_shell_pak',
530 'test_support_content', 532 'test_support_content',
531 '../base/base.gyp:test_support_base', 533 '../base/base.gyp:test_support_base',
534 '../ipc/ipc.gyp:test_support_ipc',
532 '../net/net.gyp:net_test_support', 535 '../net/net.gyp:net_test_support',
536 '../ppapi/ppapi_internal.gyp:ppapi_host',
537 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
538 '../ppapi/ppapi_internal.gyp:ppapi_shared',
539 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
533 '../skia/skia.gyp:skia', 540 '../skia/skia.gyp:skia',
541 '../testing/gmock.gyp:gmock',
534 '../testing/gtest.gyp:gtest', 542 '../testing/gtest.gyp:gtest',
535 '../ui/ui.gyp:ui', 543 '../ui/ui.gyp:ui',
536 '../webkit/support/webkit_support.gyp:glue', 544 '../webkit/support/webkit_support.gyp:glue',
537 ], 545 ],
538 'include_dirs': [ 546 'include_dirs': [
539 '..', 547 '..',
540 ], 548 ],
541 'defines': [ 549 'defines': [
542 'HAS_OUT_OF_PROC_TEST_RUNNER', 550 'HAS_OUT_OF_PROC_TEST_RUNNER',
543 ], 551 ],
544 'sources': [ 552 'sources': [
545 'browser/appcache/appcache_browsertest.cc', 553 'browser/appcache/appcache_browsertest.cc',
546 'browser/audio_browsertest.cc', 554 'browser/audio_browsertest.cc',
547 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 555 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
548 'browser/media_browsertest.cc', 556 'browser/media_browsertest.cc',
549 'browser/plugin_browsertest.cc', 557 'browser/plugin_browsertest.cc',
550 'browser/worker_host/test/worker_browsertest.cc', 558 'browser/worker_host/test/worker_browsertest.cc',
559 'renderer/mouse_lock_dispatcher_browsertest.cc',
560 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
561 'renderer/render_view_browsertest.cc',
562 'renderer/render_view_browsertest_mac.mm',
563 'renderer/renderer_accessibility_browsertest.cc',
551 'test/content_browser_test.h', 564 'test/content_browser_test.h',
552 'test/content_browser_test.cc', 565 'test/content_browser_test.cc',
553 'test/content_browser_test_utils.cc', 566 'test/content_browser_test_utils.cc',
554 'test/content_browser_test_utils.h', 567 'test/content_browser_test_utils.h',
555 'test/content_browser_test_utils_mac.mm', 568 'test/content_browser_test_utils_mac.mm',
556 'test/content_browser_test_test.cc', 569 'test/content_browser_test_test.cc',
557 'test/content_test_launcher.cc', 570 'test/content_test_launcher.cc',
558 'test/layout_browsertest.cc', 571 'test/layout_browsertest.cc',
559 'test/layout_browsertest.h', 572 'test/layout_browsertest.h',
560 'test/layout_test_http_server.cc', 573 'test/layout_test_http_server.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 731 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
719 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', 732 '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
720 ], 733 ],
721 }, 734 },
722 'includes': [ '../build/apk_test.gypi' ], 735 'includes': [ '../build/apk_test.gypi' ],
723 }, 736 },
724 ], 737 ],
725 }], 738 }],
726 ], 739 ],
727 } 740 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698