Home | History | Annotate | Download | only in mb

Lines Matching refs:gyp

7 """MB - the Meta-Build wrapper around GYP and GN
9 MB is a wrapper script for GYP and GN that can be used to generate build files
91 subp.add_argument('--gyp-script', metavar='PATH',
93 help='path to gyp script relative to project root '
387 """Track the progress of the GYP->GN migration on the bots."""
397 STAT_GYP = 'Still GYP'
456 gyp = set()
466 if vals['type'] == 'gyp':
467 gyp.add(builder)
474 if vals['type'] == 'gyp':
475 gyp.add(builder)
484 if master_only or config_only or tbd or gyp:
488 PrintBuilders(STAT_GYP, gyp, notes)
580 assert vals['type'] in ('gn', 'gyp'), (
721 # have no idea if this was a GYP build or a GN build. Clobber it
1102 # GYP uses shlex.split() to split the gyp defines into separate arguments,
1127 # the exact values of the GYP variables we need.
1131 # //tools/clang/scripts/update.py is invoked by GYP and GN but
1139 # go away with GYP.
1146 # GYP sets the link concurrency to use via the GYP_LINK_CONCURRENCY
1486 # From //tools/gyp/pylib/gyp/msvs_emulation.py:23.