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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7861024: Adds testing infrastructure to web_ui_browsertest to support testing HtmlDialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move observing html dialog to separate class and test declarations to JS. 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'test/base/testing_profile_manager.cc', 187 'test/base/testing_profile_manager.cc',
188 'test/base/testing_profile_manager.h', 188 'test/base/testing_profile_manager.h',
189 'test/base/thread_observer_helper.h', 189 'test/base/thread_observer_helper.h',
190 'test/base/ui_test_utils.cc', 190 'test/base/ui_test_utils.cc',
191 'test/base/ui_test_utils.h', 191 'test/base/ui_test_utils.h',
192 'test/base/ui_test_utils_linux.cc', 192 'test/base/ui_test_utils_linux.cc',
193 'test/base/ui_test_utils_mac.mm', 193 'test/base/ui_test_utils_mac.mm',
194 'test/base/ui_test_utils_win.cc', 194 'test/base/ui_test_utils_win.cc',
195 'test/base/values_test_util.cc', 195 'test/base/values_test_util.cc',
196 'test/base/values_test_util.h', 196 'test/base/values_test_util.h',
197 'test/test_html_dialog_observer.cc',
198 'test/test_html_dialog_observer.h',
197 'test/test_navigation_observer.cc', 199 'test/test_navigation_observer.cc',
198 'test/test_navigation_observer.h', 200 'test/test_navigation_observer.h',
199 # TODO: these should live here but are currently used by 201 # TODO: these should live here but are currently used by
200 # production code code in libbrowser (in chrome.gyp). 202 # production code code in libbrowser (in chrome.gyp).
201 #'../content/browser/net/url_request_mock_http_job.cc', 203 #'../content/browser/net/url_request_mock_http_job.cc',
202 #'../content/browser/net/url_request_mock_http_job.h', 204 #'../content/browser/net/url_request_mock_http_job.h',
203 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 205 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
204 '../content/common/notification_observer_mock.cc', 206 '../content/common/notification_observer_mock.cc',
205 '../content/common/notification_observer_mock.h', 207 '../content/common/notification_observer_mock.h',
206 '../ui/gfx/image/image_unittest_util.h', 208 '../ui/gfx/image/image_unittest_util.h',
(...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 'renderer/safe_browsing/render_view_fake_resources_test.h', 2419 'renderer/safe_browsing/render_view_fake_resources_test.h',
2418 'renderer/translate_helper_browsertest.cc', 2420 'renderer/translate_helper_browsertest.cc',
2419 'test/automation/dom_automation_browsertest.cc', 2421 'test/automation/dom_automation_browsertest.cc',
2420 'test/base/in_process_browser_test_browsertest.cc', 2422 'test/base/in_process_browser_test_browsertest.cc',
2421 'test/base/render_view_test.cc', 2423 'test/base/render_view_test.cc',
2422 'test/base/render_view_test.h', 2424 'test/base/render_view_test.h',
2423 'test/base/out_of_proc_test_runner.cc', 2425 'test/base/out_of_proc_test_runner.cc',
2424 'test/data/webui/assertions.js', 2426 'test/data/webui/assertions.js',
2425 'test/data/webui/async_gen-inl.h', 2427 'test/data/webui/async_gen-inl.h',
2426 'test/data/webui/async_gen.js', 2428 'test/data/webui/async_gen.js',
2429 'test/data/webui/certificate_viewer_dialog_test.js',
2427 'test/data/webui/ntp4.js', 2430 'test/data/webui/ntp4.js',
2428 'test/data/webui/options.js', 2431 'test/data/webui/options.js',
2429 'test/data/webui/print_preview.js', 2432 'test/data/webui/print_preview.js',
2430 # TODO(craig): Rename this and run from base_unittests when the test 2433 # TODO(craig): Rename this and run from base_unittests when the test
2431 # is safe to run there. See http://crbug.com/78722 for details. 2434 # is safe to run there. See http://crbug.com/78722 for details.
2432 '../base/files/file_path_watcher_browsertest.cc', 2435 '../base/files/file_path_watcher_browsertest.cc',
2433 '../content/browser/child_process_security_policy_browsertest.cc', 2436 '../content/browser/child_process_security_policy_browsertest.cc',
2434 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2437 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2435 '../content/browser/download/mhtml_generation_browsertest.cc', 2438 '../content/browser/download/mhtml_generation_browsertest.cc',
2436 '../content/browser/file_system/file_system_browsertest.cc', 2439 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
3899 # Use outputs of this action as inputs for the main target build. 3902 # Use outputs of this action as inputs for the main target build.
3900 # Seems as a misnomer but makes this happy on Linux (scons). 3903 # Seems as a misnomer but makes this happy on Linux (scons).
3901 'process_outputs_as_sources': 1, 3904 'process_outputs_as_sources': 1,
3902 }, 3905 },
3903 ], # 'actions' 3906 ], # 'actions'
3904 }, 3907 },
3905 ] 3908 ]
3906 }], # 'coverage!=0' 3909 }], # 'coverage!=0'
3907 ], # 'conditions' 3910 ], # 'conditions'
3908 } 3911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698