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

Side by Side Diff: README

Issue 344213002: Expand README to explain directory structure and how this repo is used. (Closed) Base URL: https://skia.googlesource.com/common@master
Patch Set: Created 6 years, 6 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 | « 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 This repository contains code shared by the skia and skia-buildbot repositories. 1 This repository contains code shared by the skia and skia-buildbot repositories.
2 2
3 The file layout is done by language, such as the following directories
4 for Python, Go and Javascript libraries.
5
6 /py
7 /go
8 /js
9
10 This repository is pulled into both https://skia.googlesource.com/skia/
11 and https://skia.googlesource.com/buildbot as /common in both repositories
12 so that references to common files should be the same regardless
13 of which repository the code is in.
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