mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
BUG=tint:12 Change-Id: I9c6b9cdd584f9a2e6c360c9a457069670146da7c Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16482 Reviewed-by: dan sinclair <dsinclair@google.com>
13 lines
291 B
Plaintext
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": {
|
|
},
|
|
},
|
|
]
|