/external/libyuv/files/docs/ |
D | getting_started.md | 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\"" [all …]
|
D | deprecated_builds.md | 32 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.` 37 For Android add `;target_os=['android'];` to your Linux .gclient 50 target_os = ["android", "unix"]; 108 Add to .gclient last line: `target_os=['ios'];` 137 Add to .gclient last line: `target_os=['android'];` 201 …gn gen out/Default "--args=is_debug=false target_cpu=\"mipsel\" target_os = \"android\" mips_arch_… 205 …gn gen out/Default "--args=is_debug=false target_cpu=\"mips64el\" target_os = \"android\" mips_arc…
|
/external/skia/gn/ |
D | BUILDCONFIG.gn | 45 target_os = "wasm" 49 if (target_os == "") { 50 target_os = host_os 52 target_os = "android" 56 current_os = target_os 135 if (target_os == "win") { 188 if (target_os == "win") {
|
D | gn_to_bp.py | 297 def generate_args(target_os, enable_gpu): argument 317 d['target_os'] = target_os 318 if target_os == '"android"': 330 if target_os == '"win"':
|
/external/skqp/gn/ |
D | BUILDCONFIG.gn | 45 target_os = "wasm" 49 if (target_os == "") { 50 target_os = host_os 52 target_os = "android" 56 current_os = target_os 135 if (target_os == "win") { 188 if (target_os == "win") {
|
D | gn_to_bp.py | 262 def generate_args(target_os, enable_gpu): argument 280 d['target_os'] = target_os 281 if target_os == '"android"':
|
/external/deqp-deps/SPIRV-Tools/build_overrides/ |
D | build.gni | 37 if (target_os == "mac") { 39 [ target_os ], 43 if (target_os == "ios") {
|
/external/swiftshader/third_party/SPIRV-Tools/build_overrides/ |
D | build.gni | 37 if (target_os == "mac") { 39 [ target_os ], 43 if (target_os == "ios") {
|
/external/pdfium/build_overrides/ |
D | build.gni | 53 if (target_os == "mac") { 55 [ target_os ], 59 if (target_os == "ios") {
|
/external/perfetto/gn/standalone/ |
D | BUILDCONFIG.gn | 31 if (target_os == "") { 32 target_os = host_os 35 current_os = target_os
|
/external/libunwind/ |
D | configure.ac | 140 AC_MSG_RESULT([$target_os]) 156 AM_CONDITIONAL(OS_LINUX, expr x$target_os : xlinux >/dev/null) 157 AM_CONDITIONAL(OS_HPUX, expr x$target_os : xhpux >/dev/null) 158 AM_CONDITIONAL(OS_FREEBSD, expr x$target_os : xfreebsd >/dev/null) 159 AM_CONDITIONAL(OS_QNX, expr x$target_os : xnto-qnx >/dev/null) 370 AC_SUBST(target_os) subst
|
/external/v8/tools/testrunner/local/ |
D | command.py | 274 def setup(target_os): argument 277 if target_os == 'android': 279 elif target_os == 'windows':
|
/external/v8/tools/node/ |
D | build_gn.py | 56 target_os = FindTargetOs(options.flag) 57 if target_os != "win":
|
/external/v8/tools/testrunner/ |
D | base_runner.py | 226 self.target_os = None 240 command.setup(self.target_os) 381 self.target_os = 'android' 383 self.target_os = utils.GuessOS() 650 "system": self.target_os,
|
/external/perfetto/docs/ |
D | build-instructions.md | 43 target_os = "android" # Only when building for Android 106 `target_os = "android" | "linux" | "mac"`: 110 Defaults to `"arm"` when `target_os` == `"android"`, `"x64"` when targeting the
|
/external/skqp/platform_tools/android/ |
D | gclient.config | 10 target_os = ["android"]
|
/external/skia/platform_tools/android/ |
D | gclient.config | 10 target_os = ["android"]
|
/external/libyuv/files/ |
D | setup_links.py | 62 target_os = get_target_os_list() variable 63 if 'android' in target_os: 84 if 'ios' in target_os:
|
/external/webrtc/ |
D | setup_links.py | 82 target_os = get_target_os_list() variable 83 if 'android' in target_os: 105 if 'ios' in target_os:
|
/external/v8/tools/clang/scripts/ |
D | update.py | 451 target_os = [] 455 target_os = env.get('target_os', target_os) 459 expected_stamp = ','.join([PACKAGE_VERSION] + target_os) 471 if 'win' in target_os:
|
/external/libchrome/mojo/core/ |
D | BUILD.gn | 157 # Use target_os == "chromeos" instead of is_chromeos because we need to 159 if (is_android || target_os == "chromeos") {
|
/external/protobuf/ |
D | configure.ac | 158 case "$target_os" in 169 case "$target_os" in
|
/external/skia/site/user/ |
D | build.md | 217 Run GN to generate your build files. Set `target_os="ios"` to build for iOS. 220 bin/gn gen out/ios64 --args='target_os="ios"' 221 bin/gn gen out/ios32 --args='target_os="ios" target_cpu="arm"' 222 bin/gn gen out/iossim --args='target_os="ios" target_cpu="x64"'
|
/external/skqp/site/user/ |
D | build.md | 217 Run GN to generate your build files. Set `target_os="ios"` to build for iOS. 220 bin/gn gen out/ios64 --args='target_os="ios"' 221 bin/gn gen out/ios32 --args='target_os="ios" target_cpu="arm"' 222 bin/gn gen out/iossim --args='target_os="ios" target_cpu="x64"'
|
/external/fec/ |
D | configure.in | 64 case $target_os in
|