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

Unified Diff: webkit/webkit.gyp

Issue 146078: linux: OOP windowed plugins (Closed)
Patch Set: new version Created 11 years, 5 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/tools/test_shell/webview_host_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index be7658d36895737996dc9e9f13bee527d4a20dd0..0d46cf61f2635a3afbc55dacc0e73ceb7f2b23fd 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4469,6 +4469,8 @@
'glue/plugins/nphostapi.h',
'glue/plugins/gtk_plugin_container.h',
'glue/plugins/gtk_plugin_container.cc',
+ 'glue/plugins/gtk_plugin_container_host.h',
+ 'glue/plugins/gtk_plugin_container_host.cc',
'glue/plugins/plugin_constants_win.h',
'glue/plugins/plugin_host.cc',
'glue/plugins/plugin_host.h',
@@ -4659,7 +4661,8 @@
],
}, { # else: OS!="linux"
'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'],
- ['exclude', r'gtk_plugin_container\.(cc|h)']],
+ ['exclude', r'gtk_plugin_container\.(cc|h)'],
+ ['exclude', r'gtk_plugin_container_host\.(cc|h)']],
}],
['OS!="mac"', {
'sources/': [['exclude', '_mac\\.(cc|mm)$']]
« no previous file with comments | « webkit/tools/test_shell/webview_host_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698