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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7892007: Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH to profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 9 years, 3 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'test/automation/value_conversion_traits.cc', 147 'test/automation/value_conversion_traits.cc',
148 'test/automation/value_conversion_traits.h', 148 'test/automation/value_conversion_traits.h',
149 'test/automation/value_conversion_util.h', 149 'test/automation/value_conversion_util.h',
150 'test/automation/window_proxy.cc', 150 'test/automation/window_proxy.cc',
151 'test/automation/window_proxy.h', 151 'test/automation/window_proxy.h',
152 'test/base/bookmark_load_observer.cc', 152 'test/base/bookmark_load_observer.cc',
153 'test/base/bookmark_load_observer.h', 153 'test/base/bookmark_load_observer.h',
154 'test/base/chrome_process_util.cc', 154 'test/base/chrome_process_util.cc',
155 'test/base/chrome_process_util.h', 155 'test/base/chrome_process_util.h',
156 'test/base/chrome_process_util_mac.cc', 156 'test/base/chrome_process_util_mac.cc',
157 'test/base/chrome_render_view_host_test_harness.cc',
158 'test/base/chrome_render_view_host_test_harness.h',
157 'test/base/chrome_test_suite.cc', 159 'test/base/chrome_test_suite.cc',
158 'test/base/chrome_test_suite.h', 160 'test/base/chrome_test_suite.h',
159 'test/base/in_process_browser_test.cc', 161 'test/base/in_process_browser_test.cc',
160 'test/base/in_process_browser_test.h', 162 'test/base/in_process_browser_test.h',
161 'test/base/model_test_utils.cc', 163 'test/base/model_test_utils.cc',
162 'test/base/model_test_utils.h', 164 'test/base/model_test_utils.h',
163 'test/base/profile_mock.cc', 165 'test/base/profile_mock.cc',
164 'test/base/profile_mock.h', 166 'test/base/profile_mock.h',
165 'test/base/signaling_task.cc', 167 'test/base/signaling_task.cc',
166 'test/base/signaling_task.h', 168 'test/base/signaling_task.h',
(...skipping 24 matching lines...) Expand all
191 'test/base/ui_test_utils_mac.mm', 193 'test/base/ui_test_utils_mac.mm',
192 'test/base/ui_test_utils_win.cc', 194 'test/base/ui_test_utils_win.cc',
193 'test/base/values_test_util.cc', 195 'test/base/values_test_util.cc',
194 'test/base/values_test_util.h', 196 'test/base/values_test_util.h',
195 'test/test_navigation_observer.cc', 197 'test/test_navigation_observer.cc',
196 'test/test_navigation_observer.h', 198 'test/test_navigation_observer.h',
197 # TODO: these should live here but are currently used by 199 # TODO: these should live here but are currently used by
198 # production code code in libbrowser (in chrome.gyp). 200 # production code code in libbrowser (in chrome.gyp).
199 #'../content/browser/net/url_request_mock_http_job.cc', 201 #'../content/browser/net/url_request_mock_http_job.cc',
200 #'../content/browser/net/url_request_mock_http_job.h', 202 #'../content/browser/net/url_request_mock_http_job.h',
201 '../content/browser/renderer_host/mock_render_process_host.cc',
202 '../content/browser/renderer_host/mock_render_process_host.h',
203 '../content/browser/renderer_host/test_backing_store.cc',
204 '../content/browser/renderer_host/test_backing_store.h',
205 '../content/browser/renderer_host/test_render_view_host.cc',
206 '../content/browser/renderer_host/test_render_view_host.h',
207 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 203 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
208 '../content/browser/tab_contents/test_tab_contents.cc',
209 '../content/browser/tab_contents/test_tab_contents.h',
210 '../content/common/notification_observer_mock.cc', 204 '../content/common/notification_observer_mock.cc',
211 '../content/common/notification_observer_mock.h', 205 '../content/common/notification_observer_mock.h',
212 '../ui/gfx/image/image_unittest_util.h', 206 '../ui/gfx/image/image_unittest_util.h',
213 '../ui/gfx/image/image_unittest_util.cc', 207 '../ui/gfx/image/image_unittest_util.cc',
214 '../webkit/quota/mock_quota_manager.cc', 208 '../webkit/quota/mock_quota_manager.cc',
215 '../webkit/quota/mock_quota_manager.h', 209 '../webkit/quota/mock_quota_manager.h',
216 ], 210 ],
217 'conditions': [ 211 'conditions': [
218 ['chromeos==0', { 212 ['chromeos==0', {
219 'sources/': [ 213 'sources/': [
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'test/base/menu_model_test.cc', 1817 'test/base/menu_model_test.cc',
1824 'test/base/menu_model_test.h', 1818 'test/base/menu_model_test.h',
1825 'test/base/render_view_test.cc', 1819 'test/base/render_view_test.cc',
1826 'test/base/render_view_test.h', 1820 'test/base/render_view_test.h',
1827 'test/base/v8_unit_test.cc', 1821 'test/base/v8_unit_test.cc',
1828 'test/base/v8_unit_test.h', 1822 'test/base/v8_unit_test.h',
1829 'test/data/resource.rc', 1823 'test/data/resource.rc',
1830 'tools/convert_dict/convert_dict_unittest.cc', 1824 'tools/convert_dict/convert_dict_unittest.cc',
1831 '../content/browser/debugger/devtools_manager_unittest.cc', 1825 '../content/browser/debugger/devtools_manager_unittest.cc',
1832 '../content/browser/download/download_file_unittest.cc', 1826 '../content/browser/download/download_file_unittest.cc',
1833 '../content/browser/download/save_package_unittest.cc',
1834 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 1827 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
1835 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 1828 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1836 '../content/browser/renderer_host/render_view_host_unittest.cc',
1837 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1829 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1838 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1830 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1839 '../content/browser/site_instance_unittest.cc', 1831 '../content/browser/site_instance_unittest.cc',
1840 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1832 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1841 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1833 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1842 '../content/common/sandbox_mac_diraccess_unittest.mm', 1834 '../content/common/sandbox_mac_diraccess_unittest.mm',
1843 '../content/common/sandbox_mac_fontloading_unittest.mm', 1835 '../content/common/sandbox_mac_fontloading_unittest.mm',
1844 '../content/common/sandbox_mac_unittest_helper.h', 1836 '../content/common/sandbox_mac_unittest_helper.h',
1845 '../content/common/sandbox_mac_unittest_helper.mm', 1837 '../content/common/sandbox_mac_unittest_helper.mm',
1846 '../content/common/sandbox_mac_system_access_unittest.mm', 1838 '../content/common/sandbox_mac_system_access_unittest.mm',
(...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 # Use outputs of this action as inputs for the main target build. 3898 # Use outputs of this action as inputs for the main target build.
3907 # Seems as a misnomer but makes this happy on Linux (scons). 3899 # Seems as a misnomer but makes this happy on Linux (scons).
3908 'process_outputs_as_sources': 1, 3900 'process_outputs_as_sources': 1,
3909 }, 3901 },
3910 ], # 'actions' 3902 ], # 'actions'
3911 }, 3903 },
3912 ] 3904 ]
3913 }], # 'coverage!=0' 3905 }], # 'coverage!=0'
3914 ], # 'conditions' 3906 ], # 'conditions'
3915 } 3907 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | chrome/test/base/chrome_render_view_host_test_harness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698