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

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: . 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..9aa27610811ad54c315279f3434ab63560387fda 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -56,6 +56,34 @@
},
{
+ 'target_name': 'glue_child',
+ 'type': '<(component)',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'defines': [
+ 'WEBKIT_CHILD_IMPLEMENTATION',
+ ],
+ 'dependencies': [
jamesr 2013/06/12 03:56:44 could we start minimal and add deps as we add thin
scottmg 2013/06/12 04:09:54 Done.
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:base_i18n',
+ '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
+ '<(DEPTH)/net/net.gyp:net',
+ '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
+ '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
+ 'glue_common',
+
+ # 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