| Index: content/content_child.gypi
|
| diff --git a/content/content_child.gypi b/content/content_child.gypi
|
| index 45d9fe80a9bcedb25c26159c61559a6b58a3b1a3..bb8546da33a3d775bd5690f83f0cf7661cb974ec 100644
|
| --- a/content/content_child.gypi
|
| +++ b/content/content_child.gypi
|
| @@ -29,8 +29,6 @@
|
| 'child/appcache/web_application_cache_host_impl.h',
|
| 'child/blink_glue.cc',
|
| 'child/blink_glue.h',
|
| - 'child/blink_platform_impl.cc',
|
| - 'child/blink_platform_impl.h',
|
| 'child/browser_font_resource_trusted.cc',
|
| 'child/browser_font_resource_trusted.h',
|
| 'child/child_histogram_message_filter.cc',
|
| @@ -157,16 +155,8 @@
|
| 'child/web_database_observer_impl.h',
|
| 'child/web_discardable_memory_impl.cc',
|
| 'child/web_discardable_memory_impl.h',
|
| - 'child/web_socket_stream_handle_bridge.h',
|
| - 'child/web_socket_stream_handle_delegate.h',
|
| - 'child/web_socket_stream_handle_impl.cc',
|
| - 'child/web_socket_stream_handle_impl.h',
|
| - 'child/web_url_loader_impl.cc',
|
| - 'child/web_url_loader_impl.h',
|
| 'child/webblobregistry_impl.cc',
|
| 'child/webblobregistry_impl.h',
|
| - 'child/webfallbackthemeengine_impl.cc',
|
| - 'child/webfallbackthemeengine_impl.h',
|
| 'child/webfileutilities_impl.cc',
|
| 'child/webfileutilities_impl.h',
|
| 'child/webkitplatformsupport_child_impl.cc',
|
| @@ -179,6 +169,8 @@
|
| 'child/websocket_bridge.h',
|
| 'child/websocket_dispatcher.cc',
|
| 'child/websocket_dispatcher.h',
|
| + 'child/webfallbackthemeengine_impl.cc',
|
| + 'child/webfallbackthemeengine_impl.h',
|
| 'child/webthemeengine_impl_android.cc',
|
| 'child/webthemeengine_impl_android.h',
|
| 'child/webthemeengine_impl_default.cc',
|
| @@ -229,7 +221,6 @@
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/common/webkit_common.gyp:webkit_common',
|
| - '../webkit/webkit_resources.gyp:webkit_resources',
|
| ],
|
| }],
|
| ['use_aura==1', {
|
|
|