commit | 1e33c1ca1dc7180c91a79981599e3a80eda09186 | [log] [tgz] |
---|---|---|
author | S. Ganesh <ganesh@chromium.org> | Fri Jan 20 21:43:22 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 20 21:43:22 2023 |
tree | 0ad65967f9d7781851ae14519b967e36bb803942 | |
parent | 1471c25589587d9a039f919bbc17bdb3ac3ed793 [diff] |
Remove extra build steps, Treat output as text, Exclude blank lines This CL fixes the following: * The IDL build output includes extraneous blank lines sometimes, which were causing the `update_idl.py` to fail, and are fixed now. * Using `universal_newlines=True` since the output is text, and avoids needing to `decode` the build output stdout. * The IDL files are now identical for open source and chrome-branded, so this CL removes the extra build steps. Bug: 1353883 Change-Id: Ib9244c2441efce46d794286536c8453689cf76a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4183006 Commit-Queue: S Ganesh <ganesh@chromium.org> Auto-Submit: S Ganesh <ganesh@chromium.org> Reviewed-by: Xiaoling Bao <xiaolingbao@chromium.org> Commit-Queue: Xiaoling Bao <xiaolingbao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1095194}
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.