commit | 23a1d68089e94410b185463e53a6ffd29aec4f34 | [log] [tgz] |
---|---|---|
author | Luciano Pacheco <[email protected]> | Wed Mar 10 06:33:11 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Mar 10 06:33:11 2021 |
tree | 9c110f98d9aac6e41db8cfc5a225246585a85f03 | |
parent | d4feb2052f3e86353d23afaad33b209d0424ebbe [diff] |
Files app, Image Loader, Audio and Video Players: Add external_paths to optimize_webui() This option allows rollup, which run by optimize_webui(), to recognize chrome-extension:// URLs. At this stage this is only used by Audio Player in its Polymer elements. This makes rollup to inline the files addressed with chrome-extension:// URL, so don't need to specify the elements/files_* in the generate_grd() rule anymore. Bug: 1030998,1151834,1149811 Change-Id: I6cf037f40f04b3725b482ee8caa37ad61ef2fae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2674619 Reviewed-by: Alex Danilo <[email protected]> Commit-Queue: Alex Danilo <[email protected]> Cr-Commit-Position: refs/heads/master@{#861451}
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.