Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: content/content_child.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/webfileutilities_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 556466e0539393f0c0c24f2dbe1da2b285eb6833..fd8b223c34b5d2f5f2290527c6d04a9865ad0a9e 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -29,6 +29,8 @@
'child/appcache/appcache_frontend_impl.h',
'child/appcache/web_application_cache_host_impl.cc',
'child/appcache/web_application_cache_host_impl.h',
+ 'child/blink_glue.cc',
+ 'child/blink_glue.h',
'child/browser_font_resource_trusted.cc',
'child/browser_font_resource_trusted.h',
'child/child_histogram_message_filter.cc',
@@ -137,6 +139,8 @@
'child/service_worker/web_service_worker_impl.h',
'child/service_worker/web_service_worker_provider_impl.cc',
'child/service_worker/web_service_worker_provider_impl.h',
+ 'child/simple_webmimeregistry_impl.cc',
+ 'child/simple_webmimeregistry_impl.h',
'child/site_isolation_policy.cc',
'child/site_isolation_policy.h',
'child/socket_stream_dispatcher.cc',
@@ -149,10 +153,12 @@
'child/web_discardable_memory_impl.h',
'child/webblobregistry_impl.cc',
'child/webblobregistry_impl.h',
- 'child/webkitplatformsupport_impl.cc',
- 'child/webkitplatformsupport_impl.h',
+ 'child/webfileutilities_impl.cc',
+ 'child/webfileutilities_impl.h',
'child/webkitplatformsupport_child_impl.cc',
'child/webkitplatformsupport_child_impl.h',
+ 'child/webkitplatformsupport_impl.cc',
+ 'child/webkitplatformsupport_impl.h',
'child/webmessageportchannel_impl.cc',
'child/webmessageportchannel_impl.h',
'child/websocket_bridge.cc',
« no previous file with comments | « content/child/webfileutilities_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698