summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp6
2 files changed, 1 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index d5febb3..ea436ab 100644
--- a/DEPS
+++ b/DEPS
@@ -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',
'..',