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

Unified Diff: webkit/dom_storage/webkit_dom_storage.gypi

Issue 10556009: DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 8 years, 6 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/dom_storage/session_storage_database_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/webkit_dom_storage.gypi
diff --git a/webkit/dom_storage/webkit_dom_storage.gypi b/webkit/dom_storage/webkit_dom_storage.gypi
index 525617d5039586fc14e8ed7879465e669727cfb7..22ec71184e70a25076acffc8b7c59bcd174b9f26 100644
--- a/webkit/dom_storage/webkit_dom_storage.gypi
+++ b/webkit/dom_storage/webkit_dom_storage.gypi
@@ -24,6 +24,7 @@
'dom_storage_context.h',
'dom_storage_database.cc',
'dom_storage_database.h',
+ 'dom_storage_database_adapter.h',
'dom_storage_host.cc',
'dom_storage_host.h',
'dom_storage_map.cc',
@@ -36,8 +37,12 @@
'dom_storage_task_runner.cc',
'dom_storage_task_runner.h',
'dom_storage_types.h',
+ 'local_storage_database_adapter.cc',
+ 'local_storage_database_adapter.h',
'session_storage_database.cc',
- 'session_storage_database.h'
+ 'session_storage_database.h',
+ 'session_storage_database_adapter.cc',
+ 'session_storage_database_adapter.h',
],
'conditions': [
['inside_chromium_build==0', {
« no previous file with comments | « webkit/dom_storage/session_storage_database_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698