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` |