diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index be7658d..fccec1e 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_manager.h', + 'glue/plugins/gtk_plugin_container_manager.cc', 'glue/plugins/plugin_constants_win.h', 'glue/plugins/plugin_host.cc', 'glue/plugins/plugin_host.h', @@ -4659,7 +4661,7 @@ ], }, { # else: OS!="linux" 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'], - ['exclude', r'gtk_plugin_container\.(cc|h)']], + ['exclude', r'/gtk_']], }], ['OS!="mac"', { 'sources/': [['exclude', '_mac\\.(cc|mm)$']] |