blob: 3149c0cba221fbd06fc0b26769623bf9dfc4f9e5 [file] [edit]
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
# standalone checkout of Dawn that also compiles dawn_node.
solutions = [
{
"name": ".",
"url": "https://dawn.googlesource.com/dawn",
"deps_file": "DEPS",
"managed": False,
"custom_vars": {
"dawn_node": True,
}
},
]