Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: build/all.gyp

Issue 3015025: Build the nacl_sandbox tests on the bot. We will soon run them. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 }, 150 },
151 # These targets are here so the build bots can use them to build 151 # These targets are here so the build bots can use them to build
152 # subsets of a full tree for faster cycle times. 152 # subsets of a full tree for faster cycle times.
153 { 153 {
154 'target_name': 'chromium_builder_dbg', 154 'target_name': 'chromium_builder_dbg',
155 'type': 'none', 155 'type': 'none',
156 'dependencies': [ 156 'dependencies': [
157 '../app/app.gyp:app_unittests', 157 '../app/app.gyp:app_unittests',
158 '../chrome/chrome.gyp:browser_tests', 158 '../chrome/chrome.gyp:browser_tests',
159 '../chrome/chrome.gyp:nacl_ui_tests', 159 '../chrome/chrome.gyp:nacl_ui_tests',
160 '../chrome/chrome.gyp:nacl_sandbox_tests',
160 '../chrome/chrome.gyp:sync_unit_tests', 161 '../chrome/chrome.gyp:sync_unit_tests',
161 '../chrome/chrome.gyp:ui_tests', 162 '../chrome/chrome.gyp:ui_tests',
162 '../chrome/chrome.gyp:unit_tests', 163 '../chrome/chrome.gyp:unit_tests',
163 '../gfx/gfx.gyp:gfx_unittests', 164 '../gfx/gfx.gyp:gfx_unittests',
164 '../gpu/gpu.gyp:gpu_unittests', 165 '../gpu/gpu.gyp:gpu_unittests',
165 '../ipc/ipc.gyp:ipc_tests', 166 '../ipc/ipc.gyp:ipc_tests',
166 '../jingle/jingle.gyp:notifier_unit_tests', 167 '../jingle/jingle.gyp:notifier_unit_tests',
167 '../media/media.gyp:media_unittests', 168 '../media/media.gyp:media_unittests',
168 '../printing/printing.gyp:printing_unittests', 169 '../printing/printing.gyp:printing_unittests',
169 '../remoting/remoting.gyp:remoting_unittests', 170 '../remoting/remoting.gyp:remoting_unittests',
170 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 171 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
171 'temp_gyp/googleurl.gyp:googleurl_unittests', 172 'temp_gyp/googleurl.gyp:googleurl_unittests',
172 ], 173 ],
173 }, 174 },
174 { 175 {
175 'target_name': 'chromium_builder_rel', 176 'target_name': 'chromium_builder_rel',
176 'type': 'none', 177 'type': 'none',
177 'dependencies': [ 178 'dependencies': [
178 '../app/app.gyp:app_unittests', 179 '../app/app.gyp:app_unittests',
179 '../chrome/chrome.gyp:browser_tests', 180 '../chrome/chrome.gyp:browser_tests',
180 '../chrome/chrome.gyp:memory_test', 181 '../chrome/chrome.gyp:memory_test',
181 '../chrome/chrome.gyp:nacl_ui_tests', 182 '../chrome/chrome.gyp:nacl_ui_tests',
183 '../chrome/chrome.gyp:nacl_sandbox_tests',
182 '../chrome/chrome.gyp:page_cycler_tests', 184 '../chrome/chrome.gyp:page_cycler_tests',
183 '../chrome/chrome.gyp:plugin_tests', 185 '../chrome/chrome.gyp:plugin_tests',
184 '../chrome/chrome.gyp:startup_tests', 186 '../chrome/chrome.gyp:startup_tests',
185 '../chrome/chrome.gyp:sync_unit_tests', 187 '../chrome/chrome.gyp:sync_unit_tests',
186 '../chrome/chrome.gyp:tab_switching_test', 188 '../chrome/chrome.gyp:tab_switching_test',
187 '../chrome/chrome.gyp:ui_tests', 189 '../chrome/chrome.gyp:ui_tests',
188 '../chrome/chrome.gyp:unit_tests', 190 '../chrome/chrome.gyp:unit_tests',
189 '../chrome/chrome.gyp:url_fetch_test', 191 '../chrome/chrome.gyp:url_fetch_test',
190 '../gfx/gfx.gyp:gfx_unittests', 192 '../gfx/gfx.gyp:gfx_unittests',
191 '../gpu/gpu.gyp:gpu_unittests', 193 '../gpu/gpu.gyp:gpu_unittests',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'target_name': 'chromium_builder', 225 'target_name': 'chromium_builder',
224 'type': 'none', 226 'type': 'none',
225 'dependencies': [ 227 'dependencies': [
226 '../app/app.gyp:app_unittests', 228 '../app/app.gyp:app_unittests',
227 '../chrome/chrome.gyp:browser_tests', 229 '../chrome/chrome.gyp:browser_tests',
228 '../chrome/chrome.gyp:installer_util_unittests', 230 '../chrome/chrome.gyp:installer_util_unittests',
229 '../chrome/chrome.gyp:interactive_ui_tests', 231 '../chrome/chrome.gyp:interactive_ui_tests',
230 '../chrome/chrome.gyp:memory_test', 232 '../chrome/chrome.gyp:memory_test',
231 '../chrome/chrome.gyp:mini_installer_test', 233 '../chrome/chrome.gyp:mini_installer_test',
232 '../chrome/chrome.gyp:nacl_ui_tests', 234 '../chrome/chrome.gyp:nacl_ui_tests',
235 '../chrome/chrome.gyp:nacl_sandbox_tests',
233 '../chrome/chrome.gyp:page_cycler_tests', 236 '../chrome/chrome.gyp:page_cycler_tests',
234 '../chrome/chrome.gyp:plugin_tests', 237 '../chrome/chrome.gyp:plugin_tests',
235 '../chrome/chrome.gyp:selenium_tests', 238 '../chrome/chrome.gyp:selenium_tests',
236 '../chrome/chrome.gyp:startup_tests', 239 '../chrome/chrome.gyp:startup_tests',
237 '../chrome/chrome.gyp:sync_unit_tests', 240 '../chrome/chrome.gyp:sync_unit_tests',
238 '../chrome/chrome.gyp:tab_switching_test', 241 '../chrome/chrome.gyp:tab_switching_test',
239 '../chrome/chrome.gyp:ui_tests', 242 '../chrome/chrome.gyp:ui_tests',
240 '../chrome/chrome.gyp:unit_tests', 243 '../chrome/chrome.gyp:unit_tests',
241 '../chrome/chrome.gyp:url_fetch_test', 244 '../chrome/chrome.gyp:url_fetch_test',
242 # mini_installer_tests depends on mini_installer. This should be 245 # mini_installer_tests depends on mini_installer. This should be
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 ], # targets 334 ], # targets
332 }], # "chromeos==1" 335 }], # "chromeos==1"
333 ], # conditions 336 ], # conditions
334 } 337 }
335 338
336 # Local Variables: 339 # Local Variables:
337 # tab-width:2 340 # tab-width:2
338 # indent-tabs-mode:nil 341 # indent-tabs-mode:nil
339 # End: 342 # End:
340 # vim: set expandtab tabstop=2 shiftwidth=2: 343 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698