| /third_party/skia/infra/bots/assets/win_ninja/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 17 URL = "https://github.com/ninja-build/ninja/releases/download/%s/ninja-win.zip" 22 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"]) 23 subprocess.check_call(["unzip", "ninja-win.zip", "-d", target_dir]) 24 subprocess.check_call(["rm", "ninja-win.zip"]) 29 parser.add_argument('--target_dir', '-t', required=True)
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| D | ninja.py | 2 # Use of this source code is governed by a BSD-style license that can be 34 # system to the appropriate locations. Ninja prefers paths to be 38 # ninja/shell variable) that are passed to gyp here but expanded 39 # before writing out into the target .ninja files; see 78 if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): 80 if flavor == "win": 86 """Takes a preprocessor define and returns a -D parameter that's ninja- and 87 shell-escaped.""" 88 if flavor == "win": 90 # some reason. Octal-encode to work around that. [all …]
|
| D | ninja_test.py | 4 # Use of this source code is governed by a BSD-style license that can be 7 """ Unit tests for the ninja.py file. """ 12 import gyp.generator.ninja as ninja namespace 17 # These cannot run on non-Windows as they require a VS installation to 19 if sys.platform.startswith("win"): 20 writer = ninja.NinjaWriter( 21 "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "win" 35 writer = ninja.NinjaWriter( 36 "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "linux"
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| D | ninja.py | 2 # Use of this source code is governed by a BSD-style license that can be 34 # system to the appropriate locations. Ninja prefers paths to be 38 # ninja/shell variable) that are passed to gyp here but expanded 39 # before writing out into the target .ninja files; see 78 if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): 80 if flavor == "win": 86 """Takes a preprocessor define and returns a -D parameter that's ninja- and 87 shell-escaped.""" 88 if flavor == "win": 90 # some reason. Octal-encode to work around that. [all …]
|
| D | ninja_test.py | 4 # Use of this source code is governed by a BSD-style license that can be 7 """ Unit tests for the ninja.py file. """ 12 import gyp.generator.ninja as ninja namespace 17 # These cannot run on non-Windows as they require a VS installation to 19 if sys.platform.startswith("win"): 20 writer = ninja.NinjaWriter( 21 "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "win" 35 writer = ninja.NinjaWriter( 36 "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "linux"
|
| /third_party/ninja/.github/workflows/ |
| D | windows.yml | 11 runs-on: windows-latest 14 fail-fast: false 17 - arch: 'x64' 19 - arch: 'arm64' 23 - uses: actions/checkout@v2 25 - name: Install dependencies 28 - name: Build ninja 31 cmake -Bbuild -A ${{ matrix.arch }} 32 cmake --build build --parallel --config Debug 33 cmake --build build --parallel --config Release [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | windows.yml | 7 runs-on: windows-latest 16 - VER: v141 18 GEN: Ninja Multi-Config 22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 23 NINJA_ROOT: C:\Tools\Ninja 28 - uses: actions/checkout@v2 30 - name: Cache Ninja install 31 if: matrix.GEN == 'Ninja Multi-Config' 32 id: ninja-install 36 C:\Tools\Ninja [all …]
|
| /third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Win-Clang-arm64-Release-Android.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-arm64-Release-Android\\Release", 39 …"--args=extra_cflags=[\"-DREBUILD_IF_CHANGED_ndk_version=42\"] is_debug=false ndk=\"[START_DIR]\\n… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-arm64-Release-Android\\Release" [all …]
|
| D | Build-Win-Clang-x86_64-Debug-ANGLE.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Debug-ANGLE\\Debug_x64", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Debug-ANGLE\\Debug_x64" [all …]
|
| D | Build-Win-Clang-x86-Debug-Exceptions.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions\\Debug", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions\\Debug" [all …]
|
| D | Build-Win-Clang-x86_64-Release-Direct3D.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Direct3D\\Release_x64", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-DPLACEH… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Direct3D\\Release_x64" [all …]
|
| D | Build-Win-Clang-x86_64-Release-Vulkan.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Vulkan\\Release_x64", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-DPLACEH… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Vulkan\\Release_x64" [all …]
|
| D | Build-Win-Clang-x86_64-Release-Shared.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Shared\\Release_x64", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-DPLACEH… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Shared\\Release_x64" [all …]
|
| D | Build-Win-Clang-x86_64-Release-Dawn.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Dawn\\Release_x64", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-DPLACEH… 51 "ninja", 52 "-C", 53 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86_64-Release-Dawn\\Release_x64" [all …]
|
| /third_party/gn/infra/recipe_modules/windows_sdk/examples/ |
| D | full.py | 2 # Use of this source code is governed by a BSD-style license that can be 16 api.step('ninja', ['ninja', '-C', 'out/Release']) 20 for platform in ('linux', 'mac', 'win'):
|
| /third_party/gn/infra/recipe_modules/macos_sdk/examples/ |
| D | full.py | 2 # Use of this source code is governed by a BSD-style license that can be 17 api.step('ninja', ['ninja', '-C', 'out/Release']) 21 for platform in ('linux', 'mac', 'win'):
|
| /third_party/gn/build/ |
| D | gen.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Generates build.ninja that will build GN.""" 42 elif self._platform.startswith('win'): 108 and be able to regenerate a corresponding command-line to be 109 written in the generated Ninja file for the 'regen' rule. 124 """Generate a gen.py argument list to be embedded in a Ninja file.""" 133 assert long_option.startswith('--') 134 dest = long_option[2:].replace('-', '_') 137 # This was not set on the command-line so skip it. 161 args_list.add('-d', '--debug', action='store_true', [all …]
|
| /third_party/vulkan-loader/scripts/gn/ |
| D | DEPS | 21 'package': 'gn/gn/linux-${{arch}}', 37 'third_party/ninja': { 40 'package': 'infra/3pp/tools/ninja/${{platform}}', 54 'action': ['python3', 'build/linux/sysroot_scripts/install-sysroot.py', 55 '--arch=x64'], 58 # Note: On Win, this should run after win_toolchain, as it may use it.
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | win_tool.py | 4 # Use of this source code is governed by a BSD-style license that can be 9 These functions are executed via gyp-win-tool when using the ninja generator. 76 """Transforms a tool name like recursive-mirror to RecursiveMirror.""" 77 return name_string.title().replace("-", "") 84 pairs = open(arch).read()[:-2].split("\0") 93 """Emulation of rm -rf out && cp -af in out.""" 99 # read-only. If that's why, make it writable and try the op again. 125 args = list(args) # *args is a tuple by default, which is read-only. 132 # Popen(['/bin/sh', '-c', args[0], args[1], ...])" 134 # non-Windows don't do that there. [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | win_tool.py | 4 # Use of this source code is governed by a BSD-style license that can be 9 These functions are executed via gyp-win-tool when using the ninja generator. 76 """Transforms a tool name like recursive-mirror to RecursiveMirror.""" 77 return name_string.title().replace("-", "") 84 pairs = open(arch).read()[:-2].split("\0") 93 """Emulation of rm -rf out && cp -af in out.""" 99 # read-only. If that's why, make it writable and try the op again. 125 args = list(args) # *args is a tuple by default, which is read-only. 132 # Popen(['/bin/sh', '-c', args[0], args[1], ...])" 134 # non-Windows don't do that there. [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/skia/infra/bots/recipe_modules/build/ |
| D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 13 '--chrome-dir', chrome_dir, 14 '--output-dir', out, 15 '--extra-gn-args', 'mac_sdk_min="10.13"', 16 '--no-sync', '--no-hooks', '--make-output-dir']) 31 '-DSWIFTSHADER_BUILD_TESTS=OFF', 32 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF', 33 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow. 43 # CMakeLists.txt at a harmless non-existent path. 59 '-fsanitize=' + full, [all …]
|
| D | android.py | 2 # Use of this source code is governed by a BSD-style license that can be 22 extra_cflags.append('-O1') 29 elif 'Win' in os: 39 extra_cflags.append('-DREBUILD_IF_CHANGED_ndk_version=%s' % 69 api.run(api.python, 'fetch-gn', 70 script=skia_dir.join('bin', 'fetch-gn'), 74 cmd=[gn, 'gen', out_dir, '--args=' + gn_args]) 75 api.run(api.step, 'ninja', cmd=['ninja', '-C', out_dir])
|
| /third_party/skia/infra/bots/recipes/compile.expected/ |
| D | Build-Win-Clang-x86-Debug.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug\\Debug", 39 …"--args=cc=\"clang\" clang_win=\"[START_DIR]\\clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\", \… 50 "ninja", 51 "-C", 52 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug\\Debug" [all …]
|
| /third_party/node/deps/openssl/ |
| D | openssl.gyp | 6 'openssl-cli': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)openssl-cli<(EXECUTABLE_SUFFIX)', 8 ['OS == "win"', { 11 ['GENERATOR == "ninja"', { 13 'modules_dir': '<(PRODUCT_DIR_ABS)/obj/lib/openssl-modules', 16 'modules_dir': '<(PRODUCT_DIR_ABS)/obj.target/deps/openssl/lib/openssl-modules', 20 'modules_dir': '<(PRODUCT_DIR_ABS)/obj.target/deps/openssl/lib/openssl-modules', 41 }, 'target_arch=="arm64" and OS=="win"', { 42 # VC-WIN64-ARM inherits from VC-noCE-common that has no asms. 48 # Currently crypto/poly1305/asm/poly1305-x86_64.pl requires AVX512IFMA. 63 # openssl-cli target [all …]
|