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

Side by Side 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, 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/content_renderer.gypi ('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/renderer/dom_storage/local_storage_cached_area.h",
6 "+content/renderer/dom_storage/local_storage_cached_areas.h",
5 "+content/renderer/dom_storage/local_storage_area.h", 7 "+content/renderer/dom_storage/local_storage_area.h",
6 "+content/renderer/dom_storage/local_storage_namespace.h", 8 "+content/renderer/dom_storage/local_storage_namespace.h",
7 ], 9 ],
8 } 10 }
OLDNEW
« 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