OLD | NEW |
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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 | 733 |
734 'browser/accessibility/accessibility_win_browsertest.cc', | 734 'browser/accessibility/accessibility_win_browsertest.cc', |
735 'browser/accessibility/browser_views_accessibility_browsertest.cc', | 735 'browser/accessibility/browser_views_accessibility_browsertest.cc', |
736 ], | 736 ], |
737 'conditions': [ | 737 'conditions': [ |
738 ['win_use_allocator_shim==1', { | 738 ['win_use_allocator_shim==1', { |
739 'dependencies': [ | 739 'dependencies': [ |
740 '../base/allocator/allocator.gyp:allocator', | 740 '../base/allocator/allocator.gyp:allocator', |
741 ], | 741 ], |
742 }], | 742 }], |
| 743 ['use_aura==1', { |
| 744 'sources/': [ |
| 745 ['exclude', '^browser/accessibility/accessibility_win_browsertes
t.cc'], |
| 746 ['exclude', '^browser/accessibility/browser_views_accessibility_
browsertest.cc'], |
| 747 ], |
| 748 }], |
743 ], | 749 ], |
744 'configurations': { | 750 'configurations': { |
745 'Debug_Base': { | 751 'Debug_Base': { |
746 'msvs_settings': { | 752 'msvs_settings': { |
747 'VCLinkerTool': { | 753 'VCLinkerTool': { |
748 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 754 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
749 }, | 755 }, |
750 }, | 756 }, |
751 }, | 757 }, |
752 }, # configurations | 758 }, # configurations |
(...skipping 3947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4700 # Use outputs of this action as inputs for the main target build. | 4706 # Use outputs of this action as inputs for the main target build. |
4701 # Seems as a misnomer but makes this happy on Linux (scons). | 4707 # Seems as a misnomer but makes this happy on Linux (scons). |
4702 'process_outputs_as_sources': 1, | 4708 'process_outputs_as_sources': 1, |
4703 }, | 4709 }, |
4704 ], # 'actions' | 4710 ], # 'actions' |
4705 }, | 4711 }, |
4706 ] | 4712 ] |
4707 }], # 'coverage!=0' | 4713 }], # 'coverage!=0' |
4708 ], # 'conditions' | 4714 ], # 'conditions' |
4709 } | 4715 } |
OLD | NEW |