aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/nacl/gclient.config
blob: 922ae43db895730cf2c4493d97f3606f9ed5cfe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# To develop Skia targeting NaCl,
# copy this file to your root development directory as ".gclient"
# and then run "gclient sync".
solutions = [
  {
    "name"        : "nacl",
    "url"         : "https://skia.googlecode.com/svn/nacl",
  },
  {
    "name"        : "trunk",
    "url"         : "https://skia.googlecode.com/svn/trunk",
  },
]