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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net/base", 2 "+net/base",
3 "+net/cert",
4 "+net/http",
3 "+net/socket", 5 "+net/socket",
6 "+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.
4 "+third_party/WebKit/public/platform/WebGestureDevice.h", 7 "+third_party/WebKit/public/platform/WebGestureDevice.h",
5 "+third_party/WebKit/public/web/WebInputEvent.h", 8 "+third_party/WebKit/public/web/WebInputEvent.h",
6 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698