Lines Matching refs:gn
33 help='Type of name of the gn output directory (e.g. Debug or Release). '
35 'script will reset the gn args in this directory on each run.')
36 parser.add_argument('--extra-gn-args', default='',
124 gn = 'gn'
130 gn = 'gn.exe'
131 gn = os.path.join(chrome_src_dir, 'buildtools', platform, gn)
134 subprocess.check_call([gn, 'gen', chrome_target_dir_rel, '--args='+gnargs],