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

Side by Side Diff: tools/mb/README.md

Issue 1005723003: First pass at a meta-build wrapper for the gyp->gn migration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to mb, add docs Created 5 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 unified diff | Download patch
« no previous file with comments | « build/mb_conf.pyl ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # MB - The Meta-Build wrapper
2
3 MB is a simple wrapper intended to provide a uniform interface to either
4 GYP or GN, such that users and bots can call one script and not need to
5 worry about whether a given bot is meant to use GN or GYP.
6
7 It supports two main functions:
8
9 1. "gen" - the main `gyp_chromium` / `gn gen` invocation that generates the
10 Ninja files needed for the build.
11
12 2. "analyze" - the step that takes a list of modified files and a list of
13 desired targets and reports which targets will need to be rebuilt.
14
15 We also use MBW as a forcing function to collect all of the different
scottmg 2015/04/02 20:02:40 MBW->MB
Dirk Pranke 2015/04/02 21:16:16 will fix.
16 build configurations that we actually support for Chromium builds into
17 one place, in `src/build/mbw_conf.pyl`.
scottmg 2015/04/02 20:02:40 same
Dirk Pranke 2015/04/02 21:16:16 same.
18
19 For more information, see:
20
21 * [The Design Spec](docs/design_spec.md)
22 * [The User Guide](docs/user_guide.md)
OLDNEW
« no previous file with comments | « build/mb_conf.pyl ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698