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

Side by Side Diff: ui/android/DEPS

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting mouse cursor icon in Android N Created 3 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
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java » ('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 "+cc/layers", 2 "+cc/layers",
3 "+cc/output", 3 "+cc/output",
4 "+cc/resources", 4 "+cc/resources",
5 "+cc/scheduler/begin_frame_source.h", 5 "+cc/scheduler/begin_frame_source.h",
6 "+cc/test/stub_layer_tree_host_client.h", 6 "+cc/test/stub_layer_tree_host_client.h",
7 "+cc/test/test_task_graph_runner.h", 7 "+cc/test/test_task_graph_runner.h",
8 "+cc/trees/layer_tree_host.h", 8 "+cc/trees/layer_tree_host.h",
9 "+components/viz/common", 9 "+components/viz/common",
10 "+components/viz/host", 10 "+components/viz/host",
11 "+components/viz/service/frame_sinks", 11 "+components/viz/service/frame_sinks",
12 "+components/viz/service/surfaces", 12 "+components/viz/service/surfaces",
13 "+jni", 13 "+jni",
14 "+skia/ext", 14 "+skia/ext",
15 "+third_party/WebKit/public/platform/WebCursorInfo.h",
15 "+third_party/skia", 16 "+third_party/skia",
16 "+ui/base", 17 "+ui/base",
17 "+ui/display", 18 "+ui/display",
18 "+ui/events", 19 "+ui/events",
19 "+ui/gfx", 20 "+ui/gfx",
20 ] 21 ]
OLDNEW
« no previous file with comments | « ui/android/BUILD.gn ('k') | ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698