Commit 62e2574d authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Disable use_dawn on Mac for the branch point

BUG=chromium:852089
TBR=kbr@chromium.org

Change-Id: I63ba202ac4eb937088ee471a84d8d49ef0a2334a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571690Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#651886}
parent f49c7319
......@@ -14,5 +14,5 @@ declare_args() {
# Should Dawn support be compiled to back the WebGPU implementation.
# Also controls linking Dawn depedencies in such as SPIRV-Tools and
# 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