summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 3ae48bd..c419e46 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -366,6 +366,19 @@
'src',
],
},
+ {
+ 'target_name': 'minidump-2-core',
+ 'type': 'executable',
+
+ 'sources': [
+ 'src/tools/linux/md2core/minidump-2-core.cc'
+ ],
+
+ 'include_dirs': [
+ '..',
+ 'src',
+ ],
+ },
],
}],
],