2013-04-29 12:09:31 +00:00
|
|
|
# To develop Skia targeting Android,
|
|
|
|
# copy this file to your root development directory as ".gclient"
|
|
|
|
# and then run "gclient sync".
|
|
|
|
solutions = [
|
|
|
|
{
|
2014-01-09 21:41:39 +00:00
|
|
|
"name" : "skia",
|
|
|
|
"url" : "https://skia.googlesource.com/skia.git",
|
2013-04-29 12:09:31 +00:00
|
|
|
},
|
|
|
|
]
|
2013-05-02 18:42:10 +00:00
|
|
|
target_os = ["android"]
|