diff options
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 9021f5f..2ed0f13 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -14,7 +14,11 @@ '..', ], 'sources': [ + 'common/child_process.cc', + 'common/child_process.h', 'common/child_process_messages.h', + 'common/child_thread.cc', + 'common/child_thread.h', 'common/common_param_traits.cc', 'common/common_param_traits.h', 'common/content_message_generator.cc', @@ -23,6 +27,14 @@ 'common/content_constants.h', 'common/content_switches.cc', 'common/content_switches.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/message_router.cc', 'common/message_router.h', @@ -45,6 +57,8 @@ 'common/resource_response.cc', 'common/resource_response.h', 'common/socket_stream.h', + 'common/socket_stream_dispatcher.cc', + 'common/socket_stream_dispatcher.h', 'common/socket_stream_messages.h', ], 'conditions': [ |