Lines Matching refs:targets
182 subp.add_argument('--swarming-targets-file',
183 help='save runtime dependencies for targets listed '
297 '--swarming-targets-file', self.args.swarming_targets_file)
586 'Duplicate targets in isolate map files: %s.' %
693 # the compile targets listed (one per line) in the file so
695 # the compile targets to the matching GN labels.
725 # Android targets may be either android_apk or executable. The former
734 # For script targets, the build target is usually a group,
816 def MapTargetsToLabels(self, isolate_map, targets):
820 for target in targets:
987 # If we're building 'all', we can throw away the rest of the targets
994 # crbug.com/736215: When GN returns targets back, for targets in
998 # targets in other toolchains, though, GN doesn't generate the
999 # phony targets, and we don't know how to turn the labels into
1000 # compile targets. In this case, we also conservatively give up
1002 # to have GN return the compile targets directly.
1004 self.Print('WARNING: targets with non-default toolchains were '
1013 # targets, we just give up and conservatively build everything instead.
1018 self.Print('WARNING: Too many compile targets were affected.')