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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7060003: Register parameterized tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nit to comment namespace end. Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2451 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2452 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2452 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2453 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2453 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2454 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2454 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2455 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2455 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2456 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2456 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2457 'renderer/safe_browsing/render_view_fake_resources_test.h', 2457 'renderer/safe_browsing/render_view_fake_resources_test.h',
2458 'renderer/translate_helper_browsertest.cc', 2458 'renderer/translate_helper_browsertest.cc',
2459 'test/automation/dom_automation_browsertest.cc', 2459 'test/automation/dom_automation_browsertest.cc',
2460 'test/gpu/gpu_browsertest.cc', 2460 'test/gpu/gpu_browsertest.cc',
2461 'test/in_process_browser_test_browsertest.cc',
2461 'test/out_of_proc_test_runner.cc', 2462 'test/out_of_proc_test_runner.cc',
2462 'test/render_view_test.cc', 2463 'test/render_view_test.cc',
2463 'test/render_view_test.h', 2464 'test/render_view_test.h',
2464 # TODO(craig): Rename this and run from base_unittests when the test 2465 # TODO(craig): Rename this and run from base_unittests when the test
2465 # is safe to run there. See http://crbug.com/78722 for details. 2466 # is safe to run there. See http://crbug.com/78722 for details.
2466 '../base/files/file_path_watcher_browsertest.cc', 2467 '../base/files/file_path_watcher_browsertest.cc',
2467 '../content/browser/child_process_security_policy_browsertest.cc', 2468 '../content/browser/child_process_security_policy_browsertest.cc',
2468 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2469 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2469 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2470 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2470 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2471 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
3992 ] 3993 ]
3993 }], # 'coverage!=0' 3994 }], # 'coverage!=0'
3994 ], # 'conditions' 3995 ], # 'conditions'
3995 } 3996 }
3996 3997
3997 # Local Variables: 3998 # Local Variables:
3998 # tab-width:2 3999 # tab-width:2
3999 # indent-tabs-mode:nil 4000 # indent-tabs-mode:nil
4000 # End: 4001 # End:
4001 # vim: set expandtab tabstop=2 shiftwidth=2: 4002 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698