| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index d30882cc2562b5ce01d1e4ac05af7c67b2e6b696..4889f2c67a81c5cede2d4e003313340bd60dc7e4 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -128,15 +128,18 @@
|
| 'common/dom_storage_messages.h',
|
| 'common/drag_messages.h',
|
| 'common/edit_command.h',
|
| - 'common/file_system/file_system_dispatcher.cc',
|
| - 'common/file_system/file_system_dispatcher.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/file_system/webfilewriter_impl.cc',
|
| - 'common/file_system/webfilewriter_impl.h',
|
| - 'common/file_system_messages.h',
|
| + 'common/fileapi/file_system_dispatcher.cc',
|
| + 'common/fileapi/file_system_dispatcher.h',
|
| + 'common/fileapi/file_system_messages.h',
|
| + 'common/fileapi/webblob_messages.h',
|
| + 'common/fileapi/webblobregistry_impl.cc',
|
| + 'common/fileapi/webblobregistry_impl.h',
|
| + 'common/fileapi/webfilesystem_callback_dispatcher.cc',
|
| + 'common/fileapi/webfilesystem_callback_dispatcher.h',
|
| + 'common/fileapi/webfilesystem_impl.cc',
|
| + 'common/fileapi/webfilesystem_impl.h',
|
| + 'common/fileapi/webfilewriter_impl.cc',
|
| + 'common/fileapi/webfilewriter_impl.h',
|
| 'common/file_utilities_messages.h',
|
| 'common/font_cache_dispatcher_win.cc',
|
| 'common/font_cache_dispatcher_win.h',
|
| @@ -296,9 +299,6 @@
|
| 'common/view_message_enums.h',
|
| 'common/web_database_observer_impl.cc',
|
| 'common/web_database_observer_impl.h',
|
| - 'common/webblobregistry_impl.cc',
|
| - 'common/webblobregistry_impl.h',
|
| - 'common/webblob_messages.h',
|
| 'common/webkitplatformsupport_impl.cc',
|
| 'common/webkitplatformsupport_impl.h',
|
| 'common/webmessageportchannel_impl.cc',
|
|
|