| commit | c28936043a735405b36c4b19f62f8397288a602b | [log] [tgz] |
|---|---|---|
| author | Corentin Wallez <cwallez@chromium.org> | Mon Aug 13 14:30:01 2018 +0200 |
| committer | Corentin Wallez <corentin@wallez.net> | Tue Aug 14 14:33:19 2018 +0200 |
| tree | c1f209aa845218cbbe051d2690ff90b463650e71 | |
| parent | f5f7ab128ffd638a06b94b60f82750d8fb74b1ae [diff] [blame] |
Add a .gclient file to be copied to boostrap a dawn checkout.
diff --git a/scripts/standalone.gclient b/scripts/standalone.gclient new file mode 100644 index 0000000..241999a --- /dev/null +++ b/scripts/standalone.gclient
@@ -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, + }, +]