• Clark DuVall's avatar
    Move all resources to base module when chrome is in isolated split · 8bfd8243
    Clark DuVall authored
    There are various bugs with resources in isolated splits including:
    - RemoteViews can't access them
    - Splash screens for activities with themes defined in the isolated
      split fail
    - Bugs like crbug.com/1133898 (not strictly isolated split related
      though, but this fixes it for the chrome split)
    - Possibly more...
    
    For now I think it makes sense to move all resources to the base module
    to avoid these and any not yet uncovered bugs. Later we can see if it
    makes sense to move these back into the chrome split.
    
    Bug: 1126301
    Change-Id: Id4b3d20b8d88dcea9b7ba2d090c07714324cee1c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463642Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
    Commit-Queue: Clark DuVall <cduvall@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#815658}
    8bfd8243
chrome_public_apk_tmpl.gni 31.5 KB