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": {
|
||
|
},
|
||
|
},
|
||
|
]
|