| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index fd291d60f9770d6f32ec0d87e97ec410f5ee67e4..bcdadfeb9d256801833e88529e3fd9310b5701cd 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",
|
|
|