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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8897004: Revert 113820 - Disable AccessibilityWinBrowserTest.* (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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 684 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
685 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 685 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
686 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', 686 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
687 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 687 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
688 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 688 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
689 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 689 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
690 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc', 690 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc',
691 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 691 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
692 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 692 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
693 693
694 # TODO(sergeyu): Disabled because of crbug.com/106988 . 694 'browser/accessibility/accessibility_win_browsertest.cc',
695 # 'browser/accessibility/accessibility_win_browsertest.cc',
696 'browser/accessibility/browser_views_accessibility_browsertest.cc', 695 'browser/accessibility/browser_views_accessibility_browsertest.cc',
697 ], 696 ],
698 'conditions': [ 697 'conditions': [
699 ['win_use_allocator_shim==1', { 698 ['win_use_allocator_shim==1', {
700 'dependencies': [ 699 'dependencies': [
701 '../base/allocator/allocator.gyp:allocator', 700 '../base/allocator/allocator.gyp:allocator',
702 ], 701 ],
703 }], 702 }],
704 ], 703 ],
705 'configurations': { 704 'configurations': {
(...skipping 3617 matching lines...) Expand 10 before | Expand all | Expand 10 after
4323 # Use outputs of this action as inputs for the main target build. 4322 # Use outputs of this action as inputs for the main target build.
4324 # Seems as a misnomer but makes this happy on Linux (scons). 4323 # Seems as a misnomer but makes this happy on Linux (scons).
4325 'process_outputs_as_sources': 1, 4324 'process_outputs_as_sources': 1,
4326 }, 4325 },
4327 ], # 'actions' 4326 ], # 'actions'
4328 }, 4327 },
4329 ] 4328 ]
4330 }], # 'coverage!=0' 4329 }], # 'coverage!=0'
4331 ], # 'conditions' 4330 ], # 'conditions'
4332 } 4331 }
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