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

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: Rebase. Created 9 years 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.h',
204 'test/base/model_test_utils.cc', 205 'test/base/model_test_utils.cc',
205 'test/base/model_test_utils.h', 206 'test/base/model_test_utils.h',
206 'test/base/profile_mock.cc', 207 'test/base/profile_mock.cc',
207 'test/base/profile_mock.h', 208 'test/base/profile_mock.h',
208 'test/base/test_browser_window.cc', 209 'test/base/test_browser_window.cc',
209 'test/base/test_browser_window.h', 210 'test/base/test_browser_window.h',
210 'test/base/test_html_dialog_observer.cc', 211 'test/base/test_html_dialog_observer.cc',
211 'test/base/test_html_dialog_observer.h', 212 'test/base/test_html_dialog_observer.h',
212 'test/base/test_launcher_utils.cc', 213 'test/base/test_launcher_utils.cc',
213 'test/base/test_launcher_utils.h', 214 'test/base/test_launcher_utils.h',
214 'test/base/test_location_bar.cc', 215 'test/base/test_location_bar.cc',
215 'test/base/test_location_bar.h', 216 'test/base/test_location_bar.h',
217 'test/base/test_navigation_observer.cc',
218 'test/base/test_navigation_observer.h',
216 'test/base/test_switches.cc', 219 'test/base/test_switches.cc',
217 'test/base/test_switches.h', 220 'test/base/test_switches.h',
218 'test/base/test_tab_strip_model_observer.cc', 221 'test/base/test_tab_strip_model_observer.cc',
219 'test/base/test_tab_strip_model_observer.h', 222 'test/base/test_tab_strip_model_observer.h',
220 'test/base/test_url_request_context_getter.cc', 223 'test/base/test_url_request_context_getter.cc',
221 'test/base/test_url_request_context_getter.h', 224 'test/base/test_url_request_context_getter.h',
222 'test/base/testing_browser_process.cc', 225 'test/base/testing_browser_process.cc',
223 'test/base/testing_browser_process.h', 226 'test/base/testing_browser_process.h',
224 'test/base/testing_pref_service.cc', 227 'test/base/testing_pref_service.cc',
225 'test/base/testing_pref_service.h', 228 'test/base/testing_pref_service.h',
226 'test/base/testing_profile.cc', 229 'test/base/testing_profile.cc',
227 'test/base/testing_profile.h', 230 'test/base/testing_profile.h',
228 'test/base/testing_profile_manager.cc', 231 'test/base/testing_profile_manager.cc',
229 'test/base/testing_profile_manager.h', 232 'test/base/testing_profile_manager.h',
230 'test/base/thread_observer_helper.h', 233 'test/base/thread_observer_helper.h',
231 'test/base/tracing.cc', 234 'test/base/tracing.cc',
232 'test/base/tracing.h', 235 'test/base/tracing.h',
233 'test/base/ui_test_utils.cc', 236 'test/base/ui_test_utils.cc',
234 'test/base/ui_test_utils.h', 237 'test/base/ui_test_utils.h',
235 'test/base/ui_test_utils_aura.cc', 238 'test/base/ui_test_utils_aura.cc',
236 'test/base/ui_test_utils_gtk.cc', 239 'test/base/ui_test_utils_gtk.cc',
237 'test/base/ui_test_utils_mac.mm', 240 'test/base/ui_test_utils_mac.mm',
238 'test/base/ui_test_utils_win.cc', 241 'test/base/ui_test_utils_win.cc',
239 'test/base/values_test_util.cc', 242 'test/base/values_test_util.cc',
240 'test/base/values_test_util.h', 243 'test/base/values_test_util.h',
241 'test/test_navigation_observer.cc',
242 'test/test_navigation_observer.h',
243 # TODO: these should live here but are currently used by 244 # TODO: these should live here but are currently used by
244 # production code code in libbrowser (in chrome.gyp). 245 # production code code in libbrowser (in chrome.gyp).
245 #'../content/browser/net/url_request_mock_http_job.cc', 246 #'../content/browser/net/url_request_mock_http_job.cc',
246 #'../content/browser/net/url_request_mock_http_job.h', 247 #'../content/browser/net/url_request_mock_http_job.h',
247 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 248 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
248 '../content/test/notification_observer_mock.cc', 249 '../content/test/notification_observer_mock.cc',
249 '../content/test/notification_observer_mock.h', 250 '../content/test/notification_observer_mock.h',
250 '../ui/gfx/image/image_unittest_util.h', 251 '../ui/gfx/image/image_unittest_util.h',
251 '../ui/gfx/image/image_unittest_util.cc', 252 '../ui/gfx/image/image_unittest_util.cc',
252 '../webkit/quota/mock_quota_manager.cc', 253 '../webkit/quota/mock_quota_manager.cc',
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2700 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2701 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2701 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2702 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2702 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2703 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2703 'renderer/translate_helper_browsertest.cc', 2704 'renderer/translate_helper_browsertest.cc',
2704 'test/automation/dom_automation_browsertest.cc', 2705 'test/automation/dom_automation_browsertest.cc',
2705 'test/base/in_process_browser_test_browsertest.cc', 2706 'test/base/in_process_browser_test_browsertest.cc',
2706 'test/base/chrome_render_view_test.cc', 2707 'test/base/chrome_render_view_test.cc',
2707 'test/base/chrome_render_view_test.h', 2708 'test/base/chrome_render_view_test.h',
2708 'test/base/chrome_test_launcher.cc', 2709 'test/base/chrome_test_launcher.cc',
2709 'test/data/webui/assertions.js', 2710 'test/data/webui/assertions.js',
2710 'test/data/webui/async_gen-inl.h', 2711 'test/data/webui/async_gen.cc',
2712 'test/data/webui/async_gen.h',
2711 'test/data/webui/async_gen.js', 2713 'test/data/webui/async_gen.js',
2712 'test/data/webui/certificate_viewer_dialog_test.js', 2714 'test/data/webui/certificate_viewer_dialog_test.js',
2713 'test/data/webui/certificate_viewer_ui_test-inl.h', 2715 'test/data/webui/certificate_viewer_ui_test-inl.h',
2714 'test/data/webui/chrome_send_browsertest.cc', 2716 'test/data/webui/chrome_send_browsertest.cc',
2715 'test/data/webui/chrome_send_browsertest.h', 2717 'test/data/webui/chrome_send_browsertest.h',
2716 'test/data/webui/chrome_send_browsertest.js', 2718 'test/data/webui/chrome_send_browsertest.js',
2717 'test/data/webui/hung_renderer_dialog_test.js', 2719 'test/data/webui/hung_renderer_dialog_test.js',
2718 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', 2720 'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
2719 'test/data/webui/mock4js_browsertest.js', 2721 'test/data/webui/mock4js_browsertest.js',
2720 'test/data/webui/ntp4.js', 2722 'test/data/webui/ntp4.js',
2723 'test/data/webui/print_preview.h',
2724 'test/data/webui/print_preview.cc',
2721 'test/data/webui/print_preview.js', 2725 'test/data/webui/print_preview.js',
2722 'test/gpu/gpu_feature_browsertest.cc', 2726 'test/gpu/gpu_feature_browsertest.cc',
2723 # TODO(craig): Rename this and run from base_unittests when the test 2727 # TODO(craig): Rename this and run from base_unittests when the test
2724 # is safe to run there. See http://crbug.com/78722 for details. 2728 # is safe to run there. See http://crbug.com/78722 for details.
2725 '../base/files/file_path_watcher_browsertest.cc', 2729 '../base/files/file_path_watcher_browsertest.cc',
2726 '../content/app/startup_helper_win.cc', 2730 '../content/app/startup_helper_win.cc',
2727 '../content/browser/child_process_security_policy_browsertest.cc', 2731 '../content/browser/child_process_security_policy_browsertest.cc',
2728 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2732 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2729 '../content/browser/download/mhtml_generation_browsertest.cc', 2733 '../content/browser/download/mhtml_generation_browsertest.cc',
2730 '../content/browser/file_system/file_system_browsertest.cc', 2734 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
4314 # Use outputs of this action as inputs for the main target build. 4318 # Use outputs of this action as inputs for the main target build.
4315 # Seems as a misnomer but makes this happy on Linux (scons). 4319 # Seems as a misnomer but makes this happy on Linux (scons).
4316 'process_outputs_as_sources': 1, 4320 'process_outputs_as_sources': 1,
4317 }, 4321 },
4318 ], # 'actions' 4322 ], # 'actions'
4319 }, 4323 },
4320 ] 4324 ]
4321 }], # 'coverage!=0' 4325 }], # 'coverage!=0'
4322 ], # 'conditions' 4326 ], # 'conditions'
4323 } 4327 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698