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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8586009: Allow WebUI Tests to use preLoad in HtmlDialogUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert to patch set 4. Created 9 years, 1 month 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'test/base/bookmark_load_observer.h', 194 'test/base/bookmark_load_observer.h',
195 'test/base/chrome_process_util.cc', 195 'test/base/chrome_process_util.cc',
196 'test/base/chrome_process_util.h', 196 'test/base/chrome_process_util.h',
197 'test/base/chrome_process_util_mac.cc', 197 'test/base/chrome_process_util_mac.cc',
198 'test/base/chrome_render_view_host_test_harness.cc', 198 'test/base/chrome_render_view_host_test_harness.cc',
199 'test/base/chrome_render_view_host_test_harness.h', 199 'test/base/chrome_render_view_host_test_harness.h',
200 'test/base/chrome_test_suite.cc', 200 'test/base/chrome_test_suite.cc',
201 'test/base/chrome_test_suite.h', 201 'test/base/chrome_test_suite.h',
202 'test/base/in_process_browser_test.cc', 202 'test/base/in_process_browser_test.cc',
203 'test/base/in_process_browser_test.h', 203 'test/base/in_process_browser_test.h',
204 'test/base/js_injection_ready_observer.cc',
205 'test/base/js_injection_ready_observer.h',
204 'test/base/model_test_utils.cc', 206 'test/base/model_test_utils.cc',
205 'test/base/model_test_utils.h', 207 'test/base/model_test_utils.h',
206 'test/base/profile_mock.cc', 208 'test/base/profile_mock.cc',
207 'test/base/profile_mock.h', 209 'test/base/profile_mock.h',
208 'test/base/scoped_command_line_override.cc', 210 'test/base/scoped_command_line_override.cc',
209 'test/base/scoped_command_line_override.h', 211 'test/base/scoped_command_line_override.h',
210 'test/base/test_browser_window.cc', 212 'test/base/test_browser_window.cc',
211 'test/base/test_browser_window.h', 213 'test/base/test_browser_window.h',
212 'test/base/test_html_dialog_observer.cc', 214 'test/base/test_html_dialog_observer.cc',
213 'test/base/test_html_dialog_observer.h', 215 'test/base/test_html_dialog_observer.h',
214 'test/base/test_launcher_utils.cc', 216 'test/base/test_launcher_utils.cc',
215 'test/base/test_launcher_utils.h', 217 'test/base/test_launcher_utils.h',
216 'test/base/test_location_bar.cc', 218 'test/base/test_location_bar.cc',
217 'test/base/test_location_bar.h', 219 'test/base/test_location_bar.h',
220 'test/base/test_navigation_observer.cc',
221 'test/base/test_navigation_observer.h',
218 'test/base/test_switches.cc', 222 'test/base/test_switches.cc',
219 'test/base/test_switches.h', 223 'test/base/test_switches.h',
220 'test/base/test_tab_strip_model_observer.cc', 224 'test/base/test_tab_strip_model_observer.cc',
221 'test/base/test_tab_strip_model_observer.h', 225 'test/base/test_tab_strip_model_observer.h',
222 'test/base/test_url_request_context_getter.cc', 226 'test/base/test_url_request_context_getter.cc',
223 'test/base/test_url_request_context_getter.h', 227 'test/base/test_url_request_context_getter.h',
224 'test/base/testing_browser_process.cc', 228 'test/base/testing_browser_process.cc',
225 'test/base/testing_browser_process.h', 229 'test/base/testing_browser_process.h',
226 'test/base/testing_pref_service.cc', 230 'test/base/testing_pref_service.cc',
227 'test/base/testing_pref_service.h', 231 'test/base/testing_pref_service.h',
228 'test/base/testing_profile.cc', 232 'test/base/testing_profile.cc',
229 'test/base/testing_profile.h', 233 'test/base/testing_profile.h',
230 'test/base/testing_profile_manager.cc', 234 'test/base/testing_profile_manager.cc',
231 'test/base/testing_profile_manager.h', 235 'test/base/testing_profile_manager.h',
232 'test/base/thread_observer_helper.h', 236 'test/base/thread_observer_helper.h',
233 'test/base/tracing.cc', 237 'test/base/tracing.cc',
234 'test/base/tracing.h', 238 'test/base/tracing.h',
235 'test/base/ui_test_utils.cc', 239 'test/base/ui_test_utils.cc',
236 'test/base/ui_test_utils.h', 240 'test/base/ui_test_utils.h',
237 'test/base/ui_test_utils_aura.cc', 241 'test/base/ui_test_utils_aura.cc',
238 'test/base/ui_test_utils_gtk.cc', 242 'test/base/ui_test_utils_gtk.cc',
239 'test/base/ui_test_utils_mac.mm', 243 'test/base/ui_test_utils_mac.mm',
240 'test/base/ui_test_utils_win.cc', 244 'test/base/ui_test_utils_win.cc',
241 'test/base/values_test_util.cc', 245 'test/base/values_test_util.cc',
242 'test/base/values_test_util.h', 246 'test/base/values_test_util.h',
243 'test/test_navigation_observer.cc',
244 'test/test_navigation_observer.h',
245 # TODO: these should live here but are currently used by 247 # TODO: these should live here but are currently used by
246 # production code code in libbrowser (in chrome.gyp). 248 # production code code in libbrowser (in chrome.gyp).
247 #'../content/browser/net/url_request_mock_http_job.cc', 249 #'../content/browser/net/url_request_mock_http_job.cc',
248 #'../content/browser/net/url_request_mock_http_job.h', 250 #'../content/browser/net/url_request_mock_http_job.h',
249 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 251 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
250 '../content/test/notification_observer_mock.cc', 252 '../content/test/notification_observer_mock.cc',
251 '../content/test/notification_observer_mock.h', 253 '../content/test/notification_observer_mock.h',
252 '../ui/gfx/image/image_unittest_util.h', 254 '../ui/gfx/image/image_unittest_util.h',
253 '../ui/gfx/image/image_unittest_util.cc', 255 '../ui/gfx/image/image_unittest_util.cc',
254 '../webkit/quota/mock_quota_manager.cc', 256 '../webkit/quota/mock_quota_manager.cc',
(...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after
4305 # Use outputs of this action as inputs for the main target build. 4307 # Use outputs of this action as inputs for the main target build.
4306 # Seems as a misnomer but makes this happy on Linux (scons). 4308 # Seems as a misnomer but makes this happy on Linux (scons).
4307 'process_outputs_as_sources': 1, 4309 'process_outputs_as_sources': 1,
4308 }, 4310 },
4309 ], # 'actions' 4311 ], # 'actions'
4310 }, 4312 },
4311 ] 4313 ]
4312 }], # 'coverage!=0' 4314 }], # 'coverage!=0'
4313 ], # 'conditions' 4315 ], # 'conditions'
4314 } 4316 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698