commit | bb98795694cb394e98fe757f1949bcbf6ec4fe9c | [log] [tgz] |
---|---|---|
author | Krishna Govind <govind@chromium.org> | Mon Jun 05 06:05:25 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 05 06:05:25 2023 |
tree | b38c39f7b577be797d928ee1b7e4f91757c16f0b | |
parent | 2c327b34fa20f1bfd1f63f84de742c0752cf481b [diff] |
Revert "[ios][build] Build application extensions in a separate toolchain" This reverts commit 29dfb6fa66b73495f35396956cf0b9e6bdacfcf0. Reason for revert: Breaks canary, crbug.com/1451223 Original change's description: > [ios][build] Build application extensions in a separate toolchain > > Add new toolchains to build application extension (widgets, ...) > and configure the different extensions to use it. This allow to > disable PA for the extensions and will eventually allow passing > `-fapplication-extension` to catch at compile time usage of API > not available in application extensions. > > Bug: 1055812 > Fixed: 1449010 > Change-Id: Iacc726e4bc178407094772a2dada3fe8bf08a82a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4580730 > Reviewed-by: Alexis Hétu <sugoi@chromium.org> > Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> > Reviewed-by: Ernesto Izquierdo Clua <eic@google.com> > Cr-Commit-Position: refs/heads/main@{#1152640} Bug: 1055812 Change-Id: I92940d010a3099ebb37e44cbaca301937257d113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4587381 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by: Krishna Govind <govind@chromium.org> Owners-Override: Krishna Govind <govind@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1153086}
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.