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

Unified Diff: components/certificate_reporting/DEPS

Issue 2457153003: Remove crypto/curve25519.h in favor of BoringSSL's. (Closed)
Patch Set: \ Created 4 years, 2 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 807855348da8a2397da07c18f1c91e5aef88b526..ad300a5fa0bcdfc005a4509929d35ca18651c9b0 100644
--- a/components/certificate_reporting/DEPS
+++ b/components/certificate_reporting/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+crypto",
- "+net"
+ "+net",
+ "+third_party/boringssl/src/include",
]
« no previous file with comments | « no previous file | components/certificate_reporting/error_reporter.cc » ('j') | net/quic/core/crypto/curve25519_key_exchange.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698