blob: ba7e27c4a8ca6e4a99e8375f9e728804b1e5efda [file]
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
# standalone checkout of Dawn for building emdawnwebgpu using emsdk.
solutions = [
{
"name": ".",
"url": "https://dawn.googlesource.com/dawn",
"deps_file": "DEPS",
"managed": False,
"custom_vars": {
"dawn_wasm": True,
}
},
]