Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: content/content_common.gypi

Issue 9558006: Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698