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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8873046: Disable RendererAccessibilityBrowserTest.CrossPlatform* tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | 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 '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 2698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2709 'test/data/webui/mock4js_browsertest.js', 2709 'test/data/webui/mock4js_browsertest.js',
2710 'test/data/webui/ntp4.js', 2710 'test/data/webui/ntp4.js',
2711 'test/data/webui/print_preview.h', 2711 'test/data/webui/print_preview.h',
2712 'test/data/webui/print_preview.cc', 2712 'test/data/webui/print_preview.cc',
2713 'test/data/webui/print_preview.js', 2713 'test/data/webui/print_preview.js',
2714 'test/gpu/gpu_feature_browsertest.cc', 2714 'test/gpu/gpu_feature_browsertest.cc',
2715 # TODO(craig): Rename this and run from base_unittests when the test 2715 # TODO(craig): Rename this and run from base_unittests when the test
2716 # is safe to run there. See http://crbug.com/78722 for details. 2716 # is safe to run there. See http://crbug.com/78722 for details.
2717 '../base/files/file_path_watcher_browsertest.cc', 2717 '../base/files/file_path_watcher_browsertest.cc',
2718 '../content/app/startup_helper_win.cc', 2718 '../content/app/startup_helper_win.cc',
2719 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2719 # TODO(sergeyu): Disabled due to crbug.com/106934.
2720 # '../content/browser/accessibility/renderer_accessibility_browsertest.c c',
2720 '../content/browser/child_process_security_policy_browsertest.cc', 2721 '../content/browser/child_process_security_policy_browsertest.cc',
2721 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2722 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2722 '../content/browser/download/mhtml_generation_browsertest.cc', 2723 '../content/browser/download/mhtml_generation_browsertest.cc',
2723 '../content/browser/file_system/file_system_browsertest.cc', 2724 '../content/browser/file_system/file_system_browsertest.cc',
2724 '../content/browser/idbbindingutilities_browsertest.cc', 2725 '../content/browser/idbbindingutilities_browsertest.cc',
2725 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2726 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2726 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2727 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2727 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2728 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2728 '../content/browser/plugin_service_browsertest.cc', 2729 '../content/browser/plugin_service_browsertest.cc',
2729 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2730 '../content/browser/renderer_host/render_process_host_browsertest.cc',
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
4315 # Use outputs of this action as inputs for the main target build. 4316 # Use outputs of this action as inputs for the main target build.
4316 # Seems as a misnomer but makes this happy on Linux (scons). 4317 # Seems as a misnomer but makes this happy on Linux (scons).
4317 'process_outputs_as_sources': 1, 4318 'process_outputs_as_sources': 1,
4318 }, 4319 },
4319 ], # 'actions' 4320 ], # 'actions'
4320 }, 4321 },
4321 ] 4322 ]
4322 }], # 'coverage!=0' 4323 }], # 'coverage!=0'
4323 ], # 'conditions' 4324 ], # 'conditions'
4324 } 4325 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698