| Index: trunk/src/content/content_child.gypi
|
| ===================================================================
|
| --- trunk/src/content/content_child.gypi (revision 212931)
|
| +++ trunk/src/content/content_child.gypi (working copy)
|
| @@ -16,6 +16,7 @@
|
| '../base/base.gyp:base',
|
| ],
|
| 'sources': [
|
| + 'public/child/image_decoder_utils.h',
|
| 'child/android/child_jni_registrar.cc',
|
| 'child/android/child_jni_registrar.h',
|
| 'child/appcache_backend_proxy.cc',
|
| @@ -46,10 +47,10 @@
|
| 'child/image_decoder.h',
|
| 'child/indexed_db/indexed_db_dispatcher.cc',
|
| 'child/indexed_db/indexed_db_dispatcher.h',
|
| - 'child/indexed_db/indexed_db_key_builders.cc',
|
| - 'child/indexed_db/indexed_db_key_builders.h',
|
| 'child/indexed_db/indexed_db_message_filter.cc',
|
| 'child/indexed_db/indexed_db_message_filter.h',
|
| + 'child/indexed_db/indexed_db_key_builders.cc',
|
| + 'child/indexed_db/indexed_db_key_builders.h',
|
| 'child/indexed_db/proxy_webidbcursor_impl.cc',
|
| 'child/indexed_db/proxy_webidbcursor_impl.h',
|
| 'child/indexed_db/proxy_webidbdatabase_impl.cc',
|
| @@ -61,12 +62,12 @@
|
| 'child/npapi/npobject_base.h',
|
| 'child/npapi/npobject_proxy.cc',
|
| 'child/npapi/npobject_proxy.h',
|
| + 'child/npapi/npruntime_util.cc',
|
| + 'child/npapi/npruntime_util.h',
|
| 'child/npapi/npobject_stub.cc',
|
| 'child/npapi/npobject_stub.h',
|
| 'child/npapi/npobject_util.cc',
|
| 'child/npapi/npobject_util.h',
|
| - 'child/npapi/npruntime_util.cc',
|
| - 'child/npapi/npruntime_util.h',
|
| 'child/npapi/plugin_host.cc',
|
| 'child/npapi/plugin_host.h',
|
| 'child/npapi/plugin_instance.cc',
|
| @@ -113,16 +114,14 @@
|
| 'child/socket_stream_dispatcher.h',
|
| 'child/thread_safe_sender.cc',
|
| 'child/thread_safe_sender.h',
|
| - 'child/web_database_observer_impl.cc',
|
| - 'child/web_database_observer_impl.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',
|
| - 'public/child/image_decoder_utils.h',
|
| - 'public/child/resource_dispatcher_delegate.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
|
|