Skip to content
Snippets Groups Projects
Commit 6c885502 authored by siggi@chromium.org's avatar siggi@chromium.org
Browse files

Revert 48397 - Upgrade the breakpad deps to r600. Includes a #define in the...

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
parent 8da4a2de
No related merge requests found
......@@ -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",
......
......@@ -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',
'..',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment