Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: breakpad/breakpad.gyp

Issue 1978803003: Roll src/breakpad/src/ eb46b8c4f..33a43757f (10 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll to 2nd elf fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « breakpad/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 9feab73da0d1481d033bf8cd46c4ebbe20b85c34..507d32edfb90811e9fd6f2c0429cfbe9c1cb816f 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -195,6 +195,8 @@
'src/common/dwarf_cu_to_module.cc',
'src/common/dwarf/dwarf2diehandler.cc',
'src/common/dwarf/dwarf2reader.cc',
+ 'src/common/dwarf/elf_reader.cc',
+ 'src/common/dwarf/elf_reader.h',
'src/common/dwarf_line_to_module.cc',
'src/common/language.cc',
'src/common/mac/arch_utilities.cc',
@@ -465,6 +467,8 @@
'src/common/dwarf_cu_to_module.h',
'src/common/dwarf/dwarf2diehandler.cc',
'src/common/dwarf/dwarf2reader.cc',
+ 'src/common/dwarf/elf_reader.cc',
+ 'src/common/dwarf/elf_reader.h',
'src/common/dwarf_line_to_module.cc',
'src/common/dwarf_line_to_module.h',
'src/common/language.cc',
« no previous file with comments | « breakpad/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698