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

Side by Side Diff: build/all.gyp

Issue 10834341: Remove forced static_library build for Dr. Memory now that the tool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | build/common.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 529 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
530 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 530 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
531 'temp_gyp/googleurl.gyp:googleurl_unittests', 531 'temp_gyp/googleurl.gyp:googleurl_unittests',
532 ], 532 ],
533 }, 533 },
534 { 534 {
535 'target_name': 'chromium_builder_dbg_drmemory_win', 535 'target_name': 'chromium_builder_dbg_drmemory_win',
536 'type': 'none', 536 'type': 'none',
537 'dependencies': [ 537 'dependencies': [
538 '../base/base.gyp:base_unittests', 538 '../base/base.gyp:base_unittests',
539 '../chrome/chrome.gyp:unit_tests',
539 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 540 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
540 '../content/content.gyp:content_unittests', 541 '../content/content.gyp:content_unittests',
541 '../crypto/crypto.gyp:crypto_unittests', 542 '../crypto/crypto.gyp:crypto_unittests',
542 '../ipc/ipc.gyp:ipc_tests', 543 '../ipc/ipc.gyp:ipc_tests',
543 '../jingle/jingle.gyp:jingle_unittests', 544 '../jingle/jingle.gyp:jingle_unittests',
544 '../media/media.gyp:media_unittests', 545 '../media/media.gyp:media_unittests',
545 '../net/net.gyp:net_unittests', 546 '../net/net.gyp:net_unittests',
546 '../printing/printing.gyp:printing_unittests', 547 '../printing/printing.gyp:printing_unittests',
547 '../remoting/remoting.gyp:remoting_unittests', 548 '../remoting/remoting.gyp:remoting_unittests',
548 '../sql/sql.gyp:sql_unittests', 549 '../sql/sql.gyp:sql_unittests',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 '../base/base.gyp:base_unittests_run', 688 '../base/base.gyp:base_unittests_run',
688 '../chrome/chrome.gyp:browser_tests_run', 689 '../chrome/chrome.gyp:browser_tests_run',
689 '../chrome/chrome.gyp:unit_tests_run', 690 '../chrome/chrome.gyp:unit_tests_run',
690 '../net/net.gyp:net_unittests_run', 691 '../net/net.gyp:net_unittests_run',
691 ], 692 ],
692 }, # target_name: chromium_swarm_tests 693 }, # target_name: chromium_swarm_tests
693 ], 694 ],
694 }], 695 }],
695 ], # conditions 696 ], # conditions
696 } 697 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698