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

Side by Side Diff: content/renderer/dom_storage/DEPS

Issue 1814003002: Implement the renderer side of the mojo based local storage implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 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 unified diff | Download patch
« no previous file with comments | « content/common/leveldb_wrapper.mojom ('k') | content/renderer/dom_storage/local_storage_area.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 'local_storage\.*': [ 2 'local_storage\.*': [
3 "-content/renderer", 3 "-content/renderer",
4 "+components/leveldb/public/interfaces", 4 "+components/leveldb/public/interfaces",
5 "+content/common/dom_storage/dom_storage_map.h",
5 "+content/renderer/dom_storage/local_storage_cached_area.h", 6 "+content/renderer/dom_storage/local_storage_cached_area.h",
6 "+content/renderer/dom_storage/local_storage_cached_areas.h", 7 "+content/renderer/dom_storage/local_storage_cached_areas.h",
7 "+content/renderer/dom_storage/local_storage_area.h", 8 "+content/renderer/dom_storage/local_storage_area.h",
8 "+content/renderer/dom_storage/local_storage_namespace.h", 9 "+content/renderer/dom_storage/local_storage_namespace.h",
9 ], 10 ],
10 } 11 }
OLDNEW
« no previous file with comments | « content/common/leveldb_wrapper.mojom ('k') | content/renderer/dom_storage/local_storage_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698