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

Unified Diff: breakpad/breakpad.gyp

Issue 9021040: Roll breakpad to r897 to eliminate UnspecifiedStackSignature crash dumps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add safe_readlink files. Created 9 years 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') | 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 2774135cfdf4d43168a5897278ec53dda9e820e4..695932f2a4dbaaa5a8c4bf4dec2e4fd19dd66dea 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -282,6 +282,8 @@
'src/common/linux/elf_symbols_to_module.h',
'src/common/linux/file_id.cc',
'src/common/linux/file_id.h',
+ 'src/common/linux/memory_mapped_file.cc',
+ 'src/common/linux/memory_mapped_file.h',
'src/common/linux/guid_creator.h',
'src/common/module.cc',
'src/common/module.h',
@@ -336,6 +338,10 @@
'src/common/linux/libcurl_wrapper.cc',
'src/common/linux/libcurl_wrapper.h',
'src/common/linux/linux_libc_support.h',
+ 'src/common/linux/memory_mapped_file.cc',
+ 'src/common/linux/memory_mapped_file.h',
+ 'src/common/linux/safe_readlink.cc',
+ 'src/common/linux/safe_readlink.h',
'src/common/memory.h',
'src/common/string_conversion.cc',
'src/common/string_conversion.h',
@@ -441,6 +447,10 @@
'src/tools/linux/md2core/minidump-2-core.cc'
],
+ 'dependencies': [
+ 'breakpad_client',
+ ],
+
'include_dirs': [
'..',
'src',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698