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

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: fix test targets 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 ae6a0f6f0e16d515ccbf3fc1ccf163e944b9b1cc..d9e814af5b33916bf6e759d163f54d4e0c94fb26 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -147,6 +147,34 @@
},
{
+ '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)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ 'glue_common',
+ ],
+
+ 'include_dirs': [
+ '<(INTERMEDIATE_DIR)',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit',
+ ],
+
+ '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 +218,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