Add a .gclient file to be copied to boostrap a dawn checkout.

This commit is contained in:
Corentin Wallez 2018-08-13 14:30:01 +02:00 committed by Corentin Wallez
parent f5f7ab128f
commit c28936043a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
# standalone checkout of Dawn.
solutions = [
{ "name" : ".",
"url" : "https://github.com/google/nxt-standalone.git",
"deps_file" : "DEPS",
"managed" : False,
},
]