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 }], | |
749 ], | 743 ], |
750 'configurations': { | 744 'configurations': { |
751 'Debug_Base': { | 745 'Debug_Base': { |
752 'msvs_settings': { | 746 'msvs_settings': { |
753 'VCLinkerTool': { | 747 'VCLinkerTool': { |
754 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 748 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
755 }, | 749 }, |
756 }, | 750 }, |
757 }, | 751 }, |
758 }, # configurations | 752 }, # configurations |
(...skipping 3945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4704 # Use outputs of this action as inputs for the main target build. | 4698 # Use outputs of this action as inputs for the main target build. |
4705 # Seems as a misnomer but makes this happy on Linux (scons). | 4699 # Seems as a misnomer but makes this happy on Linux (scons). |
4706 'process_outputs_as_sources': 1, | 4700 'process_outputs_as_sources': 1, |
4707 }, | 4701 }, |
4708 ], # 'actions' | 4702 ], # 'actions' |
4709 }, | 4703 }, |
4710 ] | 4704 ] |
4711 }], # 'coverage!=0' | 4705 }], # 'coverage!=0' |
4712 ], # 'conditions' | 4706 ], # 'conditions' |
4713 } | 4707 } |
OLD | NEW |