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

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

Issue 14857007: update recommended gclient config for android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" : "android",
7 "url" : "https://skia.googlecode.com/svn/android",
8 },
9 {
10 "name" : "trunk", 6 "name" : "trunk",
11 "url" : "https://skia.googlecode.com/svn/trunk", 7 "url" : "https://skia.googlecode.com/svn/trunk",
12 }, 8 },
13 ] 9 ]
10 target_os = ["android"]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698