diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:48:12 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:48:12 +0000 |
commit | ecc737599bb0c64a07c2170e2c23bdc7da3a717e (patch) | |
tree | 6b04904382e21e52a0e4034543c957fb8f52104a | |
parent | b689fce776a394377fed51ae063942509a2988a1 (diff) | |
download | chromium_src-ecc737599bb0c64a07c2170e2c23bdc7da3a717e.zip chromium_src-ecc737599bb0c64a07c2170e2c23bdc7da3a717e.tar.gz chromium_src-ecc737599bb0c64a07c2170e2c23bdc7da3a717e.tar.bz2 |
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
-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', ], |