diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 17:38:14 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 17:38:14 +0000 |
commit | 29453e948539bce5d4f5e871a7f5024ea10810e9 (patch) | |
tree | 63d4b4004ed4c5a65735a8a6e557a8d4fec89ed9 /breakpad | |
parent | a0b612210da1e6a38639a1139c04a6aacc09412d (diff) | |
download | chromium_src-29453e948539bce5d4f5e871a7f5024ea10810e9.zip chromium_src-29453e948539bce5d4f5e871a7f5024ea10810e9.tar.gz chromium_src-29453e948539bce5d4f5e871a7f5024ea10810e9.tar.bz2 |
Update Breakpad to r786 to pick up:
Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to
looking up the _dyld_all_image_infos symbol in /usr/lib/dyld.
Review URL: http://codereview.chromium.org/6693096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 41894f1..6e6f336 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -63,6 +63,7 @@ ], 'link_settings': { 'libraries': [ + '$(SDKROOT)/System/Library/Frameworks/CoreServices.framework', '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', ], } |