939d799d7a0c35055948d875bc5162c02490df34
js_minifier_ignore_list gone from grit's minifier
As the override in place is trying to prevent minifying a file, the exclusion now is to just return the contents that were received untouched. Chromium changes: https://chromium.googlesource.com/chromium/src/+/eadc4393a867edd65f8c279732e16cc631e30005 commit eadc4393a867edd65f8c279732e16cc631e30005 Author: dpapad <dpapad@chromium.org> Date: Tue Mar 4 12:24:49 2025 -0800 WebUI: Remove JS minification step built into Grit on Android builds. JS minification happens within build_webui() targets, and does not belong in Grit. It was added there long time ago, before build_webui() existed and before any other minification happened during the build. Removing it avoids running the minifier (Terser) on top of already minified files, reducing unnecessary work during the build, as well as complexity when minification needs to be turned off for specific files. Fixed: 340278433 Change-Id: I7148bba2e542860ffafc5394e393614a6b377918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6158805 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1427910}
…
…
…
…
Brave Core
Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make the Brave browser. Please also check https://github.com/brave/brave-browser
Follow @brave on Twitter for important announcements.
Resources
Community
You can ask questions and interact with the community in the following locations:
- Brave Community
communitychannel on Brave Software's Slack
Languages
C++
36.9%
HTML
31.6%
Swift
9.4%
TypeScript
9%
Java
4.8%
Other
8.1%