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

Unified Diff: content/public/android/BUILD.gn

Issue 1728193002: Support dragging texts into Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: generate DragEvent JNI bindings and use the enums from JNI Created 4 years, 6 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: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 0e0ca6832a1bf2d113fd0b5736f874b283923953..259bf182dbf4fe19c67389dd9697688f33932d27 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -282,6 +282,7 @@ generate_jar_jni("jar_jni") {
jni_package = "content"
classes = [
"java/util/HashSet.class",
+ "android/view/DragEvent.class",
"android/view/MotionEvent.class",
]
}

Powered by Google App Engine
This is Rietveld 408576698