summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:13:09 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:13:09 +0000
commitd49af7fb105915e2298b9d9c4de11d02022ded3d (patch)
tree815c3510ed095c94e00827bc998c391d1f841768 /webkit/build/V8Bindings
parent0f55d5c67c4b80b85aa56313dc09fc1b99518692 (diff)
downloadchromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.zip
chromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.tar.gz
chromium_src-d49af7fb105915e2298b9d9c4de11d02022ded3d.tar.bz2
Enable building worker and use command line switch to turn on this feature.
Review URL: http://codereview.chromium.org/41029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rwxr-xr-xwebkit/build/V8Bindings/build-generated-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/build/V8Bindings/build-generated-files.sh b/webkit/build/V8Bindings/build-generated-files.sh
index f3e41f3..46a3dc0 100755
--- a/webkit/build/V8Bindings/build-generated-files.sh
+++ b/webkit/build/V8Bindings/build-generated-files.sh
@@ -43,7 +43,7 @@ export ENCODINGS_PREFIX=""
# To see what FEATURE_DEFINES Apple uses, look at:
# webkit/third_party/WebCore/Configurations/WebCore.xcconfig
-export FEATURE_DEFINES="ENABLE_VIDEO ENABLE_SVG ENABLE_SVG_ANIMATION ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_XPATH ENABLE_XSLT"
+export FEATURE_DEFINES="ENABLE_WORKERS ENABLE_VIDEO ENABLE_SVG ENABLE_SVG_ANIMATION ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_XPATH ENABLE_XSLT"
# Adjust the number of jobs spawned according to the CPU count.
if [ -z "$NUMBER_OF_PROCESSORS" ]; then