diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 10:50:25 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 10:50:25 +0000 |
commit | a5dc3151be7c388bed1600d0618f18215d4289e6 (patch) | |
tree | 443dad92b2b77ddd0e4a1f78e7c3131fa92de96b /breakpad/breakpad.gyp | |
parent | 47a756f010f1fbd309260016212187b3277b43dd (diff) | |
download | chromium_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
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
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', |