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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7250009: Added guts to pull call signatures when assertions & expectations fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang 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
« no previous file with comments | « no previous file | chrome/test/data/webui/assertions.js » ('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 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 'renderer/print_web_view_helper_browsertest.cc', 2608 'renderer/print_web_view_helper_browsertest.cc',
2609 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2609 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2610 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2610 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2611 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2611 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2612 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2612 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2613 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2613 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2614 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2614 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2615 'renderer/safe_browsing/render_view_fake_resources_test.h', 2615 'renderer/safe_browsing/render_view_fake_resources_test.h',
2616 'renderer/translate_helper_browsertest.cc', 2616 'renderer/translate_helper_browsertest.cc',
2617 'test/automation/dom_automation_browsertest.cc', 2617 'test/automation/dom_automation_browsertest.cc',
2618 'test/data/webui/assertions-inl.h',
2619 'test/data/webui/assertions.js',
2618 'test/data/webui/print_preview.js', 2620 'test/data/webui/print_preview.js',
2619 'test/data/webui/options.js', 2621 'test/data/webui/options.js',
2620 'test/gpu/gpu_browsertest.cc', 2622 'test/gpu/gpu_browsertest.cc',
2621 'test/in_process_browser_test_browsertest.cc', 2623 'test/in_process_browser_test_browsertest.cc',
2622 'test/out_of_proc_test_runner.cc', 2624 'test/out_of_proc_test_runner.cc',
2623 'test/render_view_test.cc', 2625 'test/render_view_test.cc',
2624 'test/render_view_test.h', 2626 'test/render_view_test.h',
2625 # TODO(craig): Rename this and run from base_unittests when the test 2627 # TODO(craig): Rename this and run from base_unittests when the test
2626 # is safe to run there. See http://crbug.com/78722 for details. 2628 # is safe to run there. See http://crbug.com/78722 for details.
2627 '../base/files/file_path_watcher_browsertest.cc', 2629 '../base/files/file_path_watcher_browsertest.cc',
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
4350 # Use outputs of this action as inputs for the main target build. 4352 # Use outputs of this action as inputs for the main target build.
4351 # Seems as a misnomer but makes this happy on Linux (scons). 4353 # Seems as a misnomer but makes this happy on Linux (scons).
4352 'process_outputs_as_sources': 1, 4354 'process_outputs_as_sources': 1,
4353 }, 4355 },
4354 ], # 'actions' 4356 ], # 'actions'
4355 }, 4357 },
4356 ] 4358 ]
4357 }], # 'coverage!=0' 4359 }], # 'coverage!=0'
4358 ], # 'conditions' 4360 ], # 'conditions'
4359 } 4361 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/assertions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698