blob: 9e066ea0db782e399cbbc641fe5d5e5c3434e353 [file] [log] [blame]
djsollen@google.comdcdd57f2013-04-29 12:09:31 +00001# To develop Skia targeting Android,
2# copy this file to your root development directory as ".gclient"
3# and then run "gclient sync".
4solutions = [
5 {
6 "name" : "android",
7 "url" : "https://skia.googlecode.com/svn/android",
8 },
9 {
10 "name" : "trunk",
11 "url" : "https://skia.googlecode.com/svn/trunk",
12 },
13]