mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 02:41:28 +00:00
BUG= Change-Id: I7c89038d0da127dec92813b3b597153ff8a534c9 Reviewed-on: https://dawn-review.googlesource.com/1701 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: James Darpinian <jdarpinian@google.com>
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,
|
|
},
|
|
]
|