Home
last modified time | relevance | path

Searched refs:target_os (Results 1 – 25 of 56) sorted by relevance

123

/external/libyuv/files/docs/
Dgetting_started.md30 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 …]
Ddeprecated_builds.md32 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/
DBUILDCONFIG.gn45 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") {
Dgn_to_bp.py297 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/
DBUILDCONFIG.gn45 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") {
Dgn_to_bp.py262 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/
Dbuild.gni37 if (target_os == "mac") {
39 [ target_os ],
43 if (target_os == "ios") {
/external/swiftshader/third_party/SPIRV-Tools/build_overrides/
Dbuild.gni37 if (target_os == "mac") {
39 [ target_os ],
43 if (target_os == "ios") {
/external/pdfium/build_overrides/
Dbuild.gni53 if (target_os == "mac") {
55 [ target_os ],
59 if (target_os == "ios") {
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn31 if (target_os == "") {
32 target_os = host_os
35 current_os = target_os
/external/libunwind/
Dconfigure.ac140 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/
Dcommand.py274 def setup(target_os): argument
277 if target_os == 'android':
279 elif target_os == 'windows':
/external/v8/tools/node/
Dbuild_gn.py56 target_os = FindTargetOs(options.flag)
57 if target_os != "win":
/external/v8/tools/testrunner/
Dbase_runner.py226 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/
Dbuild-instructions.md43 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/
Dgclient.config10 target_os = ["android"]
/external/skia/platform_tools/android/
Dgclient.config10 target_os = ["android"]
/external/libyuv/files/
Dsetup_links.py62 target_os = get_target_os_list() variable
63 if 'android' in target_os:
84 if 'ios' in target_os:
/external/webrtc/
Dsetup_links.py82 target_os = get_target_os_list() variable
83 if 'android' in target_os:
105 if 'ios' in target_os:
/external/v8/tools/clang/scripts/
Dupdate.py451 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/
DBUILD.gn157 # Use target_os == "chromeos" instead of is_chromeos because we need to
159 if (is_android || target_os == "chromeos") {
/external/protobuf/
Dconfigure.ac158 case "$target_os" in
169 case "$target_os" in
/external/skia/site/user/
Dbuild.md217 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/
Dbuild.md217 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/
Dconfigure.in64 case $target_os in

123