OLD | NEW |
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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 }, { # else: toolkit_uses_gtk != 1 | 736 }, { # else: toolkit_uses_gtk != 1 |
737 'sources!': [ | 737 'sources!': [ |
738 'browser/process_singleton_linux_uitest.cc', | 738 'browser/process_singleton_linux_uitest.cc', |
739 ], | 739 ], |
740 }], | 740 }], |
741 ['toolkit_views==1', { | 741 ['toolkit_views==1', { |
742 'dependencies': [ | 742 'dependencies': [ |
743 '../views/views.gyp:views', | 743 '../views/views.gyp:views', |
744 ], | 744 ], |
745 }], | 745 }], |
| 746 ['use_aura==1', { |
| 747 'sources!': [ |
| 748 'test/automation/automation_proxy_uitest.cc', |
| 749 ], |
| 750 }], |
746 ['OS=="mac"', { | 751 ['OS=="mac"', { |
747 # See the comment in this section of the unit_tests target for an | 752 # See the comment in this section of the unit_tests target for an |
748 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 753 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
749 'dependencies+++': [ | 754 'dependencies+++': [ |
750 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 755 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
751 ], | 756 ], |
752 'sources!': [ | 757 'sources!': [ |
753 # ProcessSingletonMac doesn't do anything. | 758 # ProcessSingletonMac doesn't do anything. |
754 'browser/process_singleton_uitest.cc', | 759 'browser/process_singleton_uitest.cc', |
755 ], | 760 ], |
(...skipping 3360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4116 # Use outputs of this action as inputs for the main target build. | 4121 # Use outputs of this action as inputs for the main target build. |
4117 # Seems as a misnomer but makes this happy on Linux (scons). | 4122 # Seems as a misnomer but makes this happy on Linux (scons). |
4118 'process_outputs_as_sources': 1, | 4123 'process_outputs_as_sources': 1, |
4119 }, | 4124 }, |
4120 ], # 'actions' | 4125 ], # 'actions' |
4121 }, | 4126 }, |
4122 ] | 4127 ] |
4123 }], # 'coverage!=0' | 4128 }], # 'coverage!=0' |
4124 ], # 'conditions' | 4129 ], # 'conditions' |
4125 } | 4130 } |
OLD | NEW |