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