Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Side by Side Diff: platform_tools/android/gclient.config

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: trunk->skia Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # To develop Skia targeting Android, 1 # To develop Skia targeting Android,
2 # copy this file to your root development directory as ".gclient" 2 # copy this file to your root development directory as ".gclient"
3 # and then run "gclient sync". 3 # and then run "gclient sync".
4 solutions = [ 4 solutions = [
5 { 5 {
6 "name" : "trunk", 6 "name" : "skia",
7 "url" : "https://skia.googlecode.com/svn/trunk", 7 "url" : "https://skia.googlesource.com/skia.git",
8 }, 8 },
9 ] 9 ]
10 target_os = ["android"] 10 target_os = ["android"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698