diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
commit | 3381f17b4df9fdc90e7a78b53d5d7bc052895d3f (patch) | |
tree | d0ba8ae1fc0e1d7e481802c78419dcdda0bc8edd /breakpad | |
parent | 9e3df998ca7b1b1ea6d0d403d93b834bf847eb89 (diff) | |
download | chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.zip chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.gz chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.bz2 |
Remove files that don't exist, and fix typos in gyp files
BUG=none
TEST=things still work
Review URL: http://codereview.chromium.org/6990028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index fb01fa7..3ac15e1 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -309,7 +309,6 @@ '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/memory.h', 'src/common/string_conversion.cc', 'src/common/string_conversion.h', @@ -346,7 +345,6 @@ 'src/processor/logging.cc', 'src/processor/logging.h', 'src/processor/minidump.cc', - 'src/processor/minidump.h', 'src/processor/pathname_stripper.cc', 'src/processor/pathname_stripper.h', ], |