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

Unified Diff: content/content_common.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 397fb93468419dcfacb49c263b24d8c0d8ab213c..08703b680102681d96307176e2b1d6de292366eb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -165,18 +165,10 @@
'common/drag_traits.h',
'common/edit_command.h',
'common/file_utilities_messages.h',
- 'common/fileapi/file_system_dispatcher.cc',
+ 'common_child/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',
michaeln 2013/05/24 20:41:59 i've got the webblobregistry moving in the works i
kinuko 2013/05/27 08:08:48 Done.
- 'common/fileapi/webfilesystem_callback_adapters.cc',
- 'common/fileapi/webfilesystem_callback_adapters.h',
- 'common/fileapi/webfilesystem_impl.cc',
- 'common/fileapi/webfilesystem_impl.h',
- 'common/fileapi/webfilewriter_impl.cc',
- 'common/fileapi/webfilewriter_impl.h',
'common/find_match_rect_android.cc',
'common/find_match_rect_android.h',
'common/font_cache_dispatcher_win.cc',

Powered by Google App Engine
This is Rietveld 408576698