commit | 82af9937ec9e38900710886efe58b5bc4b3667b1 | [log] [tgz] |
---|---|---|
author | Eriko Kurimoto <elkurin@chromium.org> | Fri Dec 01 01:03:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 01 01:03:23 2023 |
tree | b500209a1068067b0d8e1c7dc5ac7bf27def50fd | |
parent | 25b88ae95dd509c129728439383fe1f1a5489bfe [diff] |
viz: Define ozone platform flags on any platforms This CL introduces IS_OZONE_X11/IS_OZONE_WAYLAND BUILDFLAG which can be used outside of ozone. We plan to substitute OZONE_PLATFORM_{X11, WAYLAND} to these flags so that we no longer need to wrap the BUIDLFLAG usage inside IS_LINUX, IS_OZONE and so on. This CL updates OZONE_PLATFORM* usage inside components/viz.*. Bug: 1500494 Change-Id: I75d5ad34229532ceaab0522aa237222e43a45a68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018661 Reviewed-by: Peter McNeeley <petermcneeley@chromium.org> Reviewed-by: Dana Fried <dfried@chromium.org> Commit-Queue: Eriko Kurimoto <elkurin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1231660}
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.