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

Unified Diff: tools/mb/docs/user_guide.md

Issue 2038483002: mb: Allow overriding the path to the gyp script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Created 4 years, 6 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 | tools/mb/mb.py » ('j') | tools/mb/mb.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/docs/user_guide.md
diff --git a/tools/mb/docs/user_guide.md b/tools/mb/docs/user_guide.md
index 01ac5b7a11184b62489c71edc2ee5ac50f727dbb..60ff9c20e574a70bb2e15f99dec38d85e2fba062 100644
--- a/tools/mb/docs/user_guide.md
+++ b/tools/mb/docs/user_guide.md
@@ -135,6 +135,8 @@ incorporated into the appropriate flags for GYP or GN as needed.
If gen ends up using GYP, the path must have a valid GYP configuration as the
last component of the path (i.e., specify `//out/Release_x64`, not `//out`).
+The gyp script defaults to `build/gyp_chromium`, but can be overridden with
Dirk Pranke 2016/06/03 17:59:24 Nit: I would have written "//build/gyp_chromium" t
Michael Achenbach 2016/06/03 19:55:03 Can do. But is it clearer? Doesn't a // suggest th
+the `--gyp-script` flag.
### `mb help`
« no previous file with comments | « no previous file | tools/mb/mb.py » ('j') | tools/mb/mb.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698