0

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
This commit is contained in:
thestig@chromium.org
2014-04-29 10:50:25 +00:00
parent 47a756f010
commit a5dc3151be
2 changed files with 3 additions and 1 deletions

2
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",

@ -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',