• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
2# standalone checkout of Dawn.
3
4solutions = [
5  { "name"        : ".",
6    "url"         : "https://dawn.googlesource.com/dawn",
7    "deps_file"   : "DEPS",
8    "managed"     : False,
9  },
10]
11