skia2/platform_tools/nacl/gclient.config
2013-05-06 12:50:00 +00:00

14 lines
343 B
Plaintext

# 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",
},
]