Commit 4e6dc8a0 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Fix crash in gpu process when accessing DeJellyUtils

GPU process sometimes accesses this class through JNI, and it was not
present in the base module.

Bug: 1142536, 1126301
Change-Id: I16a9f1fec7c970991f0335c9e6030ff4510965e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502410
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Clark DuVall <cduvall@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821310}
parent 69f9a43b
...@@ -2139,6 +2139,7 @@ android_library("base_module_java") { ...@@ -2139,6 +2139,7 @@ android_library("base_module_java") {
# Deps needed for child processes. # Deps needed for child processes.
"//components/version_info/android:version_constants_java", "//components/version_info/android:version_constants_java",
"//components/viz/common:common_java",
"//components/viz/service:service_java", "//components/viz/service:service_java",
"//content/public/android:content_java", "//content/public/android:content_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