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

Unified Diff: breakpad/breakpad.gyp

Issue 602403002: Roll breakpad r1387 -> r1388 for breakpad microdumps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 c70bdd33e8cc8db0e2aa1a9147353fa51df4386f..834122d319aa2edfd6ac9583a9aefcb410b4f2da 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -463,6 +463,13 @@
'src/client/linux/handler/minidump_descriptor.h',
'src/client/linux/log/log.cc',
'src/client/linux/log/log.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',
+ 'src/client/linux/dump_writer_common/ucontext_reader.h',
'src/client/linux/minidump_writer/cpu_set.h',
'src/client/linux/minidump_writer/directory_reader.h',
'src/client/linux/minidump_writer/line_reader.h',
« 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