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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7474025: Move more files from chrome/test to chrome/test/base, part #2 (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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'test/automation/dom_element_proxy.h', 136 'test/automation/dom_element_proxy.h',
137 'test/automation/extension_proxy.cc', 137 'test/automation/extension_proxy.cc',
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',
147 'test/base/bookmark_load_observer.h',
146 'test/base/in_process_browser_test.cc', 148 'test/base/in_process_browser_test.cc',
147 'test/base/in_process_browser_test.h', 149 'test/base/in_process_browser_test.h',
150 'test/base/model_test_utils.cc',
151 'test/base/model_test_utils.h',
152 'test/base/profile_mock.cc',
153 'test/base/profile_mock.h',
154 'test/base/signaling_task.cc',
155 'test/base/signaling_task.h',
148 'test/base/ui_test_utils.cc', 156 'test/base/ui_test_utils.cc',
149 'test/base/ui_test_utils.h', 157 'test/base/ui_test_utils.h',
150 'test/base/ui_test_utils_linux.cc', 158 'test/base/ui_test_utils_linux.cc',
151 'test/base/ui_test_utils_mac.mm', 159 'test/base/ui_test_utils_mac.mm',
152 'test/base/ui_test_utils_win.cc', 160 'test/base/ui_test_utils_win.cc',
153 'test/bookmark_load_observer.cc',
154 'test/bookmark_load_observer.h',
155 'test/chrome_process_util.cc', 161 'test/chrome_process_util.cc',
156 'test/chrome_process_util.h', 162 'test/chrome_process_util.h',
157 'test/chrome_process_util_mac.cc', 163 'test/chrome_process_util_mac.cc',
158 'test/model_test_utils.cc',
159 'test/model_test_utils.h',
160 'test/profile_mock.cc',
161 'test/profile_mock.h',
162 'test/signaling_task.cc',
163 'test/signaling_task.h',
164 'test/test_browser_window.cc', 164 'test/test_browser_window.cc',
165 'test/test_browser_window.h', 165 'test/test_browser_window.h',
166 'test/test_launcher_utils.cc', 166 'test/test_launcher_utils.cc',
167 'test/test_launcher_utils.h', 167 'test/test_launcher_utils.h',
168 'test/test_location_bar.cc', 168 'test/test_location_bar.cc',
169 'test/test_location_bar.h', 169 'test/test_location_bar.h',
170 'test/test_navigation_observer.cc', 170 'test/test_navigation_observer.cc',
171 'test/test_navigation_observer.h', 171 'test/test_navigation_observer.h',
172 'test/test_switches.cc', 172 'test/test_switches.cc',
173 'test/test_switches.h', 173 'test/test_switches.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'test_support_common', 258 'test_support_common',
259 ], 259 ],
260 'include_dirs': [ 260 'include_dirs': [
261 '..', 261 '..',
262 ], 262 ],
263 'sources': [ 263 'sources': [
264 'test/automated_ui_tests/automated_ui_test_base.cc', 264 'test/automated_ui_tests/automated_ui_test_base.cc',
265 'test/automated_ui_tests/automated_ui_test_base.h', 265 'test/automated_ui_tests/automated_ui_test_base.h',
266 'test/automation/proxy_launcher.cc', 266 'test/automation/proxy_launcher.cc',
267 'test/automation/proxy_launcher.h', 267 'test/automation/proxy_launcher.h',
268 'test/layout_test_http_server.cc', 268 'test/base/layout_test_http_server.cc',
269 'test/layout_test_http_server.h', 269 'test/base/layout_test_http_server.h',
270 'test/ui/javascript_test_util.cc', 270 'test/ui/javascript_test_util.cc',
271 'test/ui/npapi_test_helper.cc', 271 'test/ui/npapi_test_helper.cc',
272 'test/ui/npapi_test_helper.h', 272 'test/ui/npapi_test_helper.h',
273 'test/ui/run_all_unittests.cc', 273 'test/ui/run_all_unittests.cc',
274 'test/ui/ui_layout_test.cc', 274 'test/ui/ui_layout_test.cc',
275 'test/ui/ui_layout_test.h', 275 'test/ui/ui_layout_test.h',
276 'test/ui/ui_perf_test.cc', 276 'test/ui/ui_perf_test.cc',
277 'test/ui/ui_perf_test.h', 277 'test/ui/ui_perf_test.h',
278 'test/ui/ui_test.cc', 278 'test/ui/ui_test.cc',
279 'test/ui/ui_test.h', 279 'test/ui/ui_test.h',
(...skipping 4076 matching lines...) Expand 10 before | Expand all | Expand 10 after
4356 # 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.
4357 # Seems as a misnomer but makes this happy on Linux (scons). 4357 # Seems as a misnomer but makes this happy on Linux (scons).
4358 'process_outputs_as_sources': 1, 4358 'process_outputs_as_sources': 1,
4359 }, 4359 },
4360 ], # 'actions' 4360 ], # 'actions'
4361 }, 4361 },
4362 ] 4362 ]
4363 }], # 'coverage!=0' 4363 }], # 'coverage!=0'
4364 ], # 'conditions' 4364 ], # 'conditions'
4365 } 4365 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_unittest.cc ('k') | chrome/test/automation/extension_proxy_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698