0

cipd.md: Add mention of chrome_internal

TBR=agrieve  # Markdown

Change-Id: I83ddd80a0e334470f1752a6d2d9b6a25673322ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927129
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719154}
This commit is contained in:
Andrew Grieve
2019-11-26 15:27:36 +00:00
committed by Commit Bot
parent fe41b8f5de
commit b49b883847

@ -26,7 +26,7 @@ create the following:
README.chromium
```
For more on third-party dependencies, see [here][2].
For more on third-party dependencies, see [adding_to_third_party.md][2].
### 2. Acquire whatever you want to package
@ -110,6 +110,12 @@ data:
- file: foo.jar
```
To create a private (Googler-only) package:
```
# Map this to //clank/third_party/sample_cipd_dep.
package: chrome_internal/third_party/sample_cipd_dep
```
For more information about the package definition spec, see [the code][3].
> **Note:** Committing the .yaml file to the repository isn't required,
@ -120,7 +126,7 @@ For more information about the package definition spec, see [the code][3].
To actually create your package, you'll need:
- the cipd.yaml file (described above)
- the `cipd.yaml` file (described above)
- [permission](#permissions-in-cipd).
Once you have those, you can create your package like so:
@ -142,7 +148,7 @@ You'll be adding it to DEPS momentarily.
### 5. Add your CIPD package to DEPS
You can add your package to DEPS by adding an entry of the following form to
You can add your package to `DEPS` by adding an entry of the following form to
the `deps` dict:
```