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

Unified Diff: blimp/docs/container.md

Issue 1937423002: Refactor generate engine manifest to accept blacklist as an argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up to take from sanity check to review ready code. Includes updating blacklist. Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/engine/engine-manifest.txt » ('j') | blimp/tools/generate-manifest.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/container.md
diff --git a/blimp/docs/container.md b/blimp/docs/container.md
index b8c652cef018ef62b6d7ea151230a461f2d4b85b..83377310b246ce5ee2358d58cffdc48d31083a31 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -39,13 +39,14 @@ This target is always built as part of the top-level `blimp/blimp` meta-target.
`blimp/engine/engine-manifest.txt` is a list of the engine's runtime
dependencies. From time to time, this list may need to be updated. Use
-`blimp/tools/generate-engine-manifest.py` to (re)generate the manifest:
+`blimp/tools/generate-manifest.py` to (re)generate the manifest:
```bash
-./blimp/tools/generate-engine-manifest.py \
+./blimp/tools/generate-manifest.py \
--build-dir out-linux/Debug \
--target //blimp/engine \
- --output blimp/engine/engine-manifest.txt
+ --output blimp/engine/engine-manifest.txt \
+ --blacklist blimp/tools/manifest-blacklist.txt
```
Be sure to review the generated manifest and remove any false runtime
« no previous file with comments | « no previous file | blimp/engine/engine-manifest.txt » ('j') | blimp/tools/generate-manifest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698