Commit 6556b2ce authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Disable use_dawn for the branch point.

This flag controls the inclusion of Dawn and the availability of WebGPU
which we want to keep limited to Canary for now.

TBR=kbr@chromium.org

BUG=chromium:985142

Change-Id: I979ae6c24087d4037d57ce95ea33f119c604e91c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715271Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680395}
parent 0f031521
...@@ -14,5 +14,5 @@ declare_args() { ...@@ -14,5 +14,5 @@ declare_args() {
# Should Dawn support be compiled to back the WebGPU implementation. # Should Dawn support be compiled to back the WebGPU implementation.
# Also controls linking Dawn depedencies in such as SPIRV-Tools and # Also controls linking Dawn depedencies in such as SPIRV-Tools and
# SPIRV-Cross # SPIRV-Cross
use_dawn = is_mac use_dawn = false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment