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

Unified Diff: breakpad/BUILD.gn

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 | « DEPS ('k') | breakpad/breakpad.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 5e97f395345ba39a2a4f03c022deb3f07f39f0e9..3a1139140ba2c7e3ed8c8b6372b465e9830b1691 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -248,6 +248,8 @@ if (is_mac) {
"src/common/dwarf/bytereader.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_cfi_to_module.cc",
"src/common/dwarf_cu_to_module.cc",
"src/common/dwarf_line_to_module.cc",
@@ -449,6 +451,8 @@ if (is_linux || is_android) {
"src/common/dwarf/bytereader.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_cfi_to_module.cc",
"src/common/dwarf_cfi_to_module.h",
"src/common/dwarf_cu_to_module.cc",
« no previous file with comments | « DEPS ('k') | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698