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

Unified Diff: components/certificate_reporting/DEPS

Issue 2457153003: Remove crypto/curve25519.h in favor of BoringSSL's. (Closed)
Patch Set: rebase Created 3 years, 11 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_reporting/DEPS
diff --git a/components/certificate_reporting/DEPS b/components/certificate_reporting/DEPS
index e864d38ae13b629171478eb5dbdb9f2a1f1478d0..bb3fb07d7e06e54285dcd25ba4c5a566e55b9984 100644
--- a/components/certificate_reporting/DEPS
+++ b/components/certificate_reporting/DEPS
@@ -2,5 +2,6 @@ include_rules = [
"+components/network_time",
"+components/prefs",
"+crypto",
- "+net"
+ "+net",
+ "+third_party/boringssl/src/include",
]

Powered by Google App Engine
This is Rietveld 408576698