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

Side by Side Diff: build/all.gyp

Issue 8816015: Don't build sync_unit_tests for the Dr.Memory runs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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) 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 501 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
502 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 502 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
503 'temp_gyp/googleurl.gyp:googleurl_unittests', 503 'temp_gyp/googleurl.gyp:googleurl_unittests',
504 ], 504 ],
505 }, 505 },
506 { 506 {
507 'target_name': 'chromium_builder_dbg_drmemory_win', 507 'target_name': 'chromium_builder_dbg_drmemory_win',
508 'type': 'none', 508 'type': 'none',
509 'dependencies': [ 509 'dependencies': [
510 '../base/base.gyp:base_unittests', 510 '../base/base.gyp:base_unittests',
511 '../chrome/chrome.gyp:sync_unit_tests',
512 '../chrome/chrome.gyp:unit_tests', 511 '../chrome/chrome.gyp:unit_tests',
513 '../content/content.gyp:content_unittests', 512 '../content/content.gyp:content_unittests',
514 '../crypto/crypto.gyp:crypto_unittests', 513 '../crypto/crypto.gyp:crypto_unittests',
515 '../ipc/ipc.gyp:ipc_tests', 514 '../ipc/ipc.gyp:ipc_tests',
516 '../jingle/jingle.gyp:jingle_unittests', 515 '../jingle/jingle.gyp:jingle_unittests',
517 '../media/media.gyp:media_unittests', 516 '../media/media.gyp:media_unittests',
518 '../net/net.gyp:net_unittests', 517 '../net/net.gyp:net_unittests',
519 '../printing/printing.gyp:printing_unittests', 518 '../printing/printing.gyp:printing_unittests',
520 '../remoting/remoting.gyp:remoting_unittests', 519 '../remoting/remoting.gyp:remoting_unittests',
521 '../sql/sql.gyp:sql_unittests', 520 '../sql/sql.gyp:sql_unittests',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 '../sql/sql.gyp:sql_unittests', 649 '../sql/sql.gyp:sql_unittests',
651 '../ui/ui.gyp:gfx_unittests', 650 '../ui/ui.gyp:gfx_unittests',
652 ], 651 ],
653 }], 652 }],
654 ], 653 ],
655 }, 654 },
656 ], # targets 655 ], # targets
657 }], # "use_aura==1" 656 }], # "use_aura==1"
658 ], # conditions 657 ], # conditions
659 } 658 }
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