From c5a272dbd00c74dffe922523811a4ecbcd7f882b Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Mon, 27 Sep 2010 18:37:08 +0000 Subject: Add Worker support for FileSystem API. (corresponds to https://bugs.webkit.org/show_bug.cgi?id=45808) No support for shared workers yet. BUG=32277 TEST=none; layout tests will be added later. Review URL: http://codereview.chromium.org/3394003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60683 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index fa59520..b3b085a3 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -52,6 +52,8 @@ 'common/devtools_messages.cc', 'common/devtools_messages.h', 'common/devtools_messages_internal.h', + 'common/file_system/webfilesystem_callback_dispatcher.cc', + 'common/file_system/webfilesystem_callback_dispatcher.h', 'common/file_system/webfilesystem_impl.cc', 'common/file_system/webfilesystem_impl.h', 'common/font_descriptor_mac.h', -- cgit v1.1