summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--breakpad/breakpad.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index de547e1..df10b97 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -264,10 +264,14 @@
'src/client/minidump_file_writer.h',
'src/common/convert_UTF.c',
'src/common/convert_UTF.h',
- 'src/common/linux/file_id.h',
'src/common/linux/file_id.cc',
+ 'src/common/linux/file_id.h',
+ 'src/common/linux/google_crashdump_uploader.cc',
+ 'src/common/linux/google_crashdump_uploader.h',
'src/common/linux/guid_creator.cc',
'src/common/linux/guid_creator.h',
+ 'src/common/linux/libcurl_wrapper.cc',
+ 'src/common/linux/libcurl_wrapper.h',
'src/common/linux/linux_libc_support.h',
'src/common/linux/linux_syscall_support.h',
'src/common/linux/memory.h',
@@ -277,6 +281,8 @@
'include_dirs': [
'src',
+ 'src/client',
+ 'src/third_party/linux/include',
'..',
'.',
],