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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8230034: Split most of RenderViewTest and associated classes into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build breaks. Created 9 years, 2 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'browser/sessions/session_service_test_helper.h', 131 'browser/sessions/session_service_test_helper.h',
132 'browser/sync/profile_sync_service_mock.cc', 132 'browser/sync/profile_sync_service_mock.cc',
133 'browser/sync/profile_sync_service_mock.h', 133 'browser/sync/profile_sync_service_mock.h',
134 'browser/sync/syncable/syncable_mock.cc', 134 'browser/sync/syncable/syncable_mock.cc',
135 'browser/sync/syncable/syncable_mock.h', 135 'browser/sync/syncable/syncable_mock.h',
136 'browser/ui/browser.h', 136 'browser/ui/browser.h',
137 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', 137 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
138 'browser/ui/tab_contents/test_tab_contents_wrapper.h', 138 'browser/ui/tab_contents/test_tab_contents_wrapper.h',
139 'common/pref_store_observer_mock.cc', 139 'common/pref_store_observer_mock.cc',
140 'common/pref_store_observer_mock.h', 140 'common/pref_store_observer_mock.h',
141 'renderer/mock_keyboard.cc', 141 'renderer/chrome_mock_render_thread.cc',
142 'renderer/mock_keyboard.h', 142 'renderer/chrome_mock_render_thread.h',
143 'renderer/mock_keyboard_driver_win.cc',
144 'renderer/mock_keyboard_driver_win.h',
145 'renderer/mock_printer.cc', 143 'renderer/mock_printer.cc',
146 'renderer/mock_printer.h', 144 'renderer/mock_printer.h',
147 'renderer/mock_render_thread.cc',
148 'renderer/mock_render_thread.h',
149 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 145 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
150 'renderer/safe_browsing/mock_feature_extractor_clock.h', 146 'renderer/safe_browsing/mock_feature_extractor_clock.h',
151 'test/automation/automation_handle_tracker.cc', 147 'test/automation/automation_handle_tracker.cc',
152 'test/automation/automation_handle_tracker.h', 148 'test/automation/automation_handle_tracker.h',
153 'test/automation/automation_json_requests.cc', 149 'test/automation/automation_json_requests.cc',
154 'test/automation/automation_json_requests.h', 150 'test/automation/automation_json_requests.h',
155 'test/automation/automation_proxy.cc', 151 'test/automation/automation_proxy.cc',
156 'test/automation/automation_proxy.h', 152 'test/automation/automation_proxy.h',
157 'test/automation/browser_proxy.cc', 153 'test/automation/browser_proxy.cc',
158 'test/automation/browser_proxy.h', 154 'test/automation/browser_proxy.h',
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'renderer/safe_browsing/scorer_unittest.cc', 1877 'renderer/safe_browsing/scorer_unittest.cc',
1882 'renderer/spellchecker/spellcheck_provider_unittest.cc', 1878 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1883 'renderer/spellchecker/spellcheck_unittest.cc', 1879 'renderer/spellchecker/spellcheck_unittest.cc',
1884 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1880 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1885 'service/cloud_print/cloud_print_helpers_unittest.cc', 1881 'service/cloud_print/cloud_print_helpers_unittest.cc',
1886 'service/cloud_print/cloud_print_token_store_unittest.cc', 1882 'service/cloud_print/cloud_print_token_store_unittest.cc',
1887 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1883 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1888 'service/service_process_unittest.cc', 1884 'service/service_process_unittest.cc',
1889 'test/base/browser_with_test_window_test.cc', 1885 'test/base/browser_with_test_window_test.cc',
1890 'test/base/browser_with_test_window_test.h', 1886 'test/base/browser_with_test_window_test.h',
1887 'test/base/chrome_render_view_test.cc',
1888 'test/base/chrome_render_view_test.h',
1891 'test/base/menu_model_test.cc', 1889 'test/base/menu_model_test.cc',
1892 'test/base/menu_model_test.h', 1890 'test/base/menu_model_test.h',
1893 'test/base/render_view_test.cc',
1894 'test/base/render_view_test.h',
1895 'test/base/v8_unit_test.cc', 1891 'test/base/v8_unit_test.cc',
1896 'test/base/v8_unit_test.h', 1892 'test/base/v8_unit_test.h',
1897 'test/data/resource.rc', 1893 'test/data/resource.rc',
1898 'tools/convert_dict/convert_dict_unittest.cc', 1894 'tools/convert_dict/convert_dict_unittest.cc',
1899 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 1895 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
1900 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 1896 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1901 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1897 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1902 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1898 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1903 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1899 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1904 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1900 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 'renderer/page_click_tracker_browsertest.cc', 2499 'renderer/page_click_tracker_browsertest.cc',
2504 'renderer/print_web_view_helper_browsertest.cc', 2500 'renderer/print_web_view_helper_browsertest.cc',
2505 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2501 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2506 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2502 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2507 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2503 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2508 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2504 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2509 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2505 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2510 'renderer/translate_helper_browsertest.cc', 2506 'renderer/translate_helper_browsertest.cc',
2511 'test/automation/dom_automation_browsertest.cc', 2507 'test/automation/dom_automation_browsertest.cc',
2512 'test/base/in_process_browser_test_browsertest.cc', 2508 'test/base/in_process_browser_test_browsertest.cc',
2513 'test/base/render_view_test.cc', 2509 'test/base/chrome_render_view_test.cc',
2514 'test/base/render_view_test.h', 2510 'test/base/chrome_render_view_test.h',
2515 'test/base/chrome_test_launcher.cc', 2511 'test/base/chrome_test_launcher.cc',
2516 'test/data/webui/assertions.js', 2512 'test/data/webui/assertions.js',
2517 'test/data/webui/async_gen-inl.h', 2513 'test/data/webui/async_gen-inl.h',
2518 'test/data/webui/async_gen.js', 2514 'test/data/webui/async_gen.js',
2519 'test/data/webui/certificate_viewer_dialog_test.js', 2515 'test/data/webui/certificate_viewer_dialog_test.js',
2520 'test/data/webui/certificate_viewer_ui_test-inl.h', 2516 'test/data/webui/certificate_viewer_ui_test-inl.h',
2521 'test/data/webui/ntp4.js', 2517 'test/data/webui/ntp4.js',
2522 'test/data/webui/options.js', 2518 'test/data/webui/options.js',
2523 'test/data/webui/print_preview.js', 2519 'test/data/webui/print_preview.js',
2524 # TODO(craig): Rename this and run from base_unittests when the test 2520 # TODO(craig): Rename this and run from base_unittests when the test
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
4060 # Use outputs of this action as inputs for the main target build. 4056 # Use outputs of this action as inputs for the main target build.
4061 # Seems as a misnomer but makes this happy on Linux (scons). 4057 # Seems as a misnomer but makes this happy on Linux (scons).
4062 'process_outputs_as_sources': 1, 4058 'process_outputs_as_sources': 1,
4063 }, 4059 },
4064 ], # 'actions' 4060 ], # 'actions'
4065 }, 4061 },
4066 ] 4062 ]
4067 }], # 'coverage!=0' 4063 }], # 'coverage!=0'
4068 ], # 'conditions' 4064 ], # 'conditions'
4069 } 4065 }
OLDNEW
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_browsertest.cc ('k') | chrome/renderer/autofill/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698