6a98b8c0b5
(SkipBuildbotRuns) R=djsollen@google.com Review URL: https://codereview.chromium.org/14771017 git-svn-id: http://skia.googlecode.com/svn/trunk@9008 2bbb7eff-a529-9590-31e7-b0007b416f81
14 lines
343 B
Plaintext
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",
|
|
},
|
|
]
|