Commit 431ead7f authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by Commit Bot

webview: move viz java dependency.

WebView depends on viz even when weblayer is not being used; move the
dependency to browser_java to match where the native dependency is, to
fix the case when webview_includes_weblayer=false.

Fixed: 1096081
Change-Id: Ic016657b26dee0d9135f7e0bc5a752823e3134f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250951Reviewed-by: default avatarBo <boliu@chromium.org>
Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779945}
parent e33a5eb5
...@@ -362,10 +362,7 @@ java_group("android_webview_java") { ...@@ -362,10 +362,7 @@ java_group("android_webview_java") {
deps = [ ":android_webview_no_weblayer_java" ] deps = [ ":android_webview_no_weblayer_java" ]
if (webview_includes_weblayer) { if (webview_includes_weblayer) {
deps += [ deps += [ "//weblayer/browser/java" ]
"//components/viz/service:service_java",
"//weblayer/browser/java",
]
} }
} }
...@@ -550,6 +547,7 @@ android_library("browser_java") { ...@@ -550,6 +547,7 @@ android_library("browser_java") {
"//components/variations/android:variations_java", "//components/variations/android:variations_java",
"//components/version_info/android:version_constants_java", "//components/version_info/android:version_constants_java",
"//components/viz/common:common_java", "//components/viz/common:common_java",
"//components/viz/service:service_java",
"//content/public/android:content_java", "//content/public/android:content_java",
"//device/gamepad:java", "//device/gamepad:java",
"//mojo/public/java:system_java", "//mojo/public/java:system_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