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

Unified Diff: content/content_child.gypi

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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
« no previous file with comments | « content/common/webmessageportchannel_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index a66987e6b50a5c031cc1a91ae8bc498e3aa6d10e..85ac3854199cbd377ddfe9b3d89113a491162894 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -16,6 +16,18 @@
'../base/base.gyp:base',
],
'sources': [
+ 'child/child_histogram_message_filter.cc',
+ 'child/child_histogram_message_filter.h',
+ 'child/child_process.cc',
+ 'child/child_process.h',
+ 'child/child_resource_message_filter.cc',
+ 'child/child_resource_message_filter.h',
+ 'child/child_thread.cc',
+ 'child/child_thread.h',
+ 'child/database_util.cc',
+ 'child/database_util.h',
+ 'child/fileapi/file_system_dispatcher.cc',
+ 'child/fileapi/file_system_dispatcher.h',
'child/fileapi/webfilesystem_callback_adapters.cc',
'child/fileapi/webfilesystem_callback_adapters.h',
'child/fileapi/webfilesystem_impl.cc',
@@ -46,10 +58,22 @@
'child/plugin_messages.h',
'child/plugin_param_traits.cc',
'child/plugin_param_traits.h',
- 'child/web_database_observer_impl.cc',
- 'child/web_database_observer_impl.h',
+ 'child/quota_dispatcher.cc',
+ 'child/quota_dispatcher.h',
+ 'child/resource_dispatcher.cc',
+ 'child/resource_dispatcher.h',
+ 'child/socket_stream_dispatcher.cc',
+ 'child/socket_stream_dispatcher.h',
+ 'child/thread_safe_sender.cc',
+ 'child/thread_safe_sender.h',
'child/webblobregistry_impl.cc',
'child/webblobregistry_impl.h',
+ 'child/web_database_observer_impl.cc',
+ 'child/web_database_observer_impl.h',
+ 'child/webkitplatformsupport_impl.cc',
+ 'child/webkitplatformsupport_impl.h',
+ 'child/webmessageportchannel_impl.cc',
+ 'child/webmessageportchannel_impl.h',
],
'conditions': [
['OS=="ios"', {
« no previous file with comments | « content/common/webmessageportchannel_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698