diff options
author | zhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-29 20:43:36 +0000 |
---|---|---|
committer | zhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-29 20:43:36 +0000 |
commit | a92f3858d0a93ef355e4c5b62673b0fa9fe65ed8 (patch) | |
tree | 395d756ec56e22b158edb8d5e396b6f0a5e2d91b /breakpad/breakpad.gyp | |
parent | 067fa6f5ccade2b0751f4367bf698daebf35eb42 (diff) | |
download | chromium_src-a92f3858d0a93ef355e4c5b62673b0fa9fe65ed8.zip chromium_src-a92f3858d0a93ef355e4c5b62673b0fa9fe65ed8.tar.gz chromium_src-a92f3858d0a93ef355e4c5b62673b0fa9fe65ed8.tar.bz2 |
Fix build break in breakpad.
Review URL: http://codereview.chromium.org/2397002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 42f72b4..9a28343 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -236,6 +236,13 @@ 'src/tools/linux/dump_syms/dump_syms.cc', ], + # Breakpad rev 583 introduced this flag. + # Using this define, stabs_reader.h will include a.out.h to + # build on Linux. + 'defines': [ + 'HAVE_A_OUT_H', + ], + 'include_dirs': [ 'src', '..', |