Commit dd72bb32 authored by mcasas's avatar mcasas Committed by Commit bot

Add explicit geolocation_java dependency for android_webview

This CL addresses the problem in the bug, i.e. android webview
not finding the Geolocation classes after moving to //device.

BUG=632777

Review-Url: https://codereview.chromium.org/2195783002
Cr-Commit-Position: refs/heads/master@{#408757}
parent 12d87586
......@@ -684,6 +684,7 @@ android_library("android_webview_java") {
"//components/navigation_interception/android:navigation_interception_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
"//net/android:net_java",
"//ui/android:ui_java",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment