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

Side by Side Diff: base/base.gypi

Issue 7528010: Remove Purify and Quantify (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | base/memory/memory_debug.h » ('j') | base/message_loop.cc » ('J')
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'mac/os_crash_dumps.h', 126 'mac/os_crash_dumps.h',
127 'mac/scoped_aedesc.h', 127 'mac/scoped_aedesc.h',
128 'mac/scoped_cftyperef.h', 128 'mac/scoped_cftyperef.h',
129 'mac/scoped_nsautorelease_pool.h', 129 'mac/scoped_nsautorelease_pool.h',
130 'mac/scoped_nsautorelease_pool.mm', 130 'mac/scoped_nsautorelease_pool.mm',
131 'mac/scoped_nsexception_enabler.h', 131 'mac/scoped_nsexception_enabler.h',
132 'mac/scoped_nsexception_enabler.mm', 132 'mac/scoped_nsexception_enabler.mm',
133 'mach_ipc_mac.h', 133 'mach_ipc_mac.h',
134 'mach_ipc_mac.mm', 134 'mach_ipc_mac.mm',
135 'memory/linked_ptr.h', 135 'memory/linked_ptr.h',
136 'memory/memory_debug.cc',
137 'memory/memory_debug.h',
138 'memory/mru_cache.h', 136 'memory/mru_cache.h',
139 'memory/raw_scoped_refptr_mismatch_checker.h', 137 'memory/raw_scoped_refptr_mismatch_checker.h',
140 'memory/ref_counted.cc', 138 'memory/ref_counted.cc',
141 'memory/ref_counted.h', 139 'memory/ref_counted.h',
142 'memory/ref_counted_memory.cc', 140 'memory/ref_counted_memory.cc',
143 'memory/ref_counted_memory.h', 141 'memory/ref_counted_memory.h',
144 'memory/scoped_callback_factory.h', 142 'memory/scoped_callback_factory.h',
145 'memory/scoped_handle.h', 143 'memory/scoped_handle.h',
146 'memory/scoped_nsobject.h', 144 'memory/scoped_nsobject.h',
147 'memory/scoped_open_process.h', 145 'memory/scoped_open_process.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 527 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
530 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 528 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
531 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 529 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
532 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 530 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
533 ], 531 ],
534 }, 532 },
535 }], 533 }],
536 [ 'OS != "win"', { 534 [ 'OS != "win"', {
537 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 535 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
538 'sources!': [ 536 'sources!': [
539 'third_party/purify/pure_api.c',
540 'event_recorder.cc', 537 'event_recorder.cc',
541 'resource_util.cc', 538 'resource_util.cc',
542 ], 539 ],
543 },], 540 },],
544 [ 'component=="shared_library"', { 541 [ 'component=="shared_library"', {
545 'conditions': [ 542 'conditions': [
546 ['OS=="win"', { 543 ['OS=="win"', {
547 'sources!': [ 544 'sources!': [
548 'debug/debug_on_start_win.cc', 545 'debug/debug_on_start_win.cc',
549 ], 546 ],
550 }], 547 }],
551 ], 548 ],
552 }], 549 }],
553 ], 550 ],
554 'sources': [ 551 'sources': [
555 'third_party/nspr/prcpucfg.h', 552 'third_party/nspr/prcpucfg.h',
556 'third_party/nspr/prcpucfg_win.h', 553 'third_party/nspr/prcpucfg_win.h',
557 'third_party/nspr/prtypes.h', 554 'third_party/nspr/prtypes.h',
558 'third_party/purify/pure.h',
559 'third_party/purify/pure_api.c',
560 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 555 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
561 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 556 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
562 'auto_reset.h', 557 'auto_reset.h',
563 'base64.cc', 558 'base64.cc',
564 'base64.h', 559 'base64.h',
565 'event_recorder.cc', 560 'event_recorder.cc',
566 'event_recorder.h', 561 'event_recorder.h',
567 'event_recorder_stubs.cc', 562 'event_recorder_stubs.cc',
568 'file_descriptor_shuffle.cc', 563 'file_descriptor_shuffle.cc',
569 'file_descriptor_shuffle.h', 564 'file_descriptor_shuffle.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'third_party/xdg_mime/xdgmimemagic.c', 706 'third_party/xdg_mime/xdgmimemagic.c',
712 'third_party/xdg_mime/xdgmimemagic.h', 707 'third_party/xdg_mime/xdgmimemagic.h',
713 'third_party/xdg_mime/xdgmimeparent.c', 708 'third_party/xdg_mime/xdgmimeparent.c',
714 'third_party/xdg_mime/xdgmimeparent.h', 709 'third_party/xdg_mime/xdgmimeparent.h',
715 ], 710 ],
716 }, 711 },
717 ], 712 ],
718 }], 713 }],
719 ], 714 ],
720 } 715 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/memory_debug.h » ('j') | base/message_loop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698