summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 19:44:49 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 19:44:49 +0000
commit52785d4c507c7c1f997d8bac300d0e9c13ac6391 (patch)
treeccf53ad81ffece1e3c036661e41e4e7befc0ceed /chrome/chrome_common.gypi
parent7c9ae8ce124cf730b0ef45b43a3b0bba8d284998 (diff)
downloadchromium_src-52785d4c507c7c1f997d8bac300d0e9c13ac6391.zip
chromium_src-52785d4c507c7c1f997d8bac300d0e9c13ac6391.tar.gz
chromium_src-52785d4c507c7c1f997d8bac300d0e9c13ac6391.tar.bz2
Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation.
Plumbing code for the remaining operations (Copy, Remove etc) will come later in a separate patch once this one becomes to look good. BUG=32277 TESTS=none, will be added later Review URL: http://codereview.chromium.org/3165040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 1f37f86..958d99e 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_impl.cc',
+ 'common/file_system/webfilesystem_impl.h',
'common/font_descriptor_mac.h',
'common/font_descriptor_mac.mm',
'common/geoposition.cc',
@@ -287,6 +289,8 @@
'common/deprecated/event_sys-inl.h',
'common/deprecated/event_sys.h',
'common/dom_storage_common.h',
+ 'common/file_system/file_system_dispatcher.cc',
+ 'common/file_system/file_system_dispatcher.h',
'common/font_loader_mac.h',
'common/font_loader_mac.mm',
'common/gears_api.h',
@@ -490,6 +494,7 @@
],
'sources': [
'../webkit/glue/webkit_glue_dummy.cc',
+ 'common/file_system/file_system_dispatcher_dummy.cc',
'common/resource_dispatcher_dummy.cc',
'common/socket_stream_dispatcher_dummy.cc',
'common/url_constants.cc',