| 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"', {
|
|
|