summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/webkit.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index f62281c..32d1433 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -671,8 +671,10 @@
# A few things can't be excluded by patterns. List them individually.
- # Do not build StorageArea for Chromium. We have our own implementation.
+ # Do not build StorageArea or StorageNamespace for Chromium. We (will)
+ # have our own implementation.
'../third_party/WebKit/WebCore/storage/StorageArea.cpp',
+ '../third_party/WebKit/WebCore/storage/StorageNamespace.cpp',
# ENABLE_SHARED_WORKES only.
'../third_party/WebKit/WebCore/workers/AbstractWorker.idl',