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

Unified Diff: components/gcm_driver/crypto/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/gcm_driver/crypto/DEPS
diff --git a/components/gcm_driver/crypto/DEPS b/components/gcm_driver/crypto/DEPS
index 697581f1a80a2bfa359d870027e6a8e0f34a544d..4060f526a56ba7044603db8ef31524c03d212487 100644
--- a/components/gcm_driver/crypto/DEPS
+++ b/components/gcm_driver/crypto/DEPS
@@ -3,4 +3,5 @@ include_rules = [
"+components/leveldb_proto",
"+crypto",
"+net/http",
+ "+third_party/boringssl/src/include",
]

Powered by Google App Engine
This is Rietveld 408576698