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

Unified Diff: breakpad/breakpad.gyp

Issue 3152010: Miscellaneous improvements to minidump-2-core:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | breakpad/src/client/linux/minidump_writer/minidump_extension_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 55735)
+++ breakpad/breakpad.gyp (working copy)
@@ -364,6 +364,19 @@
'src',
],
},
+ {
+ 'target_name': 'minidump-2-core',
+ 'type': 'executable',
+
+ 'sources': [
+ 'src/tools/linux/md2core/minidump-2-core.cc'
+ ],
+
+ 'include_dirs': [
+ '..',
+ 'src',
+ ],
+ },
],
}],
],
« no previous file with comments | « no previous file | breakpad/src/client/linux/minidump_writer/minidump_extension_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698