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

Unified Diff: content/content_browser.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: Created 8 years, 11 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index fc14b46db14c3d6091f636923878ab1fc0153bde..b263d3750984029492a0e3081e432dca7c1a05db 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -308,6 +308,10 @@
'browser/host_zoom_map.h',
'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
+
+ '../webkit/dom_storage/local_storage_database.cc',
michaeln 2012/01/24 00:18:16 we should create a new dom_storage library for thi
+
+
'browser/in_process_webkit/dom_storage_area.cc',
'browser/in_process_webkit/dom_storage_area.h',
'browser/in_process_webkit/dom_storage_context.cc',

Powered by Google App Engine
This is Rietveld 408576698