Home | History | Annotate | Download | only in skia

Lines Matching full:targets

22 # special targets

89 def MakeWindows(targets):
93 targets: build targets as a list of strings
104 while TARGET_GYP in targets:
105 targets.remove(TARGET_GYP)
108 if targets:
110 os.path.join(OUT_SUBDIR, BUILDTYPE), ' '.join(targets)))
119 # handle any variable-setting parameters or special targets
122 # if no targets were specified at all, make default target
126 targets = []
132 targets.append('everything')
140 targets.append(arg)
142 # if there are no remaining targets, we're done
143 if not targets:
148 MakeWindows(targets)