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

Unified Diff: blimp/docs/container.md

Issue 1930303002: Simplify GN target names for //blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blimp_shell 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 | « blimp/common/BUILD.gn ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »
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 6cec582e00d78ddd21314bab9573ce07277a2550..5208806b165da9e3f713cb2d609004d9126188a6 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -44,7 +44,7 @@ dependencies. From time to time, this list may need to be updated. Use
```bash
./blimp/tools/generate-engine-manifest.py \
--build-dir out-linux/Debug \
- --target //blimp/engine:blimp_engine \
+ --target //blimp/engine \
--output blimp/engine/engine-manifest.txt
```
« no previous file with comments | « blimp/common/BUILD.gn ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698