/third_party/gn/src/gn/format_test_data/ |
D | 082.golden | 8 (target_os == "android" || target_os == "chromeos" || 9 target_os == "fuchsia" || target_os == "linux" || 10 target_os == "winnnnn")) { 17 (target_os == "android" || target_os == "chromeos" || 18 target_os == "fuchsia" || target_os == "linux" || 19 target_os == "win")) { 28 (target_os == "android" || target_os == "chromeos" || 29 target_os == "fuchsia" || target_os == "linux" || 30 target_os == "win")) {
|
D | 082.gn | 8 (target_os == "android" || target_os == "chromeos" || 9 target_os == "fuchsia" || target_os == "linux" || 10 target_os == "winnnnn")) { 17 (target_os == "android" || target_os == "chromeos" || 18 target_os == "fuchsia" || target_os == "linux" || 19 target_os == "win")) { 28 (target_os == "android" || target_os == "chromeos" || 29 target_os == "fuchsia" || target_os == "linux" || 30 target_os == "win")) {
|
/third_party/flutter/engine/flutter/tools/ |
D | gn | 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' [all …]
|
/third_party/gn/examples/ios/build/ |
D | BUILDCONFIG.gn | 5 if (target_os == "") { 6 target_os = "ios" 15 current_os = target_os 37 set_default_toolchain("//build/toolchain/$target_os:clang_$target_cpu") 39 if (target_os == "ios") {
|
/third_party/gn/examples/simple_build/build/ |
D | BUILDCONFIG.gn | 5 if (target_os == "") { 6 target_os = host_os 15 current_os = target_os 18 is_linux = host_os == "linux" && current_os == "linux" && target_os == "linux" 19 is_mac = host_os == "mac" && current_os == "mac" && target_os == "mac"
|
/third_party/grpc/third_party/cares/ |
D | BUILD.gn | 88 if (target_os == "win") { 104 if (target_os == "android" || target_os == "ohos" || target_os == "aosp") { 106 } else if (target_os == "linux") { 108 } else if (target_os == "win") { 112 # print("cares_target_os is $target_os")
|
/third_party/gn/examples/rust_example/ |
D | BUILDCONFIG.gn | 1 if (target_os == "") { 2 target_os = host_os 11 current_os = target_os
|
/third_party/flutter/skia/gn/ |
D | BUILDCONFIG.gn | 42 target_os = "wasm" 46 if (target_os == "") { 47 target_os = host_os 49 target_os = "android" 53 current_os = target_os 116 if (target_os == "win") { 126 if (target_os == "win") {
|
D | gn_to_bp.py | 297 def generate_args(target_os, enable_gpu): argument 318 d['target_os'] = target_os 319 if target_os == '"android"': 332 if target_os == '"win"':
|
/third_party/skia/gn/ |
D | gn_to_bp.py | 390 def generate_args(target_os, enable_gpu, renderengine = False): argument 413 d['target_os'] = target_os 414 if target_os == '"android"': 424 if target_os == '"win"': 435 if target_os == '"android"' and not renderengine:
|
D | BUILDCONFIG.gn | 42 target_os = "wasm" 47 # This is just to make the Dawn build files happy. Skia itself uses target_os = "linux" 106 if (target_os == "win") { 117 if (target_os == "win") {
|
/third_party/skia/tools/skottie_ios_app/ |
D | README.md | 11 target_os="ios" 33 target_os="ios" 54 target_os="ios"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/build_overrides/ |
D | build.gni | 34 if (target_os == "mac") { 36 [ target_os ], 40 if (target_os == "ios") {
|
/third_party/spirv-tools/build_overrides/ |
D | build.gni | 34 if (target_os == "mac") { 36 [ target_os ], 40 if (target_os == "ios") {
|
/third_party/skia/third_party/externals/spirv-tools/build_overrides/ |
D | build.gni | 34 if (target_os == "mac") { 36 [ target_os ], 40 if (target_os == "ios") {
|
/third_party/gn/docs/ |
D | cross_compiles.md | 27 of `target_os` and `target_cpu`; if they are not set, the build config 40 gn gen out/Default --args='target_os="linux" target_cpu="x64"' 46 gn gen out/Default --args='target_os="android"' 55 gn gen out/Default --args='target_os="chromeos" target_cpu="mips64el"' 70 You can also refer to the `target_cpu` and `target_os` variables. This 116 `default_toolchain` should be the toolchain for the `target_os` and
|
/third_party/boost/tools/build/test/ |
D | BoostBuild.py | 116 def prepare_prefixes_and_suffixes(toolset, target_os=default_os): argument 122 prepare_suffix_map(rtoolset, target_os) 123 prepare_library_prefix(rtoolset, target_os) 126 def prepare_suffix_map(toolset, target_os=default_os): argument 135 if target_os == "cygwin": 139 elif target_os == "windows": 155 if target_os == "darwin": 159 def prepare_library_prefix(toolset, target_os=default_os): argument 169 if target_os == "cygwin": 171 elif target_os == "windows" and toolset != "gcc": [all …]
|
/third_party/musl/ |
D | musl_config.gni | 21 if ((defined(target_os) && target_os == "ohos") ||
|
/third_party/ffmpeg/tests/ |
D | fate.sh | 60 ${target_os:+--target-os="$target_os"} \
|
/third_party/libunwind/ |
D | configure.ac | 171 AC_MSG_RESULT([$target_os]) 192 AM_CONDITIONAL(OS_LINUX, expr x$target_os : xlinux >/dev/null) 193 AM_CONDITIONAL(OS_HPUX, expr x$target_os : xhpux >/dev/null) 194 AM_CONDITIONAL(OS_FREEBSD, expr x$target_os : xfreebsd >/dev/null) 195 AM_CONDITIONAL(OS_QNX, expr x$target_os : xnto-qnx >/dev/null) 196 AM_CONDITIONAL(OS_SOLARIS, expr x$target_os : xsolaris >/dev/null) 430 AC_SUBST(target_os) subst
|
/third_party/flutter/skia/platform_tools/android/ |
D | gclient.config | 10 target_os = ["android"]
|
/third_party/skia/platform_tools/android/ |
D | gclient.config | 10 target_os = ["android"]
|
/third_party/skia/experimental/minimal_ios_mtl_skia_app/ |
D | README.md | 9 target_os="ios"
|
/third_party/flutter/skia/third_party/externals/angle2/build_overrides/ |
D | build.gni | 15 [ target_os ],
|
/third_party/skia/third_party/externals/angle2/build_overrides/ |
D | build.gni | 18 [ target_os ],
|