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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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/webkit_glue.h ('k') | webkit/glue/webkit_glue_export.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 951432e721586e6654fe7d2626e0e297be2bdbf5..b7097e0f694d9b14772f0a28e22c53d654d26a34 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -108,6 +108,11 @@
'target_name': 'glue',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
+ 'defines': [
+ 'WEBKIT_EXTENSIONS_IMPLEMENTATION',
+ 'WEBKIT_GLUE_IMPLEMENTATION',
+ 'WEBKIT_PLUGINS_IMPLEMENTATION',
+ ],
'dependencies': [
'<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/base.gyp:base_static',
@@ -322,6 +327,7 @@
'../plugins/ppapi/webkit_forwarding_impl.h',
'../plugins/sad_plugin.cc',
'../plugins/sad_plugin.h',
+ '../plugins/webkit_plugins_export.h',
'../plugins/webplugininfo.cc',
'../plugins/webplugininfo.h',
'../plugins/webview_plugin.cc',
@@ -399,6 +405,7 @@
'webkit_constants.h',
'webkit_glue.cc',
'webkit_glue.h',
+ 'webkit_glue_export.h',
'webkitplatformsupport_impl.cc',
'webkitplatformsupport_impl.h',
'webmenuitem.cc',
@@ -440,6 +447,7 @@
'../extensions/v8/playback_extension.h',
'../extensions/v8/profiler_extension.cc',
'../extensions/v8/profiler_extension.h',
+ '../extensions/webkit_extensions_export.h',
],
# When glue is a dependency, it needs to be a hard dependency.
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | webkit/glue/webkit_glue_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698