From f05ca65c8857804c078f06b260f3175493dd4720 Mon Sep 17 00:00:00 2001 From: "kkanetkar@chromium.org" Date: Thu, 16 Sep 2010 04:46:14 +0000 Subject: Test shell impl for WebKit's File System API:BUG=52799TEST=none Also refactored a bunch of code from chrome/browser to webkit/fileapi for reuse. Added class hierarchy. Test shell and browser operations now inherit from common webkit/fileapi/file_system_operation. Review URL: http://codereview.chromium.org/3186009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59616 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/DEPS') diff --git a/chrome/DEPS b/chrome/DEPS index e38a2f8..1fe3cbd 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -29,6 +29,9 @@ include_rules = [ # Allow inclusion of the database library. "+webkit/database", + # Allow inclusion of the fileapi library. + "+webkit/fileapi", + # Allow Apple code ImageAndTextCell. "+third_party/apple", -- cgit v1.1