Commit 1e8054b9 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Fix crash in child processes when accessing version info

Trichrome needs a dep on version_constants_java in the base module
because it may be accessed in child processes here:
https://source.chromium.org/chromium/chromium/src/+/master:chrome/app/chrome_main_delegate.cc;l=607;drc=1d71c85d74e18a75b10ac9c6bfb0282f193c157d

Bug: 1126301
Change-Id: Ia5ddb4941718d6b9c0d05523d677fb1d87ef83f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499365
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@{#820842}
parent eb51b019
...@@ -2133,6 +2133,7 @@ android_library("base_module_java") { ...@@ -2133,6 +2133,7 @@ android_library("base_module_java") {
"//ui/android:ui_no_recycler_view_java", "//ui/android:ui_no_recycler_view_java",
# Deps needed for child processes. # Deps needed for child processes.
"//components/version_info/android:version_constants_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