Chromium Code Reviews| 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, }, |