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

Unified Diff: content/content_renderer.gypi

Issue 1745603002: Switch LevelDBWrapper::GetAll to use the new Mojo sync IPC mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment Created 4 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/dom_storage/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 4b6cf8de62f545bb6db58a62acbda562530adfac..11078c43a41ffed2fa2d611dd4a01ce5b5445aa6 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -186,6 +186,10 @@
'renderer/dom_storage/local_storage_namespace.h',
'renderer/dom_storage/local_storage_area.cc',
'renderer/dom_storage/local_storage_area.h',
+ 'renderer/dom_storage/local_storage_cached_area.cc',
+ 'renderer/dom_storage/local_storage_cached_area.h',
+ 'renderer/dom_storage/local_storage_cached_areas.cc',
+ 'renderer/dom_storage/local_storage_cached_areas.h',
'renderer/dom_storage/webstoragearea_impl.cc',
'renderer/dom_storage/webstoragearea_impl.h',
'renderer/dom_storage/webstoragenamespace_impl.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/dom_storage/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698