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

Unified Diff: webkit/dom_storage/webkit_dom_storage.gypi

Issue 10383123: Switch to using the async DomStorage IPC messages and add a caching layer … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: webkit/dom_storage/webkit_dom_storage.gypi
===================================================================
--- webkit/dom_storage/webkit_dom_storage.gypi (revision 138129)
+++ webkit/dom_storage/webkit_dom_storage.gypi (working copy)
@@ -18,6 +18,8 @@
'sources': [
'dom_storage_area.cc',
'dom_storage_area.h',
+ 'dom_storage_cached_area.h',
+ 'dom_storage_cached_area.cc',
'dom_storage_context.cc',
'dom_storage_context.h',
'dom_storage_database.cc',
@@ -28,6 +30,7 @@
'dom_storage_map.h',
'dom_storage_namespace.cc',
'dom_storage_namespace.h',
+ 'dom_storage_proxy.h',
'dom_storage_session.cc',
'dom_storage_session.h',
'dom_storage_task_runner.cc',
« webkit/dom_storage/dom_storage_types.h ('K') | « webkit/dom_storage/dom_storage_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698