mirror of
https://github.com/thead-yocto-mirror/skia
synced 2026-07-13 19:45:05 +02:00
11 lines
263 B
Plaintext
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,
|
|
},
|
|
]
|