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

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: Created 4 years, 8 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/engine/engine-manifest.txt » ('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 5208806b165da9e3f713cb2d609004d9126188a6..16f79cc7a3a26d1f3b0a61ab4100a39be9d79d68 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -45,7 +45,8 @@ dependencies. From time to time, this list may need to be updated. Use
./blimp/tools/generate-engine-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/engine/engine-manifest.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698