diff options
author | zhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-22 05:16:00 +0000 |
---|---|---|
committer | zhurunz@google.com <zhurunz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-22 05:16:00 +0000 |
commit | f34350d99b4b4ffe73f68594649a8f2c61e07062 (patch) | |
tree | 95c0616ed66799f6075e226fb5d425deec88bebc /breakpad | |
parent | 3dc9937c265e8de6e60b07c991106a77b664d31f (diff) | |
download | chromium_src-f34350d99b4b4ffe73f68594649a8f2c61e07062.zip chromium_src-f34350d99b4b4ffe73f68594649a8f2c61e07062.tar.gz chromium_src-f34350d99b4b4ffe73f68594649a8f2c61e07062.tar.bz2 |
Update breakpad to make it build with new files from upstream.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 8 |
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', '..', '.', ], |