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

Side by Side Diff: blimp/client/DEPS

Issue 2204223005: Blimp OAuth2 token retreival on application start up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build config. Created 4 years, 4 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 "+components/safe_json", 6 "+components/safe_json",
7 "+components/sync",
7 "+components/url_formatter", 8 "+components/url_formatter",
8 "+components/version_info", 9 "+components/version_info",
9 "-content", 10 "-content",
11 "+google_apis/gaia",
10 "+gpu", 12 "+gpu",
11 "+jni", 13 "+jni",
12 "+net", 14 "+net",
13 "+third_party/WebKit/public/web/WebInputEvent.h", 15 "+third_party/WebKit/public/web/WebInputEvent.h",
14 "+ui/base/ime/text_input_type.h", 16 "+ui/base/ime/text_input_type.h",
15 "+ui/events", 17 "+ui/events",
16 "+ui/events/android", 18 "+ui/events/android",
17 "+ui/events/blink", 19 "+ui/events/blink",
18 "+ui/events/gesture_detection", 20 "+ui/events/gesture_detection",
19 "+ui/events/gestures/blink", 21 "+ui/events/gestures/blink",
20 "+ui/gfx", 22 "+ui/gfx",
21 "+ui/gl", 23 "+ui/gl",
22 "+ui/platform_window", 24 "+ui/platform_window",
23 "+url", 25 "+url",
24 26
25 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 27 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
26 "!ui/android", 28 "!ui/android",
27 ] 29 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698