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

Side by Side Diff: README.md

Issue 2693343002: Pull Chromium dependencies to Pipa checkout via DEPS and GITDEPS. (Closed)
Patch Set: One code block in Readme Created 3 years, 10 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 | « GITDEPS ('k') | pipa/build/gitdeps.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Pipa 1 # Pipa
2 ====
3 2
4 Pipa is an IPC mechanism shared between Chromium and the Chrome Cleanup Tool. 3 Pipa is an IPC mechanism shared between Chromium and the Chrome Cleanup Tool.
4
5 ## Checkout:
6 ```
7 mkdir pipa
8 cd pipa
9 gclient config --spec="solutions=[{'name':'src', 'url':'https://chromium.goog lesource.com/chromium/pipa',},]"
10 gclient sync
11 ```
OLDNEW
« no previous file with comments | « GITDEPS ('k') | pipa/build/gitdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698