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

Unified Diff: content/browser/DEPS

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge tot 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 650dbd4e9549f128d8c1d7dec7a598de6cf5405a..cac7295e90ac3d793dea3c1f7dca953728270b76 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -1,7 +1,8 @@
include_rules = [
# Allow inclusion of specific components that we depend on. We may only
# depend on components which we share with the mojo html_viewer.
- "+components/leveldb/public/interfaces",
+ "+components/filesystem",
+ "+components/leveldb",
"+components/mime_util",
"+components/mus/public/interfaces",
"+components/mus/public",

Powered by Google App Engine
This is Rietveld 408576698