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

Unified Diff: blimp/net/DEPS

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address remaining rsleevi feedback items Created 4 years, 10 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: blimp/net/DEPS
diff --git a/blimp/net/DEPS b/blimp/net/DEPS
index 9891086a4db92417801c63a31370b64d80a291da..6df1c46b1f350d9bacf1fb48250e51cd63a37c79 100644
--- a/blimp/net/DEPS
+++ b/blimp/net/DEPS
@@ -1,6 +1,9 @@
include_rules = [
"+net/base",
+ "+net/cert",
+ "+net/http",
"+net/socket",
+ "+net/ssl",
Ryan Sleevi 2016/02/23 00:49:45 At this point, does it just make sense to use +net
Kevin M 2016/02/23 01:58:26 Done.
"+third_party/WebKit/public/platform/WebGestureDevice.h",
"+third_party/WebKit/public/web/WebInputEvent.h",
]

Powered by Google App Engine
This is Rietveld 408576698