Ben Clayton | dc890d6 | 2021-09-27 22:55:39 +0000 | [diff] [blame] | 1 | # Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a |
2 | # standalone checkout of Dawn that also compiles dawn_node. | ||||
3 | |||||
4 | solutions = [ | ||||
5 | { "name" : ".", | ||||
6 | "url" : "https://dawn.googlesource.com/dawn", | ||||
7 | "deps_file" : "DEPS", | ||||
8 | "managed" : False, | ||||
9 | "custom_vars" : { | ||||
10 | "dawn_node" : True, | ||||
11 | } | ||||
12 | }, | ||||
13 | ] |