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

Unified Diff: webkit/webkit.gyp

Issue 149716: Add the WebKit API for DOM Storage. This is used to re-enter WebKit. A late... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/api/src/WebStorageNamespaceImpl.cpp ('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 20793)
+++ webkit/webkit.gyp (working copy)
@@ -1030,6 +1030,8 @@
'api/public/WebScreenInfo.h',
'api/public/WebScriptSource.h',
'api/public/WebSize.h',
+ 'api/public/WebStorageArea.h',
+ 'api/public/WebStorageNamespace.h',
'api/public/WebString.h',
'api/public/WebURL.h',
'api/public/WebURLError.h',
@@ -1070,6 +1072,10 @@
'api/src/WebMediaPlayerClientImpl.h',
'api/src/WebPluginListBuilderImpl.cpp',
'api/src/WebPluginListBuilderImpl.h',
+ 'api/src/WebStorageAreaImpl.cpp',
+ 'api/src/WebStorageAreaImpl.h',
+ 'api/src/WebStorageNamespaceImpl.cpp',
+ 'api/src/WebStorageNamespaceImpl.h',
'api/src/WebString.cpp',
'api/src/WebURL.cpp',
'api/src/WebURLRequest.cpp',
« no previous file with comments | « webkit/api/src/WebStorageNamespaceImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698