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

Side by Side Diff: site/dev/chrome/repo.md

Issue 956853005: Shorten up some site titles, also remove some trailing whitespace. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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 | « site/dev/chrome/index.md ('k') | 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 How to manage a Skia repo inside a Chromium repo 1 Working in a Chromium repo
2 ================================================ 2 ==========================
3 3
4 To work on Skia inside a Chromium checkout, run the following: 4 To work on Skia inside a Chromium checkout, run the following:
5 5
6 ~~~~ 6 ~~~~
7 $ cd chromium/src/third_party/skia 7 $ cd chromium/src/third_party/skia
8 $ tools/git-sync-deps 8 $ tools/git-sync-deps
9 ~~~~ 9 ~~~~
10 10
11 This command does a minimal "just sync the DEPS" emulation of gclient sync for 11 This command does a minimal "just sync the DEPS" emulation of gclient sync for
12 Skia into chromium/src/third_party/skia/third_party. After that, make dm or 12 Skia into chromium/src/third_party/skia/third_party. After that, make dm or
13 ./gyp_skia && ninja -C out/Debug dm in chromium/src/third_party/skia will get 13 ./gyp_skia && ninja -C out/Debug dm in chromium/src/third_party/skia will get
14 you rolling. 14 you rolling.
15 15
16 We no longer recommend the .gclient file manipulation to have Chromium DEPS also 16 We no longer recommend the .gclient file manipulation to have Chromium DEPS also
17 sync Skia's DEPS. Most of those DEPS are for building and testing only; 17 sync Skia's DEPS. Most of those DEPS are for building and testing only;
18 Chromium doesn't need any of them, and it can be confusing and problematic if 18 Chromium doesn't need any of them, and it can be confusing and problematic if
19 they somehow get mixed into the Chromium build. 19 they somehow get mixed into the Chromium build.
OLDNEW
« no previous file with comments | « site/dev/chrome/index.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698