summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp7
1 files changed, 1 insertions, 6 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 6422e6a..e1401a9 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -263,10 +263,6 @@
'glue/plugins/gtk_plugin_container.cc',
'glue/plugins/gtk_plugin_container_manager.h',
'glue/plugins/gtk_plugin_container_manager.cc',
- 'glue/plugins/mac_gpu_plugin_container.h',
- 'glue/plugins/mac_gpu_plugin_container.cc',
- 'glue/plugins/mac_gpu_plugin_container_manager.h',
- 'glue/plugins/mac_gpu_plugin_container_manager.cc',
'glue/plugins/npapi_extension_thunk.cc',
'glue/plugins/npapi_extension_thunk.h',
'glue/plugins/plugin_constants_win.h',
@@ -420,8 +416,7 @@
['exclude', r'/gtk_']],
}],
['OS!="mac"', {
- 'sources/': [['exclude', '_mac\\.(cc|mm)$'],
- ['exclude', r'/mac_']],
+ 'sources/': [['exclude', '_mac\\.(cc|mm)$']],
}, { # else: OS=="mac"
'sources/': [['exclude', 'plugin_(lib|list)_posix\\.cc$']],
'link_settings': {