| commit | f3f8db2c78e7ef19199b314ad58c50249a00038c | [log] [tgz] |
|---|---|---|
| author | Takuto Ikuta <tikuta@chromium.org> | Wed May 26 23:46:02 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 26 23:46:02 2021 |
| tree | 8d61a234399584a293cd78684faaab2b94e3024d | |
| parent | 5584e1f455ba1d255350214a75efd2ca3ac4b3b3 [diff] |
mojo: use python3 to generate src files This applies sort in some places and adds __lt__ in some classes for that. This doesn't generate deterministic mojo-module file dumped by python pickle. But that file is not uploaded for test, so that is ignorable. Bug: 1194274, 1205583, 1205585 Change-Id: Id820af101621229d587a92ae071341af3cf146b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2919072 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#886958}
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.