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

Unified Diff: components/webcrypto/DEPS

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments 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/webcrypto/DEPS
diff --git a/components/webcrypto/DEPS b/components/webcrypto/DEPS
index 5cdc8e79e93e33666fad39a3d8acaaad29b9881b..5d9852bf42df53993171d527caf0e5be45753567 100644
--- a/components/webcrypto/DEPS
+++ b/components/webcrypto/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+crypto",
+ "+third_party/boringssl/src/include",
"+third_party/re2",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",

Powered by Google App Engine
This is Rietveld 408576698