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

Unified Diff: ui/android/BUILD.gn

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting pointer 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 side-by-side diff with in-line comments
Download patch
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 22deeceae140713f581aa9689a8a2b422d6f3865..121df5798b006de61dcc9abe0bfae4cee5097fd8 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -100,6 +100,7 @@ generate_jni("ui_android_jni_headers") {
java_cpp_enum("java_enums_srcjar") {
sources = [
+ "../../third_party/WebKit/public/platform/WebCursorInfo.h",
Jinsuk Kim 2017/05/18 02:19:51 Have the enum generated in blink where the header
"../base/ime/text_input_type.h",
"../base/page_transition_types.h",
"../base/touch/touch_device.h",

Powered by Google App Engine
This is Rietveld 408576698