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

Unified Diff: components/cert_database/DEPS

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 1 month 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: components/cert_database/DEPS
diff --git a/components/favicon/DEPS b/components/cert_database/DEPS
similarity index 43%
copy from components/favicon/DEPS
copy to components/cert_database/DEPS
index 9b38a851c945b7be7a2142243b5a81ba3a2451bc..f59e75fa68467a1d3ffad84ef8742de05b32680e 100644
--- a/components/favicon/DEPS
+++ b/components/cert_database/DEPS
@@ -1,5 +1,7 @@
include_rules = [
- "+components/favicon_base",
+ "+base",
+ "+components/cert_database/public",
"+components/keyed_service/core",
- "+ui/gfx/geometry",
+ "+net",
+ "+crypto",
]

Powered by Google App Engine
This is Rietveld 408576698