Chromium Code Reviews| Index: webkit/glue/webkit_glue.gypi |
| diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi |
| index 804453ee100e20df827b5a1a59e952170e101fa4..7a48d6f1d3afecb58fdfa710597992dc90dc1eda 100644 |
| --- a/webkit/glue/webkit_glue.gypi |
| +++ b/webkit/glue/webkit_glue.gypi |
| @@ -147,6 +147,41 @@ |
| }, |
| { |
| + 'target_name': 'glue_renderer', |
| + 'type': '<(component)', |
| + 'variables': { 'enable_wexit_time_destructors': 1, }, |
| + 'defines': [ |
| + 'WEBKIT_EXTENSIONS_IMPLEMENTATION', |
| + 'WEBKIT_GLUE_IMPLEMENTATION', |
| + ], |
| + 'dependencies': [ |
| + '<(DEPTH)/base/base.gyp:base_i18n', |
| + '<(DEPTH)/base/base.gyp:base', |
| + '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| + '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| + '<(DEPTH)/net/net.gyp:net', |
| + '<(DEPTH)/skia/skia.gyp:skia', |
| + '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| + '<(DEPTH)/ui/ui.gyp:ui', |
| + '<(DEPTH)/ui/ui.gyp:ui_resources', |
|
jamesr
2013/05/29 23:42:44
i don't think the cpp_binding stuff needs ui, skia
|
| + 'glue_common', |
| + ], |
| + |
| + 'include_dirs': [ |
| + '<(INTERMEDIATE_DIR)', |
| + '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| + '<(SHARED_INTERMEDIATE_DIR)/ui', |
|
jamesr
2013/05/29 23:42:44
do you need this for any files in here?
|
| + ], |
| + |
| + 'sources': [ |
| + '../renderer/cpp_bound_class.cc', |
| + '../renderer/cpp_bound_class.h', |
| + '../renderer/cpp_variant.cc', |
| + '../renderer/cpp_variant.h', |
| + ], |
| + }, |
| + |
| + { |
| 'target_name': 'glue', |
| 'type': '<(component)', |
| 'variables': { 'enable_wexit_time_destructors': 1, }, |
| @@ -190,10 +225,6 @@ |
| '<(SHARED_INTERMEDIATE_DIR)/ui', |
| ], |
| 'sources': [ |
| - 'cpp_bound_class.cc', |
| - 'cpp_bound_class.h', |
| - 'cpp_variant.cc', |
| - 'cpp_variant.h', |
| 'cursor_utils.cc', |
| 'cursor_utils.h', |
| 'fling_curve_configuration.cc', |