Files
skia/third_party/externals/dawn/scripts/standalone.gclient
2022-09-13 14:31:24 +08:00

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,
},
]