Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # To develop Skia targeting NaCl, | |
|
borenet
2014/01/09 19:27:28
No longer needed, as all NaCl-related code is now
| |
| 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 |