From ecc737599bb0c64a07c2170e2c23bdc7da3a717e Mon Sep 17 00:00:00 2001 From: "dimich@google.com" Date: Tue, 17 Mar 2009 22:48:12 +0000 Subject: Remove exclusion on worker files on Mac and Linux since they are not platform-specific. The Worker feature is still not enabled (ENABLE_WORKERS=0) Review URL: http://codereview.chromium.org/48101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11926 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 7 +------ 1 file changed, 1 insertion(+), 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', ], -- cgit v1.1