diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index ca39378..5474da2 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -18,7 +18,7 @@ 'ENABLE_SVG_USE=1', 'ENABLE_SVG_FOREIGN_OBJECT=1', 'ENABLE_SVG_FONTS=1', - 'ENABLE_WORKERS=0', + 'ENABLE_WORKERS=1', ], 'non_feature_defines': [ 'BUILDING_CHROMIUM__=1', @@ -4444,11 +4444,6 @@ 'glue/plugins/webplugin_delegate_impl.cc', 'glue/glue_accessibility.cc', 'glue/webdropdata.cc', - 'glue/webworker.h', - 'glue/webworker_impl.cc', - 'glue/webworker_impl.h', - 'glue/webworkerclient_impl.cc', - 'glue/webworkerclient_impl.h', 'pending/AccessibleBase.cpp', 'pending/AccessibleDocument.cpp', ], |