diff options
author | skrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-21 22:40:21 +0000 |
---|---|---|
committer | skrul@chromium.org <skrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-21 22:40:21 +0000 |
commit | 74eaf356b0e486abab9db7196659dde34bc8ac48 (patch) | |
tree | d4c3991c6c664e24a5d65ca9701e206f50d60261 /breakpad/breakpad.gyp | |
parent | 1172ba7af32d7756a138b2f5d4761cb8d566f29c (diff) | |
download | chromium_src-74eaf356b0e486abab9db7196659dde34bc8ac48.zip chromium_src-74eaf356b0e486abab9db7196659dde34bc8ac48.tar.gz chromium_src-74eaf356b0e486abab9db7196659dde34bc8ac48.tar.bz2 |
Revert 47955 - Update breakpad to make it build with new files from upstream.
Review URL: http://codereview.chromium.org/2113020
TBR=zhurunz@google.com
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index df10b97..de547e1 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -264,14 +264,10 @@ 'src/client/minidump_file_writer.h', 'src/common/convert_UTF.c', 'src/common/convert_UTF.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/file_id.cc', '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', @@ -281,8 +277,6 @@ 'include_dirs': [ 'src', - 'src/client', - 'src/third_party/linux/include', '..', '.', ], |