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

Unified Diff: components/certificate_transparency/DEPS

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised design, addressed some comments Created 5 years, 6 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/certificate_transparency/DEPS
diff --git a/components/packed_ct_ev_whitelist/DEPS b/components/certificate_transparency/DEPS
similarity index 51%
copy from components/packed_ct_ev_whitelist/DEPS
copy to components/certificate_transparency/DEPS
index 1bea96d04e631b9cc09c2cd2de234cb2ee6526a5..c7ed0338fe813719a198ef534923d4b5bbb7ad9f 100644
--- a/components/packed_ct_ev_whitelist/DEPS
+++ b/components/certificate_transparency/DEPS
@@ -1,6 +1,8 @@
include_rules = [
"+base",
+ "+components/safe_json_parser",
"+content/public/browser",
+ "+net/base",
"+net/cert",
- "+net/ssl",
+ "+net/url_request",
]

Powered by Google App Engine
This is Rietveld 408576698