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

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: Rebase, fix and fix nits. 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') | chrome/test/data/webui/test_api.js » ('J')
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 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2563 'renderer/print_web_view_helper_browsertest.cc', 2563 'renderer/print_web_view_helper_browsertest.cc',
2564 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2564 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2565 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2565 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2566 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2566 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2567 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2567 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2568 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2568 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2569 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2569 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2570 'renderer/safe_browsing/render_view_fake_resources_test.h', 2570 'renderer/safe_browsing/render_view_fake_resources_test.h',
2571 'renderer/translate_helper_browsertest.cc', 2571 'renderer/translate_helper_browsertest.cc',
2572 'test/automation/dom_automation_browsertest.cc', 2572 'test/automation/dom_automation_browsertest.cc',
2573 'test/data/webui/assertions.js',
2573 'test/data/webui/print_preview.js', 2574 'test/data/webui/print_preview.js',
2574 'test/data/webui/options.js', 2575 'test/data/webui/options.js',
2575 'test/gpu/gpu_browsertest.cc', 2576 'test/gpu/gpu_browsertest.cc',
2576 'test/in_process_browser_test_browsertest.cc', 2577 'test/in_process_browser_test_browsertest.cc',
2577 'test/out_of_proc_test_runner.cc', 2578 'test/out_of_proc_test_runner.cc',
2578 'test/render_view_test.cc', 2579 'test/render_view_test.cc',
2579 'test/render_view_test.h', 2580 'test/render_view_test.h',
2580 # TODO(craig): Rename this and run from base_unittests when the test 2581 # TODO(craig): Rename this and run from base_unittests when the test
2581 # is safe to run there. See http://crbug.com/78722 for details. 2582 # is safe to run there. See http://crbug.com/78722 for details.
2582 '../base/files/file_path_watcher_browsertest.cc', 2583 '../base/files/file_path_watcher_browsertest.cc',
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
4173 # Use outputs of this action as inputs for the main target build. 4174 # Use outputs of this action as inputs for the main target build.
4174 # Seems as a misnomer but makes this happy on Linux (scons). 4175 # Seems as a misnomer but makes this happy on Linux (scons).
4175 'process_outputs_as_sources': 1, 4176 'process_outputs_as_sources': 1,
4176 }, 4177 },
4177 ], # 'actions' 4178 ], # 'actions'
4178 }, 4179 },
4179 ] 4180 ]
4180 }], # 'coverage!=0' 4181 }], # 'coverage!=0'
4181 ], # 'conditions' 4182 ], # 'conditions'
4182 } 4183 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/assertions.js » ('j') | chrome/test/data/webui/test_api.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698