• Andrew Grieve's avatar
    Revert "Android: Compile .proto and .arsc resources at the same time" · ce3df784
    Andrew Grieve authored
    This reverts commit 697c9ab8.
    
    Reason for revert: Broke resource_sizes.py
    
    Original change's description:
    > Android: Compile .proto and .arsc resources at the same time
    > 
    > Saves a couple of seconds of build time for base bundle modules,
    > and simplifies the GN logic for resources.
    > 
    > Also fixes chrome_apk using unoptimized arsc file when lemon is
    > enabled (broken by 2e296d82).
    > 
    > Simplifies temp file usage in compile_resources.py by having all
    > outputs go to the staging directory.
    > 
    > Removes cruft:
    >  * Unused --no-compress flag
    >  * Unnecessary "Touch()" of R.txt
    > 
    > Bug: 950233
    > Change-Id: Ida77380e8038002435ec3d320105d9feaa3c2136
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568568
    > Commit-Queue: Andrew Grieve <agrieve@chromium.org>
    > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#653275}
    
    TBR=agrieve@chromium.org,tiborg@chromium.org
    
    Change-Id: I76bd9cf76b357156efa2848613ab576486d18476
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: 950233, 955959
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581988Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
    Commit-Queue: Andrew Grieve <agrieve@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#653653}
    ce3df784
compile_resources.py 33.8 KB