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

Unified Diff: breakpad/breakpad.gyp

Issue 1418001: Bump breakpad version to version 557, which improves how invalid argument CRT... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Bump breakpad version to version 557, which improves how invalid argument CRT... Created 10 years, 9 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 42943)
+++ breakpad/breakpad.gyp (working copy)
@@ -227,6 +227,7 @@
'type': '<(library)',
'sources': [
+ 'src/client/linux/crash_generation/crash_generation_client.cc',
'src/client/linux/handler/exception_handler.cc',
'src/client/linux/minidump_writer/directory_reader.h',
'src/client/linux/minidump_writer/line_reader.h',
@@ -241,6 +242,8 @@
'src/common/convert_UTF.h',
'src/common/linux/guid_creator.cc',
'src/common/linux/guid_creator.h',
+ 'src/common/linux/file_id.cc',
+ 'src/common/linux/file_id.h',
'src/common/linux/linux_libc_support.h',
'src/common/linux/linux_syscall_support.h',
'src/common/linux/memory.h',
@@ -296,6 +299,7 @@
'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