• Clark DuVall's avatar
    [WebLayer] Load pak files correctly on Android · cf1e154f
    Clark DuVall authored
    Loading pak files was not quite working right in weblayer, since we were
    not loading locale paks. This caused text on e.g. submit buttons to not
    show up in some configurations like loading from monochrome.
    
    This change makes weblayer load pak assets similar to webview, and
    uses the webview pak deps for the weblayer support APK, since those
    should be sufficient for weblayer.
    
    As an added bonus this also allows l10n to work, so switching the
    default language of the device will show buttons and labels in that
    language.
    
    Change-Id: I1a2b47009e7bb74f1ea3c16dc6f52451e2b78066
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865015Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
    Reviewed-by: default avatarRichard Coles <torne@chromium.org>
    Commit-Queue: Clark DuVall <cduvall@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#706978}
    cf1e154f
chrome_public_apk_tmpl.gni 17.8 KB