commit | 6b83ee683f6c545be29ee807c6d0b6ac1508a549 | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Tue Apr 21 17:39:22 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 21 17:39:22 2020 |
tree | 5beb519c2b2e50da623f450530a73cea04c613e8 | |
parent | f8ee6bd16b2c16b6bd953c484898c38575db7c6f [diff] |
Grit: Compress all HTML, JS, CSS, SVG files by default. Change Grit's default behavior to gzip compress all such files, unless compress="false" is explicitly specified. In other words, compress="gzip" is now the default behavior, and same as not specifying a |compress| attribute. out/<out_folder>/resources.pak sizes before/after (with optimize_webui=true) Linux: 7.1MB -> 5.9MB, -4.9% CrOS: 21.0MB -> 18.0MB, -14.3% Bug: 1068407 Change-Id: I3fa63a4db6087b2f3502cbb8b76a6ca3b576e7fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612333 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#761031}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.