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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 '../third_party/gles2_book/gles2_book.gyp:*', | 131 '../third_party/gles2_book/gles2_book.gyp:*', |
132 '../tools/memory_watcher/memory_watcher.gyp:*', | 132 '../tools/memory_watcher/memory_watcher.gyp:*', |
133 ], | 133 ], |
134 }, { | 134 }, { |
135 'dependencies': [ | 135 'dependencies': [ |
136 '../third_party/libevent/libevent.gyp:*', | 136 '../third_party/libevent/libevent.gyp:*', |
137 ], | 137 ], |
138 }], | 138 }], |
139 ['toolkit_views==1', { | 139 ['toolkit_views==1', { |
140 'dependencies': [ | 140 'dependencies': [ |
| 141 '../ui/views/controls/webview/webview.gyp:*', |
141 '../ui/views/views.gyp:*', | 142 '../ui/views/views.gyp:*', |
142 ], | 143 ], |
143 }], | 144 }], |
144 ['use_aura==1', { | 145 ['use_aura==1', { |
145 'dependencies': [ | 146 'dependencies': [ |
| 147 '../ash/ash.gyp:*', |
146 '../ui/aura/aura.gyp:*', | 148 '../ui/aura/aura.gyp:*', |
147 '../ui/oak/oak.gyp:*', | 149 '../ui/oak/oak.gyp:*', |
148 '../ash/ash.gyp:*', | |
149 ], | 150 ], |
150 }], | 151 }], |
151 ['remoting==1', { | 152 ['remoting==1', { |
152 'dependencies': [ | 153 'dependencies': [ |
153 '../remoting/remoting.gyp:*', | 154 '../remoting/remoting.gyp:*', |
154 ], | 155 ], |
155 }], | 156 }], |
156 ['use_openssl==0', { | 157 ['use_openssl==0', { |
157 'dependencies': [ | 158 'dependencies': [ |
158 '../net/third_party/nss/ssl.gyp:*', | 159 '../net/third_party/nss/ssl.gyp:*', |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 '../base/base.gyp:base_unittests_run', | 696 '../base/base.gyp:base_unittests_run', |
696 '../chrome/chrome.gyp:browser_tests_run', | 697 '../chrome/chrome.gyp:browser_tests_run', |
697 '../chrome/chrome.gyp:unit_tests_run', | 698 '../chrome/chrome.gyp:unit_tests_run', |
698 '../net/net.gyp:net_unittests_run', | 699 '../net/net.gyp:net_unittests_run', |
699 ], | 700 ], |
700 }, # target_name: chromium_swarm_tests | 701 }, # target_name: chromium_swarm_tests |
701 ], | 702 ], |
702 }], | 703 }], |
703 ], # conditions | 704 ], # conditions |
704 } | 705 } |
OLD | NEW |