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

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

Issue 699333003: Support InputMethodManager#updateCursorAnchorInfo for Android 5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from jdduke@ and aelias@ Created 6 years, 1 month 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 94bb8780b175dc4329e8302a76f1652db1a82db0..7e1bc876c32726be796742a012db5ebdd73fb8df 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -32,6 +32,7 @@ android_library("content_java") {
deps = [
":content_java_resources",
"//base:base_java",
+ "//cc:cc_java",
"//media/base/android:media_java",
"//mojo/android:system_java",
"//mojo/public/java:bindings",

Powered by Google App Engine
This is Rietveld 408576698