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

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: Add description of what triggers notifications and why it's not a race condition. 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'test/base/in_process_browser_test.cc', 161 'test/base/in_process_browser_test.cc',
162 'test/base/in_process_browser_test.h', 162 'test/base/in_process_browser_test.h',
163 'test/base/model_test_utils.cc', 163 'test/base/model_test_utils.cc',
164 'test/base/model_test_utils.h', 164 'test/base/model_test_utils.h',
165 'test/base/profile_mock.cc', 165 'test/base/profile_mock.cc',
166 'test/base/profile_mock.h', 166 'test/base/profile_mock.h',
167 'test/base/signaling_task.cc', 167 'test/base/signaling_task.cc',
168 'test/base/signaling_task.h', 168 'test/base/signaling_task.h',
169 'test/base/test_browser_window.cc', 169 'test/base/test_browser_window.cc',
170 'test/base/test_browser_window.h', 170 'test/base/test_browser_window.h',
171 'test/base/test_html_dialog_observer.cc',
172 'test/base/test_html_dialog_observer.h',
171 'test/base/test_launcher_utils.cc', 173 'test/base/test_launcher_utils.cc',
172 'test/base/test_launcher_utils.h', 174 'test/base/test_launcher_utils.h',
173 'test/base/test_location_bar.cc', 175 'test/base/test_location_bar.cc',
174 'test/base/test_location_bar.h', 176 'test/base/test_location_bar.h',
175 'test/base/test_switches.cc', 177 'test/base/test_switches.cc',
176 'test/base/test_switches.h', 178 'test/base/test_switches.h',
177 'test/base/test_tab_strip_model_observer.cc', 179 'test/base/test_tab_strip_model_observer.cc',
178 'test/base/test_tab_strip_model_observer.h', 180 'test/base/test_tab_strip_model_observer.h',
179 'test/base/test_url_request_context_getter.cc', 181 'test/base/test_url_request_context_getter.cc',
180 'test/base/test_url_request_context_getter.h', 182 'test/base/test_url_request_context_getter.h',
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2426 'renderer/safe_browsing/render_view_fake_resources_test.h', 2428 'renderer/safe_browsing/render_view_fake_resources_test.h',
2427 'renderer/translate_helper_browsertest.cc', 2429 'renderer/translate_helper_browsertest.cc',
2428 'test/automation/dom_automation_browsertest.cc', 2430 'test/automation/dom_automation_browsertest.cc',
2429 'test/base/in_process_browser_test_browsertest.cc', 2431 'test/base/in_process_browser_test_browsertest.cc',
2430 'test/base/render_view_test.cc', 2432 'test/base/render_view_test.cc',
2431 'test/base/render_view_test.h', 2433 'test/base/render_view_test.h',
2432 'test/base/out_of_proc_test_runner.cc', 2434 'test/base/out_of_proc_test_runner.cc',
2433 'test/data/webui/assertions.js', 2435 'test/data/webui/assertions.js',
2434 'test/data/webui/async_gen-inl.h', 2436 'test/data/webui/async_gen-inl.h',
2435 'test/data/webui/async_gen.js', 2437 'test/data/webui/async_gen.js',
2438 'test/data/webui/certificate_viewer_dialog_test.js',
2439 'test/data/webui/certificate_viewer_ui_test-inl.h',
2436 'test/data/webui/ntp4.js', 2440 'test/data/webui/ntp4.js',
2437 'test/data/webui/options.js', 2441 'test/data/webui/options.js',
2438 'test/data/webui/print_preview.js', 2442 'test/data/webui/print_preview.js',
2439 # TODO(craig): Rename this and run from base_unittests when the test 2443 # TODO(craig): Rename this and run from base_unittests when the test
2440 # is safe to run there. See http://crbug.com/78722 for details. 2444 # is safe to run there. See http://crbug.com/78722 for details.
2441 '../base/files/file_path_watcher_browsertest.cc', 2445 '../base/files/file_path_watcher_browsertest.cc',
2442 '../content/browser/child_process_security_policy_browsertest.cc', 2446 '../content/browser/child_process_security_policy_browsertest.cc',
2443 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2447 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2444 '../content/browser/download/mhtml_generation_browsertest.cc', 2448 '../content/browser/download/mhtml_generation_browsertest.cc',
2445 '../content/browser/file_system/file_system_browsertest.cc', 2449 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 # Use outputs of this action as inputs for the main target build. 3913 # Use outputs of this action as inputs for the main target build.
3910 # Seems as a misnomer but makes this happy on Linux (scons). 3914 # Seems as a misnomer but makes this happy on Linux (scons).
3911 'process_outputs_as_sources': 1, 3915 'process_outputs_as_sources': 1,
3912 }, 3916 },
3913 ], # 'actions' 3917 ], # 'actions'
3914 }, 3918 },
3915 ] 3919 ]
3916 }], # 'coverage!=0' 3920 }], # 'coverage!=0'
3917 ], # 'conditions' 3921 ], # 'conditions'
3918 } 3922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698