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