diff options
author | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 15:51:47 +0000 |
---|---|---|
committer | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 15:51:47 +0000 |
commit | 123250fd7fc8ccfaa45b479ee8cffdbea216b18a (patch) | |
tree | 57dc08e187dbf2107ba2cdd96da8ed0dd8b471fd /breakpad | |
parent | 95760013de683517bcca9aed67bf5eed549121f7 (diff) | |
download | chromium_src-123250fd7fc8ccfaa45b479ee8cffdbea216b18a.zip chromium_src-123250fd7fc8ccfaa45b479ee8cffdbea216b18a.tar.gz chromium_src-123250fd7fc8ccfaa45b479ee8cffdbea216b18a.tar.bz2 |
Update breakpad to rev: 886.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8595014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index b524e8a..b62c19d 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -80,7 +80,7 @@ 'sources': [ 'src/common/mac/HTTPMultipartUpload.m', 'src/client/mac/sender/crash_report_sender.m', - 'src/client/mac/sender/uploader.m', + 'src/client/mac/sender/uploader.mm', 'src/common/mac/GTMLogger.m', ], 'mac_bundle_resources': [ |