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

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: Flattened components/cert_database folders. 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
« no previous file with comments | « components/cert_database.gypi ('k') | components/cert_database/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cert_database/DEPS
diff --git a/components/google/core/browser/DEPS b/components/cert_database/DEPS
similarity index 50%
copy from components/google/core/browser/DEPS
copy to components/cert_database/DEPS
index 91670bd90cd1c067942f7ab2934e49d417e07b13..8784a314cf993ae186de0b68a4cbb25b9fcb4985 100644
--- a/components/google/core/browser/DEPS
+++ b/components/cert_database/DEPS
@@ -1,4 +1,7 @@
include_rules = [
- "+components/infobars/core",
+ "+base",
+ "+chromeos/dbus",
"+components/keyed_service/core",
+ "+crypto",
+ "+net",
]
« no previous file with comments | « components/cert_database.gypi ('k') | components/cert_database/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698