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

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: 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3e5a8a63f4723175ad0fada46c104b41a292a338..a3b5d58657b36262525972f6b5d8ca72963995ce 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',
@@ -391,8 +393,8 @@
'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/webplugin_geometry.cc',
'common/webplugin_geometry.h',
'common/websocket.cc',

Powered by Google App Engine
This is Rietveld 408576698