diff options
author | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 22:07:36 +0000 |
---|---|---|
committer | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 22:07:36 +0000 |
commit | de5480fa7532fe62b90db7f9b91b6644bfe9c865 (patch) | |
tree | 139bb51192ecb82ee2cc913d7355f0f8773039ef /chrome/DEPS | |
parent | 40850a556804e6cd9c4256279296d2a0e8b69431 (diff) | |
download | chromium_src-de5480fa7532fe62b90db7f9b91b6644bfe9c865.zip chromium_src-de5480fa7532fe62b90db7f9b91b6644bfe9c865.tar.gz chromium_src-de5480fa7532fe62b90db7f9b91b6644bfe9c865.tar.bz2 |
Adding `browsing_data_filesystem_helper*` as the first step towards content settings UI.
gypi files.
BUG=63703
TEST=BrowsingDataFilesystemHelperTest* in `browser_tests` and `unit_tests`
Review URL: http://codereview.chromium.org/7063020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 43bc0f4..0ceb044 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -24,6 +24,7 @@ include_rules = [ "+webkit/blob", "+webkit/database", "+webkit/fileapi", + "+webkit/quota", # Allow inclusion of third-party code: "+third_party/mozilla", # Mozilla interface headers. |