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

Unified Diff: components/certificate_transparency/DEPS

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with master Created 5 years, 5 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/certificate_transparency/DEPS b/components/certificate_transparency/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..87abc46fd46156116ce32c5a9700ec4508f87c6a
--- /dev/null
+++ b/components/certificate_transparency/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+base",
+ "+components/safe_json",
+ "+net/base",
+ "+net/cert",
+ "+net/test",
+ "+net/url_request",
davidben 2015/07/16 21:53:38 This can probably just be "+net" I expect. It does
Eran Messeri 2015/07/17 15:40:23 Done.
+]

Powered by Google App Engine
This is Rietveld 408576698