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 '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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 ], | 143 ], |
144 }], | 144 }], |
145 ['use_openssl==0', { | 145 ['use_openssl==0', { |
146 'dependencies': [ | 146 'dependencies': [ |
147 '../net/third_party/nss/ssl.gyp:*', | 147 '../net/third_party/nss/ssl.gyp:*', |
148 ], | 148 ], |
149 }], | 149 }], |
150 ], | 150 ], |
151 }, # target_name: All | 151 }, # target_name: All |
152 { | 152 { |
| 153 'target_name': 'All_syzygy', |
| 154 'type': 'none', |
| 155 'conditions': [ |
| 156 ['OS=="win" and fastbuild==0', { |
| 157 'dependencies': [ |
| 158 '../chrome/installer/mini_installer_syzygy.gyp:*', |
| 159 ], |
| 160 }, |
| 161 ], |
| 162 ], |
| 163 }, # target_name: All_syzygy |
| 164 { |
153 'target_name': 'chromium_builder_tests', | 165 'target_name': 'chromium_builder_tests', |
154 'type': 'none', | 166 'type': 'none', |
155 'dependencies': [ | 167 'dependencies': [ |
156 '../base/base.gyp:base_unittests', | 168 '../base/base.gyp:base_unittests', |
157 '../chrome/chrome.gyp:browser_tests', | 169 '../chrome/chrome.gyp:browser_tests', |
158 '../chrome/chrome.gyp:interactive_ui_tests', | 170 '../chrome/chrome.gyp:interactive_ui_tests', |
159 '../chrome/chrome.gyp:safe_browsing_tests', | 171 '../chrome/chrome.gyp:safe_browsing_tests', |
160 '../chrome/chrome.gyp:sync_integration_tests', | 172 '../chrome/chrome.gyp:sync_integration_tests', |
161 '../chrome/chrome.gyp:sync_unit_tests', | 173 '../chrome/chrome.gyp:sync_unit_tests', |
162 '../chrome/chrome.gyp:ui_tests', | 174 '../chrome/chrome.gyp:ui_tests', |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 '../sql/sql.gyp:sql_unittests', | 650 '../sql/sql.gyp:sql_unittests', |
639 '../ui/ui.gyp:gfx_unittests', | 651 '../ui/ui.gyp:gfx_unittests', |
640 ], | 652 ], |
641 }], | 653 }], |
642 ], | 654 ], |
643 }, | 655 }, |
644 ], # targets | 656 ], # targets |
645 }], # "use_aura==1" | 657 }], # "use_aura==1" |
646 ], # conditions | 658 ], # conditions |
647 } | 659 } |
OLD | NEW |