summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index e542f97..1aea884 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -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',
],
},
],