commit | 39b3c96de03b18c3a1a2acb89fad9634b0412d85 | [log] [tgz] |
---|---|---|
author | Cole Horvitz <[email protected]> | Tue May 02 23:32:22 2023 |
committer | Chromium LUCI CQ <[email protected]> | Tue May 02 23:32:22 2023 |
tree | d593f6ac36c7ee477fb182f9652c25903e98e13f | |
parent | 7de2aa222c7029c3d73234876c36451f611a012d [diff] |
WebUI: Plug bundle_js() into build_webui(). This refactors build_webui() by replacing optimize_webui() with two separate rules, bundle_js() and minify_js(). Bug: 1431253 Change-Id: Id8f18e0c9d7306988aeba34e02015536cc6e5bcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4472133 Commit-Queue: Cole Horvitz <[email protected]> Reviewed-by: Demetrios Papadopoulos <[email protected]> Cr-Commit-Position: refs/heads/main@{#1138653}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.