mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
BUILD.gn: Make dawn_standalone default to false
BUG=chromium:870747 Change-Id: I9d80bb8a73227a9a9e5a7c466ac5b40a10fc0106 Reviewed-on: https://dawn-review.googlesource.com/1641 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
299ce6c69c
commit
76664ed8d0
@@ -20,6 +20,10 @@
|
||||
|
||||
import("//build_overrides/dawn.gni")
|
||||
|
||||
if (!defined(dawn_standalone)) {
|
||||
dawn_standalone = false
|
||||
}
|
||||
|
||||
if (!defined(dawn_spirv_cross_dir)) {
|
||||
dawn_spirv_cross_dir = "//third_party/spirv-cross"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user