Home
last modified time | relevance | path

Searched +full:ninja +full:- +full:win (Results 1 – 25 of 44) sorted by relevance

12

/external/skqp/infra/bots/assets/win_ninja/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
16 URL = "https://github.com/ninja-build/ninja/releases/download/%s/ninja-win.zip"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
21 subprocess.check_call(["unzip", "ninja-win.zip", "-d", target_dir])
22 subprocess.check_call(["rm", "ninja-win.zip"])
26 parser.add_argument('--target_dir', '-t', required=True)
/external/skia/infra/bots/assets/win_ninja/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
16 URL = "https://github.com/ninja-build/ninja/releases/download/%s/ninja-win.zip"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
21 subprocess.check_call(["unzip", "ninja-win.zip", "-d", target_dir])
22 subprocess.check_call(["rm", "ninja-win.zip"])
26 parser.add_argument('--target_dir', '-t', required=True)
/external/Microsoft-GSL/
Dappveyor.yml4 - x86
5 - x64
8 - Debug
9 - Release
12 - Visual Studio 2015
13 - Visual Studio 2017
18 NINJA_PATH: C:\Tools\ninja\ninja-%NINJA_TAG%
22 - GSL_CXX_STANDARD: 14
25 - GSL_CXX_STANDARD: 17
28 - GSL_CXX_STANDARD: 14
[all …]
/external/v8/tools/node/
Dbuild_gn.py3 # Use of this source code is governed by a BSD-style license that can be
10 Usage: build_gn.py <Debug/Release> <v8-path> <build-path> [<build-flags>]...
47 elif options.host_os == "win":
48 os_path = "win"
57 if target_os != "win":
74 args = [gn, "gen", options.build_path, "-q", "--args=" + flattened_args]
79 ninja = os.path.join(depot_tools, "ninja")
81 # Required because there is an extension-less file called "ninja".
82 ninja += ".exe"
83 args = [ninja, "-C", options.build_path, BUILD_TARGET]
[all …]
/external/libcxx/
Dappveyor-reqs-install.cmd11 if NOT EXIST llvm-installer.exe (
12 …eyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileNam…
15 START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
18 if DEFINED CLANG_VERSION clang-cl -v
20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
23 if DEFINED MINGW_PATH g++ -v
29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
35 cmake --version
[all …]
/external/v8/gypfiles/
Dlandmine_utils.py2 # Use of this source code is governed by a BSD-style license that can be
23 print '%s -> %r' % (func.__name__, val[0])
73 return 'ib' # use (win and !goma and headless) as approximation of ib
80 Possible values: 'win', 'mac', 'linux', 'ios', 'android'
88 return 'win'
99 Possible values: 'make', 'ninja', 'xcode', 'msvs', 'scons'
104 if generator.endswith('-android'):
105 return generator.split('-')[0]
106 elif generator.endswith('-ninja'):
107 return 'ninja'
Dlandmines.py3 # Use of this source code is governed by a BSD-style license that can be
12 diff between the new landmines and the old ones is non-null. At this point, the
38 r'c:\b\build\slave\win\build\src\out'
47 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.
63 """Extracts from a build.ninja the commands to run GN.
65 The commands to run GN are the gn rule and build.ninja build step at the
66 top of the build.ninja file. We want to keep these when deleting GN builds
67 since we want to preserve the command-line flags to GN.
73 # is the "rule gn" and the second is the section for "build build.ninja",
86 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
[all …]
/external/deqp-deps/SPIRV-Tools/
D.appveyor.yml2 # http://www.appveyor.com/docs/appveyor-yml
10 - Visual Studio 2017
11 #- Visual Studio 2013
14 - x64
17 - Debug
18 #- Release
22 - master
24 # Travis advances the master-tot tag to current top of the tree after
26 # upload build artifacts to the master-tot release. This will cause
36 # - os: Visual Studio 2013
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
D.appveyor.yml2 # http://www.appveyor.com/docs/appveyor-yml
10 - Visual Studio 2017
11 #- Visual Studio 2013
14 - x64
17 - Debug
18 #- Release
22 - master
24 # Travis advances the master-tot tag to current top of the tree after
26 # upload build artifacts to the master-tot release. This will cause
36 # - os: Visual Studio 2013
[all …]
/external/conscrypt/
Dappveyor.yml2 ANDROID_HOME: "C:\\android-sdk-windows"
3 ANDROID_NDK_HOME: "C:\\android-sdk-windows\\ndk-bundle"
6 ANDROID_TOOLS_URL: "https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip"
7 NINJA_URL: "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip"
8 CMAKE_URL: "https://cmake.org/files/v3.11/cmake-3.11.1-win32-x86.zip"
17 # - x86
18 - x64
30 - appveyor DownloadFile %ANDROID_TOOLS_URL% -FileName android-tools.zip
31 - 7z x android-tools.zip -o"%ANDROID_HOME%" > nul
33 # Get Ninja
[all …]
/external/skia/infra/bots/recipe_modules/build/
Ddefault.py2 # Use of this source code is governed by a BSD-style license that can be
21 '--chrome-dir', chrome_dir,
22 '--output-dir', out,
23 '--no-sync', '--no-hooks', '--make-output-dir'])
46 cmd=['cmake', '-DBUILD_TESTS=OFF', swiftshader_root, '-GNinja'])
47 api.run(api.step, 'swiftshader ninja',
48 cmd=['ninja', '-C', out, 'libEGL.so', 'libGLESv2.so'])
71 '-DDUMMY_xcode_build_version=%s' % XCODE_BUILD_VERSION)
84 # (Build-Mac-Clang-x64-Release-iOS).
85 '-kind', 'ios',
[all …]
Dandroid.py2 # Use of this source code is governed by a BSD-style license that can be
21 extra_cflags.append('-O1')
28 elif 'Win' in os:
37 extra_cflags.append('-DDUMMY_ndk_version=%s' %
64 api.run(api.python, 'fetch-gn',
65 script=skia_dir.join('bin', 'fetch-gn'),
73 build_cmd = ['go', 'build', '-o', output_binary, build_target]
81 android_home = api.vars.slave_dir.join(sdk_asset, 'android-sdk')
93 cmd=[gn, 'gen', out_dir, '--args=' + gn_args])
94 api.run(api.step, 'ninja', cmd=['ninja', '-C', out_dir])
/external/skqp/infra/bots/recipe_modules/build/
Ddefault.py2 # Use of this source code is governed by a BSD-style license that can be
21 '--chrome-dir', chrome_dir,
22 '--output-dir', out,
23 '--no-sync', '--no-hooks', '--make-output-dir'])
46 cmd=['cmake', '-DBUILD_TESTS=OFF', swiftshader_root, '-GNinja'])
47 api.run(api.step, 'swiftshader ninja',
48 cmd=['ninja', '-C', out, 'libEGL.so', 'libGLESv2.so'])
71 '-DDUMMY_xcode_build_version=%s' % XCODE_BUILD_VERSION)
84 # (Build-Mac-Clang-x64-Release-iOS).
85 '-kind', 'ios',
[all …]
Dandroid.py2 # Use of this source code is governed by a BSD-style license that can be
21 extra_cflags.append('-O1')
28 elif 'Win' in os:
37 extra_cflags.append('-DDUMMY_ndk_version=%s' %
64 api.run(api.python, 'fetch-gn',
65 script=skia_dir.join('bin', 'fetch-gn'),
73 build_cmd = ['go', 'build', '-o', output_binary, build_target]
81 android_home = api.vars.slave_dir.join(sdk_asset, 'android-sdk')
93 cmd=[gn, 'gen', out_dir, '--args=' + gn_args])
94 api.run(api.step, 'ninja', cmd=['ninja', '-C', out_dir])
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Win-MSVC-x86_64-Debug-MSRTC.json5 "-u",
6 "[START_DIR]/cache/work/skia/bin/fetch-gn"
14 "name": "fetch-gn"
20 "[START_DIR]/cache/work/skia/out/Build-Win-MSVC-x86_64-Debug-MSRTC/Debug_x64",
21 …"--args=sanitize=\"MSVC\" target_cpu=\"x86_64\" win_sdk=\"[START_DIR]/win_toolchain/win_sdk\" win_…
32 "ninja",
33 "-C",
34 "[START_DIR]/cache/work/skia/out/Build-Win-MSVC-x86_64-Debug-MSRTC/Debug_x64"
41 "name": "ninja"
46 "-u",
[all …]
DBuild-Win-Clang-x86_64-Debug-OpenCL.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Debug-OpenCL/Debug_x64",
35--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \"-
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Debug-OpenCL/Debug_x64"
[all …]
DBuild-Win-Clang-x86-Debug-Exceptions.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86-Debug-Exceptions/Debug",
35 …"--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \"…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86-Debug-Exceptions/Debug"
[all …]
DBuild-Win-Clang-arm64-Release-Android.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-arm64-Release-Android/Release",
35 …"--args=extra_cflags=[\"-DDUMMY_ndk_version=42\"] is_debug=false ndk=\"[START_DIR]/n\" target_cpu=…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-arm64-Release-Android/Release"
[all …]
DBuild-Win-Clang-x86_64-Release-Vulkan.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64",
35 …"--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-DDUMMY_c…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64"
[all …]
/external/skqp/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Win-Clang-x86_64-Debug-OpenCL.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Debug-OpenCL/Debug_x64",
35--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \"-
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Debug-OpenCL/Debug_x64"
[all …]
DBuild-Win-Clang-x86-Debug-Exceptions.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86-Debug-Exceptions/Debug",
35 …"--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \"…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86-Debug-Exceptions/Debug"
[all …]
DBuild-Win-Clang-x86_64-Release-Vulkan.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64",
35 …"--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-DDUMMY_c…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64"
[all …]
DBuild-Win-Clang-arm64-Release-Android.json5 "-u",
7 "--json-output",
19 "-u",
20 "[START_DIR]/cache/work/skia/bin/fetch-gn"
28 "name": "fetch-gn"
34 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-arm64-Release-Android/Release",
35 …"--args=extra_cflags=[\"-DDUMMY_ndk_version=42\"] is_debug=false ndk=\"[START_DIR]/n\" target_cpu=…
46 "ninja",
47 "-C",
48 "[START_DIR]/cache/work/skia/out/Build-Win-Clang-arm64-Release-Android/Release"
[all …]
/external/v8/tools/clang/scripts/
Dupdate.py3 # Use of this source code is governed by a BSD-style license that can be
27 # Do NOT CHANGE this if you don't know what you're doing -- see
40 PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
48 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap')
50 'llvm-bootstrap-install')
52 LLVM_BUILD_DIR = os.path.join(CHROMIUM_DIR, 'third_party', 'llvm-build',
55 COMPILER_RT_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'compiler-rt')
58 # compiler-rt is built as part of the regular LLVM build on Windows to get
59 # the 64-bit runtime, and out-of-tree elsewhere.
62 COMPILER_RT_DIR = os.path.join(LLVM_DIR, 'projects', 'compiler-rt')
[all …]
/external/webrtc/webrtc/build/
Dgyp_webrtc5 # Use of this source code is governed by a BSD-style license
41 use_analyzer = len(args) and args[0] == '--analyzer'
45 args.append('-Gconfig_path=' + args.pop(0))
46 args.append('-Ganalyzer_output_path=' + args.pop(0))
74 args.append('--no-circular-check')
76 # Default to ninja unless GYP_GENERATORS is set.
78 os.environ['GYP_GENERATORS'] = 'ninja'
81 if sys.platform.startswith('win'):
92 args.append('--check')
98 if all(('ninja' in os.environ.get('GYP_GENERATORS', ''),
[all …]

12