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

Side by Side Diff: blimp/client/DEPS

Issue 1859753002: Blimp: create Mojo component for renderer/browser communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yzshen and nyquist feedback Created 4 years, 8 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
« no previous file with comments | « blimp/DEPS ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "-content", 7 "-content",
8 "+gpu", 8 "+gpu",
9 "+jni", 9 "+jni",
10 "+net", 10 "+net",
11 "+skia",
12 "+third_party/libwebp",
13 "+third_party/skia",
14 "+third_party/WebKit/public/web/WebInputEvent.h", 11 "+third_party/WebKit/public/web/WebInputEvent.h",
15 "+ui/base/ime/text_input_type.h", 12 "+ui/base/ime/text_input_type.h",
16 "+ui/events", 13 "+ui/events",
17 "+ui/events/android", 14 "+ui/events/android",
18 "+ui/events/blink", 15 "+ui/events/blink",
19 "+ui/events/gesture_detection", 16 "+ui/events/gesture_detection",
20 "+ui/events/gestures/blink", 17 "+ui/events/gestures/blink",
21 "+ui/gfx", 18 "+ui/gfx",
22 "+ui/gl", 19 "+ui/gl",
23 "+ui/platform_window", 20 "+ui/platform_window",
24 "+url", 21 "+url",
25 22
26 # TODO(dtrainor): Remove this once Toast uses are removed from Java. 23 # TODO(dtrainor): Remove this once Toast uses are removed from Java.
27 "!ui/android", 24 "!ui/android",
28 ] 25 ]
OLDNEW
« no previous file with comments | « blimp/DEPS ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698