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

Unified Diff: ui/android/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/WebCursorInfo.h ('k') | ui/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index e15ae4880c3927f340977f7e0253eb7c7757a969..65e9a6e18d7add5806c4927c5b6919acb9e1ab39 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -61,6 +61,7 @@ component("android") {
"//components/viz/host",
"//components/viz/service",
"//skia",
+ "//third_party/WebKit/public:blink_headers",
"//ui/base",
"//ui/display",
"//ui/events",
@@ -248,7 +249,10 @@ android_library("ui_full_java") {
"//third_party/android_tools:android_support_annotations_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
]
- srcjar_deps = [ ":java_enums_srcjar" ]
+ srcjar_deps = [
+ ":java_enums_srcjar",
+ "//third_party/WebKit/public:blink_cursor_type_java_enums_srcjar",
+ ]
}
junit_binary("ui_junit_tests") {
« no previous file with comments | « third_party/WebKit/public/platform/WebCursorInfo.h ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698