summaryrefslogtreecommitdiffstats
path: root/base/build
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:21:53 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:21:53 +0000
commit393b946c970d1fb93547aebe5dbe254492a295b3 (patch)
treed758a6597fd75cda2a157f884cabe9a04cb1a859 /base/build
parent71c1b664099d8eb1cbac9a9e925b4ee3fa1b2c75 (diff)
downloadchromium_src-393b946c970d1fb93547aebe5dbe254492a295b3.zip
chromium_src-393b946c970d1fb93547aebe5dbe254492a295b3.tar.gz
chromium_src-393b946c970d1fb93547aebe5dbe254492a295b3.tar.bz2
Kill check handler. It seems to be unused, and is implemented using ugly SEH
handlers. If we want this we could reimplement it cleanly. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@802 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r--base/build/base.vcproj4
-rw-r--r--base/build/base_unittests.vcproj8
2 files changed, 0 insertions, 12 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj
index b4a886cb..07b09dd 100644
--- a/base/build/base.vcproj
+++ b/base/build/base.vcproj
@@ -206,10 +206,6 @@
>
</File>
<File
- RelativePath="..\check_handler.h"
- >
- </File>
- <File
RelativePath="..\clipboard_win.cc"
>
</File>
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj
index 648cd17..fa32036 100644
--- a/base/build/base_unittests.vcproj
+++ b/base/build/base_unittests.vcproj
@@ -144,10 +144,6 @@
Name="support"
>
<File
- RelativePath="..\check_handler.h"
- >
- </File>
- <File
RelativePath="..\multiprocess_test.h"
>
</File>
@@ -172,10 +168,6 @@
>
</File>
<File
- RelativePath="..\check_handler_unittest.cc"
- >
- </File>
- <File
RelativePath="..\clipboard_unittest.cc"
>
</File>