summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 10:50:25 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 10:50:25 +0000
commita5dc3151be7c388bed1600d0618f18215d4289e6 (patch)
tree443dad92b2b77ddd0e4a1f78e7c3131fa92de96b
parent47a756f010f1fbd309260016212187b3277b43dd (diff)
downloadchromium_src-a5dc3151be7c388bed1600d0618f18215d4289e6.zip
chromium_src-a5dc3151be7c388bed1600d0618f18215d4289e6.tar.gz
chromium_src-a5dc3151be7c388bed1600d0618f18215d4289e6.tar.bz2
Roll DEPS for breakpad r1318:1321.
r1319: Change PrintFunctions to print functions in address order. r1320: Linux: Check the CRC32 of the debug link file in the symbol dumper. r1321: Clean up common.gypi. Review URL: https://codereview.chromium.org/253783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266834 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 073dd3f..89d8360 100644
--- a/DEPS
+++ b/DEPS
@@ -74,7 +74,7 @@ vars = {
deps = {
"src/breakpad/src":
- (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1318",
+ (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1321",
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 8ce3a30..ca1286b 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -398,6 +398,8 @@
'src/common/dwarf_line_to_module.h',
'src/common/language.cc',
'src/common/language.h',
+ 'src/common/linux/crc32.cc',
+ 'src/common/linux/crc32.h',
'src/common/linux/dump_symbols.cc',
'src/common/linux/dump_symbols.h',
'src/common/linux/elf_symbols_to_module.cc',