summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 19:51:45 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 19:51:45 +0000
commitb94c30ecc12799ad4f89897cb8333b5285f2918a (patch)
tree92fd0243537d0c1104ee39ff37b812029f39c12b /webkit/webkit.gyp
parent1d5ac66b45c8e625fb4ec382d4e38e5357fdb257 (diff)
downloadchromium_src-b94c30ecc12799ad4f89897cb8333b5285f2918a.zip
chromium_src-b94c30ecc12799ad4f89897cb8333b5285f2918a.tar.gz
chromium_src-b94c30ecc12799ad4f89897cb8333b5285f2918a.tar.bz2
Another stab at the Chromium side of storage events. The WebKit side can be found here: https://bugs.webkit.org/show_bug.cgi?id=29655
TEST=Manually inspected that storage events fired. Will turn on more layout tests in a subsequent patch. BUG=19972 Review URL: http://codereview.chromium.org/223013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index a2b8622..db8a9eb 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -107,6 +107,7 @@
'api/public/WebSettings.h',
'api/public/WebSize.h',
'api/public/WebStorageArea.h',
+ 'api/public/WebStorageEventDispatcher.h',
'api/public/WebStorageNamespace.h',
'api/public/WebString.h',
'api/public/WebTextAffinity.h',
@@ -150,6 +151,8 @@
'api/src/StorageAreaProxy.cpp',
'api/src/StorageAreaProxy.h',
'api/src/StorageEventDispatcherChromium.cpp',
+ 'api/src/StorageEventDispatcherImpl.cpp',
+ 'api/src/StorageEventDispatcherImpl.h',
'api/src/StorageNamespaceProxy.cpp',
'api/src/StorageNamespaceProxy.h',
'api/src/TemporaryGlue.h',
@@ -187,6 +190,8 @@
'api/src/WebSettingsImpl.h',
'api/src/WebStorageAreaImpl.cpp',
'api/src/WebStorageAreaImpl.h',
+ 'api/src/WebStorageEventDispatcherImpl.cpp',
+ 'api/src/WebStorageEventDispatcherImpl.h',
'api/src/WebStorageNamespaceImpl.cpp',
'api/src/WebStorageNamespaceImpl.h',
'api/src/WebString.cpp',