Home | History | Annotate | Download | only in build

Lines Matching refs:platform

50   return sys.platform in ['win32', 'cygwin']
55 return sys.platform.startswith('linux')
60 return sys.platform == 'darwin'
87 def platform():
89 Returns a string representing the platform this build is targetted for.
121 if platform() == 'android':
124 elif platform() == 'ios':
144 if (distributor() == 'goma' and platform() == 'win32' and
147 if platform() == 'android':
149 if platform() == 'win' and builder() == 'ninja':
151 if platform() == 'linux' and builder() == 'ninja':
153 if platform() == 'mac':
155 if (platform() == 'win' and builder() == 'ninja' and
192 out_dir = get_target_build_dir(builder(), target, platform() == 'ios')