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

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: DEPS 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 556466e0539393f0c0c24f2dbe1da2b285eb6833..4bfbe044ae616c1907ced90f943564f46d1a4527 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -137,6 +137,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 +151,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',

Powered by Google App Engine
This is Rietveld 408576698