diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 23:43:34 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 23:43:34 +0000 |
commit | 2f351cb2a5227e76f180fbf3c2295705944f9ab9 (patch) | |
tree | fc7845119aa8765f9d1e1449367980b41bb05306 /chrome/DEPS | |
parent | 7719ee4ad47c89053320db220eeb55a80d16d730 (diff) | |
download | chromium_src-2f351cb2a5227e76f180fbf3c2295705944f9ab9.zip chromium_src-2f351cb2a5227e76f180fbf3c2295705944f9ab9.tar.gz chromium_src-2f351cb2a5227e76f180fbf3c2295705944f9ab9.tar.bz2 |
Adding support for DatabaseTracker messages to
DatabaseDispatcherHost. This code will get called as soon as we switch
from WebCore's DatabaseTracker implementation to Chromium's. Also,
cleaned up the pre-existing support for VFS messages.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/340067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index ca6752e..1e982a0 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -21,6 +21,9 @@ include_rules = [ # Allow inclusion of the appcache library. "+webkit/appcache", + # Allow inclusion of the database library. + "+webkit/database", + # Allow inclusion of Mozilla interface headers. "+third_party/mozilla", |