diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -12,7 +12,7 @@ vars = { deps = { "src/breakpad/src": - "http://google-breakpad.googlecode.com/svn/trunk/src@600", + "http://google-breakpad.googlecode.com/svn/trunk/src@568", "src/build/util/support": "/trunk/deps/support@20411", 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', '..', |