blob: 47976e15f85162f622fad49f6a58f5fd2fb42519 [file] [log] [blame]
# 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,
}
},
]