0

[//skia] Enable skia_use_dawn on desktop Android

Bug: 391965618
Change-Id: I2f657fd0ea3336cf17510476815d3420591e582d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6222165
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Kyle Charbonneau <kylechar@chromium.org>
Commit-Queue: Renato Pereyra <renatopereyra@google.com>
Cr-Commit-Position: refs/heads/main@{#1415083}
This commit is contained in:
Renato Pereyra
2025-02-03 11:21:10 -08:00
committed by Chromium LUCI CQ
parent 720f629e58
commit 44a18dc6f9

@ -9,9 +9,10 @@ declare_args() {
# Enable experimental Skia Graphite Dawn backend. Enabled on platforms where
# the team has verified that at least basic rendering to the screen is
# working.
skia_use_dawn = is_mac || is_win ||
(is_android && target_cpu != "x86" && target_cpu != "x64") ||
(is_ios && use_blink) || (is_linux && !is_castos)
skia_use_dawn =
is_mac || is_win ||
(is_android && target_cpu != "x86" && target_cpu != "x64") ||
(is_ios && use_blink) || (is_linux && !is_castos) || is_desktop_android
# Enable experimental Skia Graphite Metal backend. Intended only for debugging
# on non-official developer builds.