Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: webkit/webkit.gyp

Issue 258010: Reverting 27759. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 27849)
+++ webkit/webkit.gyp (working copy)
@@ -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',
@@ -151,6 +152,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',
@@ -188,6 +191,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',
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698