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

Unified Diff: extensions/browser/api/web_request/DEPS

Issue 2156763003: Extend the webRequest.onCompleted event details object with TLS/SSL information Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Consistently use key constants for dict fields and simplify validation error reporting 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: extensions/browser/api/web_request/DEPS
diff --git a/extensions/browser/api/web_request/DEPS b/extensions/browser/api/web_request/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..20d2ddb950a4f79bb24eb3e2c7d31fbb6f5c687d
--- /dev/null
+++ b/extensions/browser/api/web_request/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/boringssl"
+]

Powered by Google App Engine
This is Rietveld 408576698