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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7237030: Added options browser_tests using the generator and js handler framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows doesn't allow OVERRIDE on destructors. Created 9 years, 5 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'test/profile_mock.cc', 146 'test/profile_mock.cc',
147 'test/profile_mock.h', 147 'test/profile_mock.h',
148 'test/signaling_task.cc', 148 'test/signaling_task.cc',
149 'test/signaling_task.h', 149 'test/signaling_task.h',
150 'test/test_browser_window.cc', 150 'test/test_browser_window.cc',
151 'test/test_browser_window.h', 151 'test/test_browser_window.h',
152 'test/test_launcher_utils.cc', 152 'test/test_launcher_utils.cc',
153 'test/test_launcher_utils.h', 153 'test/test_launcher_utils.h',
154 'test/test_location_bar.cc', 154 'test/test_location_bar.cc',
155 'test/test_location_bar.h', 155 'test/test_location_bar.h',
156 'test/test_navigation_observer.cc',
157 'test/test_navigation_observer.h',
156 'test/test_switches.cc', 158 'test/test_switches.cc',
157 'test/test_switches.h', 159 'test/test_switches.h',
158 'test/test_tab_strip_model_observer.cc', 160 'test/test_tab_strip_model_observer.cc',
159 'test/test_tab_strip_model_observer.h', 161 'test/test_tab_strip_model_observer.h',
160 'test/test_url_request_context_getter.cc', 162 'test/test_url_request_context_getter.cc',
161 'test/test_url_request_context_getter.h', 163 'test/test_url_request_context_getter.h',
162 'test/testing_browser_process.cc', 164 'test/testing_browser_process.cc',
163 'test/testing_browser_process.h', 165 'test/testing_browser_process.h',
164 'test/testing_browser_process_test.h', 166 'test/testing_browser_process_test.h',
165 'test/testing_pref_service.cc', 167 'test/testing_pref_service.cc',
(...skipping 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2536 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2535 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2537 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2536 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2538 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2537 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2539 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2538 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2540 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2539 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2541 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2540 'renderer/safe_browsing/render_view_fake_resources_test.h', 2542 'renderer/safe_browsing/render_view_fake_resources_test.h',
2541 'renderer/translate_helper_browsertest.cc', 2543 'renderer/translate_helper_browsertest.cc',
2542 'test/automation/dom_automation_browsertest.cc', 2544 'test/automation/dom_automation_browsertest.cc',
2543 'test/data/webui/sample_pass.js', 2545 'test/data/webui/sample_pass.js',
2546 'test/data/webui/settings.js',
2544 'test/gpu/gpu_browsertest.cc', 2547 'test/gpu/gpu_browsertest.cc',
2545 'test/in_process_browser_test_browsertest.cc', 2548 'test/in_process_browser_test_browsertest.cc',
2546 'test/out_of_proc_test_runner.cc', 2549 'test/out_of_proc_test_runner.cc',
2547 'test/render_view_test.cc', 2550 'test/render_view_test.cc',
2548 'test/render_view_test.h', 2551 'test/render_view_test.h',
2549 # TODO(craig): Rename this and run from base_unittests when the test 2552 # TODO(craig): Rename this and run from base_unittests when the test
2550 # is safe to run there. See http://crbug.com/78722 for details. 2553 # is safe to run there. See http://crbug.com/78722 for details.
2551 '../base/files/file_path_watcher_browsertest.cc', 2554 '../base/files/file_path_watcher_browsertest.cc',
2552 '../content/browser/child_process_security_policy_browsertest.cc', 2555 '../content/browser/child_process_security_policy_browsertest.cc',
2553 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2556 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
(...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
4160 ] 4163 ]
4161 }], # 'coverage!=0' 4164 }], # 'coverage!=0'
4162 ], # 'conditions' 4165 ], # 'conditions'
4163 } 4166 }
4164 4167
4165 # Local Variables: 4168 # Local Variables:
4166 # tab-width:2 4169 # tab-width:2
4167 # indent-tabs-mode:nil 4170 # indent-tabs-mode:nil
4168 # End: 4171 # End:
4169 # vim: set expandtab tabstop=2 shiftwidth=2: 4172 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698