commit | 3da8898d8b27aba6cc183265b498b98f412684c8 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Mon Aug 12 21:15:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 12 21:15:17 2024 |
tree | 24797b902472b419cb683b625705e86ef8652fdd | |
parent | 288c967709f204fb6293eab4504978e03161b8fc [diff] |
[Extensions + Apps] Add a separate `enable_platform_apps` gn buildflag Platform Apps are distinct from extensions and shouldn't always be enabled based on whether extensions are enabled (since they are deprecated on all non-ChromeOS platforms). Introduce a new gn buildflag, `enable_platform_apps`, to separate these out. For now, the definition of when enable_platform_apps is true is still to piggy-back on `enable_extensions`, but this allows us to more cleanly carve out the related code and GN files. This CL has no behavior change. Bug: 41407868 Change-Id: If9a82571f6cdbb09c47dbcc903c22b9127b64bc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5775510 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1340612}
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.