commit | 586103c447e44450315555e68f32afe1543214f3 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wenst@chromium.org> | Wed Mar 22 06:20:25 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 22 06:20:25 2023 |
tree | 80d322f1aac36ab2f7ee5e21070ad292122fc2ee | |
parent | 9991e2be8a5d1558f46eb17062a83b634dad47e8 [diff] |
ozone/drm: Add back gbm_defines.h header for GBM_BO_HW_VIDEO_DECODER The flag GBM_BO_HW_VIDEO_DECODER does not exist in Mesa's gbm. Include gbm_defines.h so that it does not cause a build error when building for standard Linux and/or with system libgbm. Bug: b:261628741 Test: Build for standard Linux with ozone_platform_drm=true Change-Id: Id204765b25071b61b22cafcdcc396a5d30a8b269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337483 Commit-Queue: Chen-Yu Tsai <wenst@chromium.org> Auto-Submit: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Gil Dekel <gildekel@chromium.org> Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/main@{#1120382}
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.