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

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: Reduce GEN(' ') (indentations) by moving code to .cc and .h file(s). 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 'target_defaults': { 5 'target_defaults': {
6 'conditions': [ 6 'conditions': [
7 ['strip_tests==1', { 7 ['strip_tests==1', {
8 'cflags!': [ '-g' ], 8 'cflags!': [ '-g' ],
9 'ldflags': [ '-Wl,--strip-debug' ], 9 'ldflags': [ '-Wl,--strip-debug' ],
10 }], 10 }],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'test/base/bookmark_load_observer.h', 202 'test/base/bookmark_load_observer.h',
203 'test/base/chrome_process_util.cc', 203 'test/base/chrome_process_util.cc',
204 'test/base/chrome_process_util.h', 204 'test/base/chrome_process_util.h',
205 'test/base/chrome_process_util_mac.cc', 205 'test/base/chrome_process_util_mac.cc',
206 'test/base/chrome_render_view_host_test_harness.cc', 206 'test/base/chrome_render_view_host_test_harness.cc',
207 'test/base/chrome_render_view_host_test_harness.h', 207 'test/base/chrome_render_view_host_test_harness.h',
208 'test/base/chrome_test_suite.cc', 208 'test/base/chrome_test_suite.cc',
209 'test/base/chrome_test_suite.h', 209 'test/base/chrome_test_suite.h',
210 'test/base/in_process_browser_test.cc', 210 'test/base/in_process_browser_test.cc',
211 'test/base/in_process_browser_test.h', 211 'test/base/in_process_browser_test.h',
212 'test/base/js_injection_ready_observer.cc',
213 'test/base/js_injection_ready_observer.h',
212 'test/base/model_test_utils.cc', 214 'test/base/model_test_utils.cc',
213 'test/base/model_test_utils.h', 215 'test/base/model_test_utils.h',
214 'test/base/profile_mock.cc', 216 'test/base/profile_mock.cc',
215 'test/base/profile_mock.h', 217 'test/base/profile_mock.h',
216 'test/base/test_browser_window.cc', 218 'test/base/test_browser_window.cc',
217 'test/base/test_browser_window.h', 219 'test/base/test_browser_window.h',
218 'test/base/test_html_dialog_observer.cc', 220 'test/base/test_html_dialog_observer.cc',
219 'test/base/test_html_dialog_observer.h', 221 'test/base/test_html_dialog_observer.h',
220 'test/base/test_launcher_utils.cc', 222 'test/base/test_launcher_utils.cc',
221 'test/base/test_launcher_utils.h', 223 'test/base/test_launcher_utils.h',
222 'test/base/test_location_bar.cc', 224 'test/base/test_location_bar.cc',
223 'test/base/test_location_bar.h', 225 'test/base/test_location_bar.h',
226 'test/base/test_navigation_observer.cc',
227 'test/base/test_navigation_observer.h',
224 'test/base/test_switches.cc', 228 'test/base/test_switches.cc',
225 'test/base/test_switches.h', 229 'test/base/test_switches.h',
226 'test/base/test_tab_strip_model_observer.cc', 230 'test/base/test_tab_strip_model_observer.cc',
227 'test/base/test_tab_strip_model_observer.h', 231 'test/base/test_tab_strip_model_observer.h',
228 'test/base/test_url_request_context_getter.cc', 232 'test/base/test_url_request_context_getter.cc',
229 'test/base/test_url_request_context_getter.h', 233 'test/base/test_url_request_context_getter.h',
230 'test/base/testing_browser_process.cc', 234 'test/base/testing_browser_process.cc',
231 'test/base/testing_browser_process.h', 235 'test/base/testing_browser_process.h',
232 'test/base/testing_pref_service.cc', 236 'test/base/testing_pref_service.cc',
233 'test/base/testing_pref_service.h', 237 'test/base/testing_pref_service.h',
234 'test/base/testing_profile.cc', 238 'test/base/testing_profile.cc',
235 'test/base/testing_profile.h', 239 'test/base/testing_profile.h',
236 'test/base/testing_profile_manager.cc', 240 'test/base/testing_profile_manager.cc',
237 'test/base/testing_profile_manager.h', 241 'test/base/testing_profile_manager.h',
238 'test/base/thread_observer_helper.h', 242 'test/base/thread_observer_helper.h',
239 'test/base/tracing.cc', 243 'test/base/tracing.cc',
240 'test/base/tracing.h', 244 'test/base/tracing.h',
241 'test/base/ui_test_utils.cc', 245 'test/base/ui_test_utils.cc',
242 'test/base/ui_test_utils.h', 246 'test/base/ui_test_utils.h',
243 'test/base/ui_test_utils_aura.cc', 247 'test/base/ui_test_utils_aura.cc',
244 'test/base/ui_test_utils_gtk.cc', 248 'test/base/ui_test_utils_gtk.cc',
245 'test/base/ui_test_utils_mac.mm', 249 'test/base/ui_test_utils_mac.mm',
246 'test/base/ui_test_utils_win.cc', 250 'test/base/ui_test_utils_win.cc',
247 'test/base/values_test_util.cc', 251 'test/base/values_test_util.cc',
248 'test/base/values_test_util.h', 252 'test/base/values_test_util.h',
249 'test/test_navigation_observer.cc',
250 'test/test_navigation_observer.h',
251 # TODO: these should live here but are currently used by 253 # TODO: these should live here but are currently used by
252 # production code code in libbrowser (in chrome.gyp). 254 # production code code in libbrowser (in chrome.gyp).
253 #'../content/browser/net/url_request_mock_http_job.cc', 255 #'../content/browser/net/url_request_mock_http_job.cc',
254 #'../content/browser/net/url_request_mock_http_job.h', 256 #'../content/browser/net/url_request_mock_http_job.h',
255 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 257 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
256 '../content/test/notification_observer_mock.cc', 258 '../content/test/notification_observer_mock.cc',
257 '../content/test/notification_observer_mock.h', 259 '../content/test/notification_observer_mock.h',
258 '../ui/gfx/image/image_unittest_util.h', 260 '../ui/gfx/image/image_unittest_util.h',
259 '../ui/gfx/image/image_unittest_util.cc', 261 '../ui/gfx/image/image_unittest_util.cc',
260 '../webkit/quota/mock_quota_manager.cc', 262 '../webkit/quota/mock_quota_manager.cc',
(...skipping 2461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2724 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2723 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2725 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2724 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2726 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2725 'renderer/translate_helper_browsertest.cc', 2727 'renderer/translate_helper_browsertest.cc',
2726 'test/automation/dom_automation_browsertest.cc', 2728 'test/automation/dom_automation_browsertest.cc',
2727 'test/base/in_process_browser_test_browsertest.cc', 2729 'test/base/in_process_browser_test_browsertest.cc',
2728 'test/base/chrome_render_view_test.cc', 2730 'test/base/chrome_render_view_test.cc',
2729 'test/base/chrome_render_view_test.h', 2731 'test/base/chrome_render_view_test.h',
2730 'test/base/chrome_test_launcher.cc', 2732 'test/base/chrome_test_launcher.cc',
2731 'test/data/webui/assertions.js', 2733 'test/data/webui/assertions.js',
2732 'test/data/webui/async_gen-inl.h', 2734 'test/data/webui/async_gen.cc',
2735 'test/data/webui/async_gen.h',
2733 'test/data/webui/async_gen.js', 2736 'test/data/webui/async_gen.js',
2734 'test/data/webui/certificate_viewer_dialog_test.js', 2737 'test/data/webui/certificate_viewer_dialog_test.js',
2735 'test/data/webui/certificate_viewer_ui_test-inl.h', 2738 'test/data/webui/certificate_viewer_ui_test-inl.h',
2736 'test/data/webui/chrome_send_browsertest.cc', 2739 'test/data/webui/chrome_send_browsertest.cc',
2737 'test/data/webui/chrome_send_browsertest.h', 2740 'test/data/webui/chrome_send_browsertest.h',
2738 'test/data/webui/chrome_send_browsertest.js', 2741 'test/data/webui/chrome_send_browsertest.js',
2739 'test/data/webui/hung_renderer_dialog_test.js', 2742 'test/data/webui/hung_renderer_dialog_test.js',
2740 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', 2743 'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
2741 'test/data/webui/mock4js_browsertest.js', 2744 'test/data/webui/mock4js_browsertest.js',
2742 'test/data/webui/ntp4.js', 2745 'test/data/webui/ntp4.js',
2746 'test/data/webui/print_preview.h',
2747 'test/data/webui/print_preview.cc',
2743 'test/data/webui/print_preview.js', 2748 'test/data/webui/print_preview.js',
2744 'test/gpu/gpu_feature_browsertest.cc', 2749 'test/gpu/gpu_feature_browsertest.cc',
2745 # TODO(craig): Rename this and run from base_unittests when the test 2750 # TODO(craig): Rename this and run from base_unittests when the test
2746 # is safe to run there. See http://crbug.com/78722 for details. 2751 # is safe to run there. See http://crbug.com/78722 for details.
2747 '../base/files/file_path_watcher_browsertest.cc', 2752 '../base/files/file_path_watcher_browsertest.cc',
2748 '../content/app/startup_helper_win.cc', 2753 '../content/app/startup_helper_win.cc',
2749 '../content/browser/child_process_security_policy_browsertest.cc', 2754 '../content/browser/child_process_security_policy_browsertest.cc',
2750 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2755 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2751 '../content/browser/download/mhtml_generation_browsertest.cc', 2756 '../content/browser/download/mhtml_generation_browsertest.cc',
2752 '../content/browser/file_system/file_system_browsertest.cc', 2757 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 # Use outputs of this action as inputs for the main target build. 4337 # Use outputs of this action as inputs for the main target build.
4333 # Seems as a misnomer but makes this happy on Linux (scons). 4338 # Seems as a misnomer but makes this happy on Linux (scons).
4334 'process_outputs_as_sources': 1, 4339 'process_outputs_as_sources': 1,
4335 }, 4340 },
4336 ], # 'actions' 4341 ], # 'actions'
4337 }, 4342 },
4338 ] 4343 ]
4339 }], # 'coverage!=0' 4344 }], # 'coverage!=0'
4340 ], # 'conditions' 4345 ], # 'conditions'
4341 } 4346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698