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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9617019: Improve formatting of accessibility tests that dump the tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing files Created 8 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 'test/data/webui/ntp4.js', 2863 'test/data/webui/ntp4.js',
2864 'test/data/webui/print_preview.h', 2864 'test/data/webui/print_preview.h',
2865 'test/data/webui/print_preview.cc', 2865 'test/data/webui/print_preview.cc',
2866 'test/data/webui/print_preview.js', 2866 'test/data/webui/print_preview.js',
2867 'test/gpu/gpu_feature_browsertest.cc', 2867 'test/gpu/gpu_feature_browsertest.cc',
2868 # TODO(craig): Rename this and run from base_unittests when the test 2868 # TODO(craig): Rename this and run from base_unittests when the test
2869 # is safe to run there. See http://crbug.com/78722 for details. 2869 # is safe to run there. See http://crbug.com/78722 for details.
2870 '../base/files/file_path_watcher_browsertest.cc', 2870 '../base/files/file_path_watcher_browsertest.cc',
2871 '../content/app/startup_helper_win.cc', 2871 '../content/app/startup_helper_win.cc',
2872 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2872 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2873 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2873 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2874 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2874 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2875 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2875 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2876 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2876 '../content/browser/child_process_security_policy_browsertest.cc', 2877 '../content/browser/child_process_security_policy_browsertest.cc',
2877 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2878 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2878 '../content/browser/download/mhtml_generation_browsertest.cc', 2879 '../content/browser/download/mhtml_generation_browsertest.cc',
2879 '../content/browser/fileapi/file_system_browsertest.cc', 2880 '../content/browser/fileapi/file_system_browsertest.cc',
2880 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2881 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2881 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2882 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2882 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2883 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
4708 # Use outputs of this action as inputs for the main target build. 4709 # Use outputs of this action as inputs for the main target build.
4709 # Seems as a misnomer but makes this happy on Linux (scons). 4710 # Seems as a misnomer but makes this happy on Linux (scons).
4710 'process_outputs_as_sources': 1, 4711 'process_outputs_as_sources': 1,
4711 }, 4712 },
4712 ], # 'actions' 4713 ], # 'actions'
4713 }, 4714 },
4714 ] 4715 ]
4715 }], # 'coverage!=0' 4716 }], # 'coverage!=0'
4716 ], # 'conditions' 4717 ], # 'conditions'
4717 } 4718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698