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

Side by Side Diff: blimp/client/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 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-cc/blink", 4 "-cc/blink",
5 "-chrome" 5 "-chrome"
6 "-content", 6 "-content",
7 "+gpu", 7 "+gpu",
8 "+jni", 8 "+jni",
9 "+net", 9 "+net",
10 "+net/base",
11 "+net/cert",
Ryan Sleevi 2016/02/23 00:49:44 Not needed given line 9
Kevin M 2016/02/23 01:58:25 Done.
10 "+skia", 12 "+skia",
11 "+third_party/libwebp", 13 "+third_party/libwebp",
12 "+third_party/skia", 14 "+third_party/skia",
13 "+third_party/WebKit/public/web/WebInputEvent.h", 15 "+third_party/WebKit/public/web/WebInputEvent.h",
14 "+ui/events", 16 "+ui/events",
15 "+ui/events/android", 17 "+ui/events/android",
16 "+ui/events/blink", 18 "+ui/events/blink",
17 "+ui/events/gesture_detection", 19 "+ui/events/gesture_detection",
18 "+ui/events/gestures/blink", 20 "+ui/events/gestures/blink",
19 "+ui/gfx", 21 "+ui/gfx",
20 "+ui/gl", 22 "+ui/gl",
21 "+ui/platform_window", 23 "+ui/platform_window",
22 "+url", 24 "+url",
23 25
24 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 26 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
25 "!ui/android", 27 "!ui/android",
26 ] 28 ]
OLDNEW
« no previous file with comments | « no previous file | blimp/client/app/blimp_client_switches.h » ('j') | blimp/client/session/assignment_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698