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)$']] |