summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 01:02:37 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-14 01:02:37 +0000
commitfd220e6008ba976de0de1a5dd5c10576c2cd8450 (patch)
tree0409efe173a9bc2a1d7a361dea11d3ef57267486 /base/base.gyp
parentf9b6978b620a4297f0d27a6048a662213caaa412 (diff)
downloadchromium_src-fd220e6008ba976de0de1a5dd5c10576c2cd8450.zip
chromium_src-fd220e6008ba976de0de1a5dd5c10576c2cd8450.tar.gz
chromium_src-fd220e6008ba976de0de1a5dd5c10576c2cd8450.tar.bz2
More safe browsing cleanup work:
* Remove |resetting_| from the safe browsing service, it doesn't do anything useful. * Add appropriate locks in a few places in the database that were missing them. * Prevent potential infinite recursion in the database at one spot. BUG=none TEST=none Review URL: http://codereview.chromium.org/391060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index b954e3b..51aa6c8 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -251,6 +251,7 @@
'resource_util.h',
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
+ 'scoped_bool.h',
'scoped_bstr_win.cc',
'scoped_bstr_win.h',
'scoped_cftyperef.h',