commit | 379e1821ffa68a3f68f738dbf4d96b3dbb245b51 | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Mon Oct 03 18:50:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 03 18:50:31 2022 |
tree | 8ddb892f27d47d2c0c33ae7c3f8b4f679c7e43e1 | |
parent | ba76511c01ec22683ba73c082ed6a88af225d5a9 [diff] |
Ensure js_modulizer(), polymer_modulizer() are only used in CrOS. These tools were supposed to only be used during the JS modules/Polymer3 migrations. Remaining usages should be removed as migrated code is checked-in instead of being auto-generated. Adding assertions to avoid any new usages in non-CrOS code. Bug: 1184053 Change-Id: I3d12a26a66a5be4131441891867e06b0c606047b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3930652 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/main@{#1054251}
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.