From 6c8855021577431ac68e2680b9ee4cb2c6f5e230 Mon Sep 17 00:00:00 2001 From: "siggi@chromium.org" Date: Thu, 27 May 2010 18:22:29 +0000 Subject: Revert 48397 - 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 TBR=siggi@chromium.org Review URL: http://codereview.chromium.org/2257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48407 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'breakpad/breakpad.gyp') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index aa9e74e..df10b97 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -236,12 +236,6 @@ '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