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

Unified Diff: breakpad/BUILD.gn

Issue 1297663004: Roll src/breakpad/src 242fb9a:013acd5 (svn 1471:1495) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 2ccab3aa017ee48c487fc38cbca7cb7678b6356d..cf665176ec3f6d7d56e903d6576db9aafedeec40 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -54,8 +54,6 @@ if (current_toolchain == host_toolchain && !is_win) {
"src/processor/basic_code_modules.cc",
"src/processor/basic_code_modules.h",
"src/processor/basic_source_line_resolver.cc",
- "src/processor/binarystream.cc",
- "src/processor/binarystream.h",
"src/processor/call_stack.cc",
"src/processor/cfi_frame_info.cc",
"src/processor/cfi_frame_info.h",
@@ -67,6 +65,7 @@ if (current_toolchain == host_toolchain && !is_win) {
"src/processor/logging.h",
"src/processor/pathname_stripper.cc",
"src/processor/pathname_stripper.h",
+ "src/processor/proc_maps_linux.cc",
"src/processor/process_state.cc",
"src/processor/simple_symbol_supplier.cc",
"src/processor/simple_symbol_supplier.h",
@@ -191,6 +190,7 @@ if (current_toolchain == host_toolchain && !is_win) {
"src/processor/minidump_dump.cc",
"src/processor/pathname_stripper.cc",
"src/processor/pathname_stripper.h",
+ "src/processor/proc_maps_linux.cc",
]
configs += [ ":tools_config" ]
@@ -453,8 +453,6 @@ if (is_linux || is_android) {
"src/client/linux/crash_generation/crash_generation_client.cc",
"src/client/linux/crash_generation/crash_generation_client.h",
"src/client/linux/dump_writer_common/mapping_info.h",
- "src/client/linux/dump_writer_common/seccomp_unwinder.cc",
- "src/client/linux/dump_writer_common/seccomp_unwinder.h",
"src/client/linux/dump_writer_common/thread_info.cc",
"src/client/linux/dump_writer_common/thread_info.h",
"src/client/linux/dump_writer_common/ucontext_reader.cc",
@@ -545,6 +543,7 @@ if (is_linux || is_android) {
"src/processor/minidump.cc",
"src/processor/pathname_stripper.cc",
"src/processor/pathname_stripper.h",
+ "src/processor/proc_maps_linux.cc",
]
include_dirs = [
« 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