commit | 553d9e4d984ee8fed6d046c0ede553cadf41c616 | [log] [tgz] |
---|---|---|
author | Wez <wez@chromium.org> | Tue Mar 28 10:35:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 28 10:35:30 2023 |
tree | e76ae53f7e4a9fe6abced10fa493fee51aedcd0d | |
parent | 5149e837eb4af9f8567c8be6da9d525414b99769 [diff] |
[fuchsia] Remove use of fuchsia.modular APIs Remove and prohibit dependencies on the fuchsia.modular FIDL APIs from cast_runner_exe, and remove the `cast_runner.cmx` "shim" component. All code used to integrate with Modular is removed, including the AgentImpl, AgentManager and LifecycleImpl. fuchsia.sys dependencies will be removed separately. Bug: 1423889 Change-Id: I4c74958bb1d5280095d7eafd0480fe64e6e3a126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4368578 Reviewed-by: David Dorwin <ddorwin@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1122936}
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.