commit | 290539a8c3921bad4b797a0cf0938bd6e47a5c6c | [log] [tgz] |
---|---|---|
author | David Bertoni <dbertoni@chromium.org> | Mon Mar 10 22:45:14 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 10 22:45:14 2025 |
tree | d1c31f2e136409d56a7e865fe7f844dd6b62aa71 | |
parent | cd8483cb387d4ef22f9d3df88fd04fe002d3dc8e [diff] |
[Extensions] Split launch utils file. The original file has a majority of functions that have no dependencies on chrome/browser/extensions, so these are moved to a new file in extensions/browser. This will help break some cyclical dependencies. Bug: 40593486 Change-Id: I254390151fac2e1961bf83c48594aa03dddf7169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6333988 Reviewed-by: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1430536}
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.