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

Unified Diff: content/content_browser.gypi

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
===================================================================
--- content/content_browser.gypi (revision 127221)
+++ content/content_browser.gypi (working copy)
@@ -227,8 +227,12 @@
'browser/device_orientation/provider.h',
'browser/device_orientation/provider_impl.cc',
'browser/device_orientation/provider_impl.h',
+ 'browser/dom_storage/dom_storage_context_impl_new.cc',
+ 'browser/dom_storage/dom_storage_context_impl_new.h',
'browser/dom_storage/dom_storage_message_filter_new.cc',
'browser/dom_storage/dom_storage_message_filter_new.h',
+ 'browser/dom_storage/session_storage_namespace_impl_new.cc',
+ 'browser/dom_storage/session_storage_namespace_impl_new.h',
'browser/download/base_file.cc',
'browser/download/base_file.h',
'browser/download/download_buffer.cc',

Powered by Google App Engine
This is Rietveld 408576698