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 3135020: Add a new target for building all Valgrind tests for Mac OS... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'temp_gyp/googleurl.gyp:googleurl_unittests', 212 'temp_gyp/googleurl.gyp:googleurl_unittests',
213 '../net/net.gyp:net_unittests', 213 '../net/net.gyp:net_unittests',
214 '../ipc/ipc.gyp:ipc_tests', 214 '../ipc/ipc.gyp:ipc_tests',
215 '../jingle/jingle.gyp:notifier_unit_tests', 215 '../jingle/jingle.gyp:notifier_unit_tests',
216 '../media/media.gyp:media_unittests', 216 '../media/media.gyp:media_unittests',
217 '../printing/printing.gyp:printing_unittests', 217 '../printing/printing.gyp:printing_unittests',
218 '../remoting/remoting.gyp:remoting_unittests', 218 '../remoting/remoting.gyp:remoting_unittests',
219 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 219 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
220 ], 220 ],
221 }, 221 },
222 {
223 'target_name': 'chromium_builder_dbg_valgrind_mac',
224 'type': 'none',
225 'dependencies': [
226 '../app/app.gyp:app_unittests',
227 '../base/base.gyp:base_unittests',
228 'temp_gyp/googleurl.gyp:googleurl_unittests',
229 '../ipc/ipc.gyp:ipc_tests',
230 '../media/media.gyp:media_unittests',
231 '../net/net.gyp:net_unittests',
232 '../printing/printing.gyp:printing_unittests',
233 '../remoting/remoting.gyp:remoting_unittests',
234 '../chrome/chrome.gyp:unit_tests',
235 '../chrome/chrome.gyp:ui_tests',
236 '../jingle/jingle.gyp:notifier_unit_tests',
237 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
238 ],
239 },
222 ], # targets 240 ], # targets
223 }], # OS="mac" 241 }], # OS="mac"
224 ['OS=="win"', { 242 ['OS=="win"', {
225 'targets': [ 243 'targets': [
226 # These targets are here so the build bots can use them to build 244 # These targets are here so the build bots can use them to build
227 # subsets of a full tree for faster cycle times. 245 # subsets of a full tree for faster cycle times.
228 { 246 {
229 'target_name': 'chromium_builder', 247 'target_name': 'chromium_builder',
230 'type': 'none', 248 'type': 'none',
231 'dependencies': [ 249 'dependencies': [
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], # targets 356 ], # targets
339 }], # "chromeos==1" 357 }], # "chromeos==1"
340 ], # conditions 358 ], # conditions
341 } 359 }
342 360
343 # Local Variables: 361 # Local Variables:
344 # tab-width:2 362 # tab-width:2
345 # indent-tabs-mode:nil 363 # indent-tabs-mode:nil
346 # End: 364 # End:
347 # vim: set expandtab tabstop=2 shiftwidth=2: 365 # 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