summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 21:16:24 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 21:16:24 +0000
commitd7519fc7cbb59eef660f8d331d00df9a04878968 (patch)
tree555731eccc1a65d2e8802f20532ed6122bf15c0a /webkit/webkit.gyp
parent0ae1633ca664281c6a7c7a310731cdabcbc8bba9 (diff)
downloadchromium_src-d7519fc7cbb59eef660f8d331d00df9a04878968.zip
chromium_src-d7519fc7cbb59eef660f8d331d00df9a04878968.tar.gz
chromium_src-d7519fc7cbb59eef660f8d331d00df9a04878968.tar.bz2
Added stub implementation of SharedWorkerRepository.
Turn on ENABLE_SHARED_WORKERS by default, but disable the SharedWorker bindings so they are not available. This allows the SharedWorker code to get compiled in to fight against bit rot, but prevents applications from using this API yet. TEST=existing layout tests suffice Review URL: http://codereview.chromium.org/273019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 11409cb..85b9f29 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -176,6 +176,7 @@
'api/src/PlatformMessagePortChannel.cpp',
'api/src/PlatformMessagePortChannel.h',
'api/src/ResourceHandle.cpp',
+ 'api/src/SharedWorkerRepository.cpp',
'api/src/SocketStreamHandle.cpp',
'api/src/StorageAreaProxy.cpp',
'api/src/StorageAreaProxy.h',