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

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: Remove inline override function declaration for clang. 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'test/base/in_process_browser_test.cc', 160 'test/base/in_process_browser_test.cc',
161 'test/base/in_process_browser_test.h', 161 'test/base/in_process_browser_test.h',
162 'test/base/model_test_utils.cc', 162 'test/base/model_test_utils.cc',
163 'test/base/model_test_utils.h', 163 'test/base/model_test_utils.h',
164 'test/base/profile_mock.cc', 164 'test/base/profile_mock.cc',
165 'test/base/profile_mock.h', 165 'test/base/profile_mock.h',
166 'test/base/signaling_task.cc', 166 'test/base/signaling_task.cc',
167 'test/base/signaling_task.h', 167 'test/base/signaling_task.h',
168 'test/base/test_browser_window.cc', 168 'test/base/test_browser_window.cc',
169 'test/base/test_browser_window.h', 169 'test/base/test_browser_window.h',
170 'test/base/test_html_dialog_observer.cc',
171 'test/base/test_html_dialog_observer.h',
170 'test/base/test_launcher_utils.cc', 172 'test/base/test_launcher_utils.cc',
171 'test/base/test_launcher_utils.h', 173 'test/base/test_launcher_utils.h',
172 'test/base/test_location_bar.cc', 174 'test/base/test_location_bar.cc',
173 'test/base/test_location_bar.h', 175 'test/base/test_location_bar.h',
174 'test/base/test_switches.cc', 176 'test/base/test_switches.cc',
175 'test/base/test_switches.h', 177 'test/base/test_switches.h',
176 'test/base/test_tab_strip_model_observer.cc', 178 'test/base/test_tab_strip_model_observer.cc',
177 'test/base/test_tab_strip_model_observer.h', 179 'test/base/test_tab_strip_model_observer.h',
178 'test/base/test_url_request_context_getter.cc', 180 'test/base/test_url_request_context_getter.cc',
179 'test/base/test_url_request_context_getter.h', 181 'test/base/test_url_request_context_getter.h',
(...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 'renderer/safe_browsing/render_view_fake_resources_test.h', 2434 'renderer/safe_browsing/render_view_fake_resources_test.h',
2433 'renderer/translate_helper_browsertest.cc', 2435 'renderer/translate_helper_browsertest.cc',
2434 'test/automation/dom_automation_browsertest.cc', 2436 'test/automation/dom_automation_browsertest.cc',
2435 'test/base/in_process_browser_test_browsertest.cc', 2437 'test/base/in_process_browser_test_browsertest.cc',
2436 'test/base/render_view_test.cc', 2438 'test/base/render_view_test.cc',
2437 'test/base/render_view_test.h', 2439 'test/base/render_view_test.h',
2438 'test/base/out_of_proc_test_runner.cc', 2440 'test/base/out_of_proc_test_runner.cc',
2439 'test/data/webui/assertions.js', 2441 'test/data/webui/assertions.js',
2440 'test/data/webui/async_gen-inl.h', 2442 'test/data/webui/async_gen-inl.h',
2441 'test/data/webui/async_gen.js', 2443 'test/data/webui/async_gen.js',
2444 'test/data/webui/certificate_viewer_dialog_test.js',
2445 'test/data/webui/certificate_viewer_ui_test-inl.h',
2442 'test/data/webui/ntp4.js', 2446 'test/data/webui/ntp4.js',
2443 'test/data/webui/options.js', 2447 'test/data/webui/options.js',
2444 'test/data/webui/print_preview.js', 2448 'test/data/webui/print_preview.js',
2445 # TODO(craig): Rename this and run from base_unittests when the test 2449 # TODO(craig): Rename this and run from base_unittests when the test
2446 # is safe to run there. See http://crbug.com/78722 for details. 2450 # is safe to run there. See http://crbug.com/78722 for details.
2447 '../base/files/file_path_watcher_browsertest.cc', 2451 '../base/files/file_path_watcher_browsertest.cc',
2448 '../content/browser/child_process_security_policy_browsertest.cc', 2452 '../content/browser/child_process_security_policy_browsertest.cc',
2449 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2453 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2450 '../content/browser/download/mhtml_generation_browsertest.cc', 2454 '../content/browser/download/mhtml_generation_browsertest.cc',
2451 '../content/browser/file_system/file_system_browsertest.cc', 2455 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3918 # Use outputs of this action as inputs for the main target build. 3922 # Use outputs of this action as inputs for the main target build.
3919 # Seems as a misnomer but makes this happy on Linux (scons). 3923 # Seems as a misnomer but makes this happy on Linux (scons).
3920 'process_outputs_as_sources': 1, 3924 'process_outputs_as_sources': 1,
3921 }, 3925 },
3922 ], # 'actions' 3926 ], # 'actions'
3923 }, 3927 },
3924 ] 3928 ]
3925 }], # 'coverage!=0' 3929 }], # 'coverage!=0'
3926 ], # 'conditions' 3930 ], # 'conditions'
3927 } 3931 }
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