From 84ed47759f5fc210c40cf88b166f0007d7a41ab7 Mon Sep 17 00:00:00 2001 From: "siggi@chromium.org" Date: Thu, 27 May 2010 15:45:22 +0000 Subject: 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 --- breakpad/breakpad.gyp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'breakpad') 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', '..', -- cgit v1.1