| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index dbcceb8fc0faeb2dfda297d2b364a3169c8a4c39..d875f753df00e434a807e575f477c7d1669e874c 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -80,6 +80,12 @@ if (is_android) {
|
| ]
|
| }
|
|
|
| + java_cpp_enum("blink_cursor_type_java_enums_srcjar") {
|
| + sources = [
|
| + "./platform/WebCursorInfo.h",
|
| + ]
|
| + }
|
| +
|
| android_library("blink_headers_java") {
|
| deps = [
|
| "//third_party/android_tools:android_support_annotations_java",
|
|
|