djsollen@google.com | dcdd57f | 2013-04-29 12:09:31 +0000 | [diff] [blame] | 1 | # To develop Skia targeting Android, |
2 | # copy this file to your root development directory as ".gclient" | ||||
3 | # and then run "gclient sync". | ||||
4 | solutions = [ | ||||
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 | ] |