From c28936043a735405b36c4b19f62f8397288a602b Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Mon, 13 Aug 2018 14:30:01 +0200 Subject: [PATCH] Add a .gclient file to be copied to boostrap a dawn checkout. --- scripts/standalone.gclient | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/standalone.gclient diff --git a/scripts/standalone.gclient b/scripts/standalone.gclient new file mode 100644 index 0000000000..241999add0 --- /dev/null +++ b/scripts/standalone.gclient @@ -0,0 +1,10 @@ +# Copy this file to /.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, + }, +]