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

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

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Re-change first link in view.html and view-platform.html 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
« no previous file with comments | « platform_tools/android/gclient.config ('k') | tools/build-tot-chromium.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # To develop Skia targeting NaCl,
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 ]
OLDNEW
« no previous file with comments | « platform_tools/android/gclient.config ('k') | tools/build-tot-chromium.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698