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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8895018: Fixes and reenables RendererAccessibilityBrowserTest.* (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
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 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after
2714 'test/data/webui/mock4js_browsertest.js', 2714 'test/data/webui/mock4js_browsertest.js',
2715 'test/data/webui/ntp4.js', 2715 'test/data/webui/ntp4.js',
2716 'test/data/webui/print_preview.h', 2716 'test/data/webui/print_preview.h',
2717 'test/data/webui/print_preview.cc', 2717 'test/data/webui/print_preview.cc',
2718 'test/data/webui/print_preview.js', 2718 'test/data/webui/print_preview.js',
2719 'test/gpu/gpu_feature_browsertest.cc', 2719 'test/gpu/gpu_feature_browsertest.cc',
2720 # TODO(craig): Rename this and run from base_unittests when the test 2720 # TODO(craig): Rename this and run from base_unittests when the test
2721 # is safe to run there. See http://crbug.com/78722 for details. 2721 # is safe to run there. See http://crbug.com/78722 for details.
2722 '../base/files/file_path_watcher_browsertest.cc', 2722 '../base/files/file_path_watcher_browsertest.cc',
2723 '../content/app/startup_helper_win.cc', 2723 '../content/app/startup_helper_win.cc',
2724 # TODO(sergeyu): Disabled due to crbug.com/106934. 2724 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2725 # '../content/browser/accessibility/renderer_accessibility_browsertest.c c',
2726 '../content/browser/child_process_security_policy_browsertest.cc', 2725 '../content/browser/child_process_security_policy_browsertest.cc',
2727 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2726 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2728 '../content/browser/download/mhtml_generation_browsertest.cc', 2727 '../content/browser/download/mhtml_generation_browsertest.cc',
2729 '../content/browser/file_system/file_system_browsertest.cc', 2728 '../content/browser/file_system/file_system_browsertest.cc',
2730 '../content/browser/idbbindingutilities_browsertest.cc', 2729 '../content/browser/idbbindingutilities_browsertest.cc',
2731 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2730 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2732 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2731 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2733 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2732 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2734 '../content/browser/plugin_service_browsertest.cc', 2733 '../content/browser/plugin_service_browsertest.cc',
2735 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2734 '../content/browser/renderer_host/render_process_host_browsertest.cc',
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # Use outputs of this action as inputs for the main target build. 4320 # Use outputs of this action as inputs for the main target build.
4322 # Seems as a misnomer but makes this happy on Linux (scons). 4321 # Seems as a misnomer but makes this happy on Linux (scons).
4323 'process_outputs_as_sources': 1, 4322 'process_outputs_as_sources': 1,
4324 }, 4323 },
4325 ], # 'actions' 4324 ], # 'actions'
4326 }, 4325 },
4327 ] 4326 ]
4328 }], # 'coverage!=0' 4327 }], # 'coverage!=0'
4329 ], # 'conditions' 4328 ], # 'conditions'
4330 } 4329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698