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

Side by Side Diff: tools-webrtc/mb/docs/user_guide.md

Issue 2585743002: Move tools/mb -> tools-webrtc/mb (Closed)
Patch Set: Fixed presubmits and tests Created 4 years 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 unified diff | Download patch
« no previous file with comments | « tools-webrtc/mb/docs/design_spec.md ('k') | tools-webrtc/mb/mb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The MB (Meta-Build wrapper) user guide 1 # The MB (Meta-Build wrapper) user guide
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Introduction 5 ## Introduction
6 6
7 `mb` is a simple python wrapper around the GYP and GN meta-build tools to 7 `mb` is a simple python wrapper around the GYP and GN meta-build tools to
8 be used as part of the GYP->GN migration. 8 be used as part of the GYP->GN migration.
9 9
10 It is intended to be used by bots to make it easier to manage the configuration 10 It is intended to be used by bots to make it easier to manage the configuration
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 run than you expect; running `'mb -v'` will print what it's doing and 288 run than you expect; running `'mb -v'` will print what it's doing and
289 run the commands; `'mb -n'` will print what it will do but *not* run 289 run the commands; `'mb -n'` will print what it will do but *not* run
290 the commands. 290 the commands.
291 291
292 If you hit weirder things than that, add some print statements to the 292 If you hit weirder things than that, add some print statements to the
293 python script, send a question to gn-dev@chromium.org, or 293 python script, send a question to gn-dev@chromium.org, or
294 [file a bug](https://crbug.com/new) with the label 294 [file a bug](https://crbug.com/new) with the label
295 'mb' and cc: dpranke@chromium.org. 295 'mb' and cc: dpranke@chromium.org.
296 296
297 297
OLDNEW
« no previous file with comments | « tools-webrtc/mb/docs/design_spec.md ('k') | tools-webrtc/mb/mb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698