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

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, 7 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 "+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/surfaces", 6 "+cc/surfaces",
7 "+cc/test/stub_layer_tree_host_client.h", 7 "+cc/test/stub_layer_tree_host_client.h",
8 "+cc/test/test_task_graph_runner.h", 8 "+cc/test/test_task_graph_runner.h",
9 "+cc/trees/layer_tree_host.h", 9 "+cc/trees/layer_tree_host.h",
10 "+jni", 10 "+jni",
11 "+skia/ext", 11 "+skia/ext",
12 "+third_party/WebKit/public/platform/WebCursorInfo.h",
Nico 2017/05/24 14:39:22 dcheng: ^
12 "+third_party/skia", 13 "+third_party/skia",
14 "+ui/base/cursor/cursors_android.h",
13 "+ui/base/layout.h", 15 "+ui/base/layout.h",
14 "+ui/base/resource/resource_bundle.h", 16 "+ui/base/resource/resource_bundle.h",
15 "+ui/base/ui_base_paths.h", 17 "+ui/base/ui_base_paths.h",
16 "+ui/display", 18 "+ui/display",
17 "+ui/events/android/motion_event_android.h", 19 "+ui/events/android/motion_event_android.h",
18 "+ui/events/base_event_utils.h", 20 "+ui/events/base_event_utils.h",
19 "+ui/gfx", 21 "+ui/gfx",
20 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698