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

Unified Diff: content/renderer/dom_storage/DEPS

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_renderer.gypi ('k') | content/renderer/dom_storage/local_storage_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/dom_storage/DEPS
diff --git a/content/renderer/dom_storage/DEPS b/content/renderer/dom_storage/DEPS
index 4e583a9f309e0f87a2562bec3f5af5bfec4fb0d3..b6cda12bf938bc3f50341c7b0c7d55d510f7e9d1 100644
--- a/content/renderer/dom_storage/DEPS
+++ b/content/renderer/dom_storage/DEPS
@@ -2,6 +2,8 @@ specific_include_rules = {
'local_storage\.*': [
"-content/renderer",
"+components/leveldb/public/interfaces",
+ "+content/renderer/dom_storage/local_storage_cached_area.h",
+ "+content/renderer/dom_storage/local_storage_cached_areas.h",
"+content/renderer/dom_storage/local_storage_area.h",
"+content/renderer/dom_storage/local_storage_namespace.h",
],
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/dom_storage/local_storage_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698