diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 22:00:12 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 22:00:12 +0000 |
commit | 6d480108b246d22f4a8e4d7895730526f814117e (patch) | |
tree | cae8a91fcd7e613244e53c9c5f52356c9f228790 | |
parent | 57247c513995a56145c12bc188636a16cde073dd (diff) | |
download | chromium_src-6d480108b246d22f4a8e4d7895730526f814117e.zip chromium_src-6d480108b246d22f4a8e4d7895730526f814117e.tar.gz chromium_src-6d480108b246d22f4a8e4d7895730526f814117e.tar.bz2 |
Clean up the WebKit.gyp file's exclusions of DOM Storage stuff.
This adds one exclusion so that I can fix the file list upstream. Then I'll get rid of a bunch of unnecessary exceptions in this file.
TEST=none
BUG=16254
Review URL: http://codereview.chromium.org/149699
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20793 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/webkit.gyp | 4 |
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', |