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

Unified Diff: webkit/dom_storage/webkit_dom_storage.gypi

Issue 9159020: Create a class to represent a DOM Storage Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Tidy up. Created 8 years, 10 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
diff --git a/webkit/dom_storage/webkit_dom_storage.gypi b/webkit/dom_storage/webkit_dom_storage.gypi
index 5c469cea1a5c0f4551e500d3e74d7161f93e8f13..65df55498728168f8c020539005ee1c4a80c4571 100644
--- a/webkit/dom_storage/webkit_dom_storage.gypi
+++ b/webkit/dom_storage/webkit_dom_storage.gypi
@@ -19,6 +19,8 @@
'dom_storage_area.h',
'dom_storage_context.cc',
'dom_storage_context.h',
+ 'dom_storage_database.cc',
+ 'dom_storage_database.h',
'dom_storage_host.cc',
'dom_storage_host.h',
'dom_storage_map.cc',

Powered by Google App Engine
This is Rietveld 408576698