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

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: Added Linux implementation. Created 6 years, 3 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: components/cert_database/DEPS
diff --git a/components/suggestions/DEPS b/components/cert_database/DEPS
similarity index 45%
copy from components/suggestions/DEPS
copy to components/cert_database/DEPS
index e3304f39f0651de29633a6c3b08b1329c172eb43..f59e75fa68467a1d3ffad84ef8742de05b32680e 100644
--- a/components/suggestions/DEPS
+++ b/components/cert_database/DEPS
@@ -1,8 +1,7 @@
include_rules = [
+ "+base",
+ "+components/cert_database/public",
"+components/keyed_service/core",
- "+components/pref_registry",
- "+components/variations",
"+net",
- "+ui",
- "+url",
+ "+crypto",
]

Powered by Google App Engine
This is Rietveld 408576698