summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp10
2 files changed, 11 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a6344c84..0711026 100644
--- a/DEPS
+++ b/DEPS
@@ -47,7 +47,7 @@ vars = {
deps = {
"src/breakpad/src":
- (Var("googlecode_url") % "google-breakpad") + "/trunk/src@891",
+ (Var("googlecode_url") % "google-breakpad") + "/trunk/src@897",
"src/build/util/support":
"/trunk/deps/support@20411",
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 2774135..695932f 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',