blob: 4730a4e277f80ee22aef1ce98169c579ac189d3e [file]
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
# standalone checkout of Dawn for building emdawnwebgpu using emsdk.
#
# Use this instead of `standalone.gclient` if you are a Dawn developer and
# would like to compile as much as possible on your local machine.
solutions = [
{ "name" : ".",
"url" : "https://dawn.googlesource.com/dawn",
"deps_file" : "DEPS",
"managed" : False,
"custom_vars" : {
"checkout_clang_tidy": True,
"checkout_clangd": True,
"dawn_node" : True,
"dawn_wasm" : True,
}
},
]