dawn-cmake/standalone.gclient
Ryan Harrison db6ade73b2 Convert dependency management to using gclient
BUG=tint:12

Change-Id: I9c6b9cdd584f9a2e6c360c9a457069670146da7c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16482
Reviewed-by: dan sinclair <dsinclair@google.com>
2020-03-05 15:58:27 +00:00

13 lines
291 B
Plaintext

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