blob: 5ddec6a575f912906790d06f0172bc6e715992d3 [file] [log] [blame]
Ryan Harrisondb6ade72020-03-05 15:58:27 +00001# Copy this file to <tint clone dir>/.gclient to bootstrap gclient in a
2# standalone checkout of Tint.
3
4solutions = [
5 { "name" : ".",
6 "url" : "https://dawn.googlesource.com/tint",
7 "deps_file" : "DEPS",
8 "managed" : False,
9 "custom_deps": {
10 },
11 },
12]