• Home
  • Raw
  • Download

Lines Matching refs:target_os

30 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`
35 For Android add `;target_os=['android'];` to your Linux .gclient
47 target_os = ["android", "linux"];
105 Add to .gclient last line: `target_os=['ios'];`
109 …gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_signing=false target_c…
110 …gn gen out/Debug "--args=is_debug=true target_os=\"ios\" ios_enable_code_signing=false target_cpu=…
116 …gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_signing=false target_c…
117 …gn gen out/Debug "--args=is_debug=true target_os=\"ios\" ios_enable_code_signing=false target_cpu=…
124 Add to .gclient last line: `target_os=['android'];`
128 gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\""
129 gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\""
135 gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"arm64\""
136 gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"arm64\""
142 gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"x86\""
143 gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"x86\""
149 …gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"mipsel\" mips_arch_va…
150 …gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"mipsel\" mips_arch_varia…
154 …gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"mips64el\" mips_arch_…
155 …gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"mips64el\" mips_arch_var…