summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
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',