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

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: Created 5 years, 8 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..68885929bc433ba5ffcaa1cc99b938136a9d2cca
--- /dev/null
+++ b/components/certificate_transparency/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+base",
+ "+base/memory",
Ryan Sleevi 2015/04/24 10:42:06 Just +base is sufficient (it includes subdirectori
Eran Messeri 2015/06/18 15:18:40 Done.
+ "+net/base",
+ "+net/cert",
+ "+net/url_request",
Ryan Sleevi 2015/04/24 10:42:06 just +net is sufficient here for a component.
Eran Messeri 2015/06/18 15:18:40 Done.
+]

Powered by Google App Engine
This is Rietveld 408576698