diff options
author | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:45:22 +0000 |
---|---|---|
committer | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:45:22 +0000 |
commit | 84ed47759f5fc210c40cf88b166f0007d7a41ab7 (patch) | |
tree | 3a168eab563e6bc19caa03b36ac17cb29b58ffe3 /breakpad | |
parent | f55bd486ab0ada0402fdcd34fb70a20d155fd968 (diff) | |
download | chromium_src-84ed47759f5fc210c40cf88b166f0007d7a41ab7.zip chromium_src-84ed47759f5fc210c40cf88b166f0007d7a41ab7.tar.gz chromium_src-84ed47759f5fc210c40cf88b166f0007d7a41ab7.tar.bz2 |
Upgrade the breakpad deps to r600. Includes a #define in the GYP files that's needed by r583, but not defined in Chrome. Since Chrome uses its own GYP files for breakpad, we have to duplicate the definition.
Submitting on behalf of hansl@google.com, original change at http://codereview.chromium.org/2290001/show.
BUG=None
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index df10b97..aa9e74e 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -236,6 +236,12 @@ 'src/tools/linux/dump_syms/dump_syms.cc', ], + # Using this define, stabs_reader.h will include the right headers + # to work correctly on Linux. + 'defines': [ + 'HAVE_A_OUT_H', + ], + 'include_dirs': [ 'src', '..', |