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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 16370007: stub webkit/child/ and webkitplatformsupport_child_impl for transition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary dependencies Created 7 years, 6 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 | « webkit/child/webkitplatformsupport_child_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 31c211d3a3f3f9d4120821c001ccbd6115a9d102..863dc516b60722ee4d586b8ccb57537eb1a13a01 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -56,6 +56,26 @@
},
{
+ 'target_name': 'glue_child',
+ 'type': '<(component)',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'defines': [
+ 'WEBKIT_CHILD_IMPLEMENTATION',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+
+ # TODO(scottmg): crbug.com/237249
+ 'glue',
+ ],
+
+ 'sources': [
+ '../child/webkitplatformsupport_child_impl.cc',
+ '../child/webkitplatformsupport_child_impl.h',
+ ],
+ },
+
+ {
'target_name': 'glue_common',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « webkit/child/webkitplatformsupport_child_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698