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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 15961005: move webkit/glue/cpp_* -> webkit/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renderer/ not child/ Created 7 years, 7 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/glue/cpp_variant_unittest.cc ('k') | webkit/renderer/cpp_binding_example.h » ('j') | 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 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',
« no previous file with comments | « webkit/glue/cpp_variant_unittest.cc ('k') | webkit/renderer/cpp_binding_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698