Lines Matching refs:target_os
14 if args.target_os is not None:
15 target_dir = [args.target_os]
31 if args.target_os != 'ios' and args.interpreter:
43 if args.target_os == 'fuchsia' and args.fuchsia_cpu is not None:
71 if args.target_os == 'android':
73 elif args.target_os == 'ios':
77 if args.target_os != 'android' and args.enable_vulkan:
80 if args.target_os != 'ios' and args.enable_metal:
90 if args.target_os != 'ios':
102 gn_args['skia_use_expat'] = args.target_os == 'android'
109 gn_args['android_full_debug'] = args.target_os == 'android' and args.unoptimized
112 if args.target_os == 'android' or args.target_os == 'ios':
137 if args.target_os == 'android':
139 elif args.target_os == 'ios':
142 elif args.target_os is not None:
143 gn_args['target_os'] = args.target_os
163 if args.target_os == 'android':
165 elif args.target_os == 'ios':
170 elif args.target_os == 'linux':
172 elif args.target_os == 'fuchsia':
187 if args.target_os is None:
256 if args.target_os is None: