dawn-cmake/scripts/standalone.gclient

11 lines
263 B
Plaintext

# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
# standalone checkout of Dawn.
solutions = [
{ "name" : ".",
"url" : "https://dawn.googlesource.com/dawn",
"deps_file" : "DEPS",
"managed" : False,
},
]