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

Side by Side Diff: build/all.gyp

Issue 6480111: Add gfx_unittests to the Valgrind/Mac build target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'temp_gyp/googleurl.gyp:googleurl_unittests', 327 'temp_gyp/googleurl.gyp:googleurl_unittests',
328 '../ipc/ipc.gyp:ipc_tests', 328 '../ipc/ipc.gyp:ipc_tests',
329 '../media/media.gyp:media_unittests', 329 '../media/media.gyp:media_unittests',
330 '../net/net.gyp:net_unittests', 330 '../net/net.gyp:net_unittests',
331 '../printing/printing.gyp:printing_unittests', 331 '../printing/printing.gyp:printing_unittests',
332 '../remoting/remoting.gyp:remoting_unittests', 332 '../remoting/remoting.gyp:remoting_unittests',
333 '../chrome/chrome.gyp:safe_browsing_tests', 333 '../chrome/chrome.gyp:safe_browsing_tests',
334 '../chrome/chrome.gyp:sync_unit_tests', 334 '../chrome/chrome.gyp:sync_unit_tests',
335 '../chrome/chrome.gyp:unit_tests', 335 '../chrome/chrome.gyp:unit_tests',
336 '../chrome/chrome.gyp:ui_tests', 336 '../chrome/chrome.gyp:ui_tests',
337 '../ui/gfx/gfx.gyp:gfx_unittests',
337 '../jingle/jingle.gyp:notifier_unit_tests', 338 '../jingle/jingle.gyp:notifier_unit_tests',
338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
339 ], 340 ],
340 }, 341 },
341 ], # targets 342 ], # targets
342 }], # OS="mac" 343 }], # OS="mac"
343 ['OS=="win"', { 344 ['OS=="win"', {
344 'targets': [ 345 'targets': [
345 # These targets are here so the build bots can use them to build 346 # These targets are here so the build bots can use them to build
346 # subsets of a full tree for faster cycle times. 347 # subsets of a full tree for faster cycle times.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ], # targets 495 ], # targets
495 }], # "chromeos==1" 496 }], # "chromeos==1"
496 ], # conditions 497 ], # conditions
497 } 498 }
498 499
499 # Local Variables: 500 # Local Variables:
500 # tab-width:2 501 # tab-width:2
501 # indent-tabs-mode:nil 502 # indent-tabs-mode:nil
502 # End: 503 # End:
503 # vim: set expandtab tabstop=2 shiftwidth=2: 504 # 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