Index: content/content_common_child.gypi |
diff --git a/content/content_common_child.gypi b/content/content_common_child.gypi |
index 6461a99368f1339811ffa6348c7936c52864210d..9be5db4c9ba54a30f6c47a8316ebc7decef6e1c7 100644 |
--- a/content/content_common_child.gypi |
+++ b/content/content_common_child.gypi |
@@ -16,40 +16,40 @@ |
'../base/base.gyp:base', |
], |
'sources': [ |
- 'common_child/fileapi/webfilesystem_callback_adapters.cc', |
- 'common_child/fileapi/webfilesystem_callback_adapters.h', |
- 'common_child/fileapi/webfilesystem_impl.cc', |
- 'common_child/fileapi/webfilesystem_impl.h', |
- 'common_child/fileapi/webfilewriter_impl.cc', |
- 'common_child/fileapi/webfilewriter_impl.h', |
- 'common_child/indexed_db/indexed_db_dispatcher.cc', |
- 'common_child/indexed_db/indexed_db_dispatcher.h', |
- 'common_child/indexed_db/indexed_db_message_filter.cc', |
- 'common_child/indexed_db/indexed_db_message_filter.h', |
- 'common_child/indexed_db/proxy_webidbcursor_impl.cc', |
- 'common_child/indexed_db/proxy_webidbcursor_impl.h', |
- 'common_child/indexed_db/proxy_webidbdatabase_impl.cc', |
- 'common_child/indexed_db/proxy_webidbdatabase_impl.h', |
- 'common_child/indexed_db/proxy_webidbfactory_impl.cc', |
- 'common_child/indexed_db/proxy_webidbfactory_impl.h', |
- 'common_child/np_channel_base.cc', |
- 'common_child/np_channel_base.h', |
- 'common_child/npobject_base.h', |
- 'common_child/npobject_proxy.cc', |
- 'common_child/npobject_proxy.h', |
- 'common_child/npobject_stub.cc', |
- 'common_child/npobject_stub.h', |
- 'common_child/npobject_util.cc', |
- 'common_child/npobject_util.h', |
- 'common_child/plugin_message_generator.cc', |
- 'common_child/plugin_message_generator.h', |
+ 'child/fileapi/webfilesystem_callback_adapters.cc', |
+ 'child/fileapi/webfilesystem_callback_adapters.h', |
+ 'child/fileapi/webfilesystem_impl.cc', |
+ 'child/fileapi/webfilesystem_impl.h', |
+ 'child/fileapi/webfilewriter_impl.cc', |
+ 'child/fileapi/webfilewriter_impl.h', |
+ 'child/indexed_db/indexed_db_dispatcher.cc', |
+ 'child/indexed_db/indexed_db_dispatcher.h', |
+ 'child/indexed_db/indexed_db_message_filter.cc', |
+ 'child/indexed_db/indexed_db_message_filter.h', |
+ 'child/indexed_db/proxy_webidbcursor_impl.cc', |
+ 'child/indexed_db/proxy_webidbcursor_impl.h', |
+ 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
+ 'child/indexed_db/proxy_webidbdatabase_impl.h', |
+ 'child/indexed_db/proxy_webidbfactory_impl.cc', |
+ 'child/indexed_db/proxy_webidbfactory_impl.h', |
+ 'child/np_channel_base.cc', |
+ 'child/np_channel_base.h', |
+ 'child/npobject_base.h', |
+ 'child/npobject_proxy.cc', |
+ 'child/npobject_proxy.h', |
+ 'child/npobject_stub.cc', |
+ 'child/npobject_stub.h', |
+ 'child/npobject_util.cc', |
+ 'child/npobject_util.h', |
+ 'child/plugin_message_generator.cc', |
+ 'child/plugin_message_generator.h', |
'common_child/plugin_messages.h', |
- 'common_child/plugin_param_traits.cc', |
- 'common_child/plugin_param_traits.h', |
- 'common_child/web_database_observer_impl.cc', |
- 'common_child/web_database_observer_impl.h', |
- 'common_child/webblobregistry_impl.cc', |
- 'common_child/webblobregistry_impl.h', |
+ 'child/plugin_param_traits.cc', |
+ 'child/plugin_param_traits.h', |
+ 'child/web_database_observer_impl.cc', |
+ 'child/web_database_observer_impl.h', |
+ 'child/webblobregistry_impl.cc', |
+ 'child/webblobregistry_impl.h', |
], |
'conditions': [ |
['OS=="ios"', { |