OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'temp_gyp/googleurl.gyp:googleurl_unittests', | 127 'temp_gyp/googleurl.gyp:googleurl_unittests', |
128 ], | 128 ], |
129 }, | 129 }, |
130 { | 130 { |
131 'target_name': 'chromium_builder_rel', | 131 'target_name': 'chromium_builder_rel', |
132 'type': 'none', | 132 'type': 'none', |
133 'dependencies': [ | 133 'dependencies': [ |
134 '../app/app.gyp:app_unittests', | 134 '../app/app.gyp:app_unittests', |
135 '../chrome/chrome.gyp:browser_tests', | 135 '../chrome/chrome.gyp:browser_tests', |
136 '../chrome/chrome.gyp:memory_test', | 136 '../chrome/chrome.gyp:memory_test', |
137 '../chrome/chrome.gyp:nacl_ui_tests', | |
138 '../chrome/chrome.gyp:page_cycler_tests', | 137 '../chrome/chrome.gyp:page_cycler_tests', |
139 '../chrome/chrome.gyp:startup_tests', | 138 '../chrome/chrome.gyp:startup_tests', |
140 '../chrome/chrome.gyp:tab_switching_test', | 139 '../chrome/chrome.gyp:tab_switching_test', |
141 '../chrome/chrome.gyp:ui_tests', | 140 '../chrome/chrome.gyp:ui_tests', |
142 '../chrome/chrome.gyp:unit_tests', | 141 '../chrome/chrome.gyp:unit_tests', |
143 '../chrome/chrome.gyp:url_fetch_test', | 142 '../chrome/chrome.gyp:url_fetch_test', |
144 '../ipc/ipc.gyp:ipc_tests', | 143 '../ipc/ipc.gyp:ipc_tests', |
145 '../media/media.gyp:media_unittests', | 144 '../media/media.gyp:media_unittests', |
146 '../printing/printing.gyp:printing_unittests', | 145 '../printing/printing.gyp:printing_unittests', |
147 'temp_gyp/googleurl.gyp:googleurl_unittests', | 146 'temp_gyp/googleurl.gyp:googleurl_unittests', |
148 ], | 147 ], |
149 }, | 148 }, |
150 ], # targets | 149 ], # targets |
151 }], # OS="mac" | 150 }], # OS="mac" |
152 ['OS=="win"', { | 151 ['OS=="win"', { |
153 'targets': [ | 152 'targets': [ |
154 # These targets are here so the build bots can use them to build | 153 # These targets are here so the build bots can use them to build |
155 # subsets of a full tree for faster cycle times. | 154 # subsets of a full tree for faster cycle times. |
156 { | 155 { |
157 'target_name': 'chromium_builder', | 156 'target_name': 'chromium_builder', |
158 'type': 'none', | 157 'type': 'none', |
159 'dependencies': [ | 158 'dependencies': [ |
160 '../app/app.gyp:app_unittests', | 159 '../app/app.gyp:app_unittests', |
161 '../chrome/chrome.gyp:browser_tests', | 160 '../chrome/chrome.gyp:browser_tests', |
162 '../chrome/chrome.gyp:interactive_ui_tests', | 161 '../chrome/chrome.gyp:interactive_ui_tests', |
163 '../chrome/chrome.gyp:memory_test', | 162 '../chrome/chrome.gyp:memory_test', |
| 163 '../chrome/chrome.gyp:nacl_ui_tests', |
164 '../chrome/chrome.gyp:page_cycler_tests', | 164 '../chrome/chrome.gyp:page_cycler_tests', |
165 '../chrome/chrome.gyp:plugin_tests', | 165 '../chrome/chrome.gyp:plugin_tests', |
166 '../chrome/chrome.gyp:startup_tests', | 166 '../chrome/chrome.gyp:startup_tests', |
167 '../chrome/chrome.gyp:sync_unit_tests', | 167 '../chrome/chrome.gyp:sync_unit_tests', |
168 '../chrome/chrome.gyp:tab_switching_test', | 168 '../chrome/chrome.gyp:tab_switching_test', |
169 '../chrome/chrome.gyp:ui_tests', | 169 '../chrome/chrome.gyp:ui_tests', |
170 '../chrome/chrome.gyp:unit_tests', | 170 '../chrome/chrome.gyp:unit_tests', |
171 '../chrome/chrome.gyp:url_fetch_test', | 171 '../chrome/chrome.gyp:url_fetch_test', |
172 '../chrome/installer/installer.gyp:installer_util_unittests', | 172 '../chrome/installer/installer.gyp:installer_util_unittests', |
173 '../chrome/installer/installer.gyp:mini_installer_test', | 173 '../chrome/installer/installer.gyp:mini_installer_test', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 ], # targets | 230 ], # targets |
231 }], # OS="win" | 231 }], # OS="win" |
232 ], # conditions | 232 ], # conditions |
233 } | 233 } |
234 | 234 |
235 # Local Variables: | 235 # Local Variables: |
236 # tab-width:2 | 236 # tab-width:2 |
237 # indent-tabs-mode:nil | 237 # indent-tabs-mode:nil |
238 # End: | 238 # End: |
239 # vim: set expandtab tabstop=2 shiftwidth=2: | 239 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |