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

Side by Side Diff: base/base.gypi

Issue 7670025: [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). (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/process_util_linux.cc » ('j') | base/process_util_linux.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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'link_settings': { 531 'link_settings': {
532 'libraries': [ 532 'libraries': [
533 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 533 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
534 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 534 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
535 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 535 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
536 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 536 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
537 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 537 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
538 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 538 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
539 ], 539 ],
540 }, 540 },
541 'depdendencies': [
542 '../third_party/mach_override/mach_override.gyp:mach_override',
543 ],
541 }], 544 }],
542 [ 'OS != "win"', { 545 [ 'OS != "win"', {
543 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 546 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
544 'sources!': [ 547 'sources!': [
545 'third_party/purify/pure_api.c', 548 'third_party/purify/pure_api.c',
546 'event_recorder.cc', 549 'event_recorder.cc',
547 'resource_util.cc', 550 'resource_util.cc',
548 ], 551 ],
549 },], 552 },],
550 [ 'component=="shared_library"', { 553 [ 'component=="shared_library"', {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'third_party/xdg_mime/xdgmimemagic.c', 722 'third_party/xdg_mime/xdgmimemagic.c',
720 'third_party/xdg_mime/xdgmimemagic.h', 723 'third_party/xdg_mime/xdgmimemagic.h',
721 'third_party/xdg_mime/xdgmimeparent.c', 724 'third_party/xdg_mime/xdgmimeparent.c',
722 'third_party/xdg_mime/xdgmimeparent.h', 725 'third_party/xdg_mime/xdgmimeparent.h',
723 ], 726 ],
724 }, 727 },
725 ], 728 ],
726 }], 729 }],
727 ], 730 ],
728 } 731 }
OLDNEW
« no previous file with comments | « no previous file | base/process_util_linux.cc » ('j') | base/process_util_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698