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

Unified Diff: content/content_common.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3e5a8a63f4723175ad0fada46c104b41a292a338..400145a338cbc8374a0c3ec059c390cf29e599d0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -119,6 +119,8 @@
'common/android/surface_texture_peer.cc',
'common/android/surface_texture_peer.h',
'common/appcache_messages.h',
+ 'common/blink_glue.cc',
+ 'common/blink_glue.h',
'common/browser_plugin/browser_plugin_constants.cc',
'common/browser_plugin/browser_plugin_constants.h',
'common/browser_plugin/browser_plugin_messages.h',
@@ -378,6 +380,8 @@
'common/set_process_title.h',
'common/set_process_title_linux.cc',
'common/set_process_title_linux.h',
+ 'common/simple_webmimeregistry_impl.cc',
+ 'common/simple_webmimeregistry_impl.h',
'common/socket_stream.h',
'common/socket_stream_handle_data.cc',
'common/socket_stream_handle_data.h',
@@ -391,8 +395,10 @@
'common/url_schemes.cc',
'common/url_schemes.h',
'common/utility_messages.h',
- 'common/view_messages.h',
'common/view_message_enums.h',
+ 'common/view_messages.h',
+ 'common/webfileutilities_impl.cc',
+ 'common/webfileutilities_impl.h',
'common/webplugin_geometry.cc',
'common/webplugin_geometry.h',
'common/websocket.cc',

Powered by Google App Engine
This is Rietveld 408576698