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

Unified Diff: content/content.gyp

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/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 5a7355f7ff3fd67933bb1ac3e388368c31b0430a..1b800a26a578353fcd70fd7af7ef3b2e66e7d93d 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -424,6 +424,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ '../cc/cc.gyp:cc_java',
'../device/battery/battery.gyp:device_battery_java',
'../media/media.gyp:media_java',
'../mojo/mojo_base.gyp:mojo_system_java',

Powered by Google App Engine
This is Rietveld 408576698