Home
last modified time | relevance | path

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

12345678910>>...41

/external/libyuv/docs/
Ddeprecated_builds.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
77 call python gyp_libyuv -fninja -G msvs_version=2013
78 ninja -j7 -C out\Release
79 ninja -j7 -C out\Debug
82 call python gyp_libyuv -fninja -G msvs_version=2013
83 ninja -C out\Debug_x64
84 ninja -C out\Release_x64
89 call python gyp_libyuv -fninja libyuv_test.gyp
90 ninja -C out\Debug
[all …]
Dgetting_started.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
64 ninja -v -C out\Release
65 ninja -v -C out\Debug
67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
68 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
69 ninja -v -C out\Release
[all …]
/external/webrtc/infra/specs/
Dclient.webrtc.json24 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
27 "test_id_prefix": "ninja://examples:AppRTCMobile_test_apk/"
47 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
50 "test_id_prefix": "ninja://sdk/android:android_instrumentation_test_apk/"
70 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
73 "test_id_prefix": "ninja://modules/audio_coding:audio_decoder_unittests/"
93 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
96 "test_id_prefix": "ninja://common_audio:common_audio_unittests/"
116 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
119 "test_id_prefix": "ninja://common_video:common_video_unittests/"
[all …]
Dtryserver.webrtc.json24 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
27 "test_id_prefix": "ninja://examples:AppRTCMobile_test_apk/"
47 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
50 "test_id_prefix": "ninja://sdk/android:android_instrumentation_test_apk/"
70 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
73 "test_id_prefix": "ninja://modules/audio_coding:audio_decoder_unittests/"
93 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
96 "test_id_prefix": "ninja://common_audio:common_audio_unittests/"
116 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
119 "test_id_prefix": "ninja://common_video:common_video_unittests/"
[all …]
/external/igt-gpu-tools/
Dmeson.sh8 build/build.ninja:
9 mkdir -p build
12 all: build/build.ninja
13 ninja -C build
15 clean: build/build.ninja
16 ninja -C build clean
18 test: build/build.ninja
19 ninja -C build test
21 reconfigure: build/build.ninja
22 ninja -C build reconfigure
[all …]
D.gitlab-ci.yml1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest
4 -Dlibdrm_drivers=intel,nouveau,amdgpu
5 -Doverlay=enabled
6 -Dchamelium=enabled
7 -Dvalgrind=enabled
8 -Dman=enabled
9 -Dtests=enabled
10 -Drunner=enabled
11 -Dlibunwind=enabled
12 LANG: "C.UTF-8"
[all …]
/external/angle/build/
Dclobber_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
31 command = ../../buildtools/gn --root=../.. -q --regeneration gen .
33 description = Regenerating ninja files
35 build build.ninja.stamp: gn
37 depfile = build.ninja.d
39 build build.ninja: phony build.ninja.stamp
48 subninja toolchain.ninja
49 subninja clang_newlib_x64/toolchain.ninja
50 subninja glibc_x64/toolchain.ninja
51 subninja irt_x64/toolchain.ninja
[all …]
Dclobber.py3 # Use of this source code is governed by a BSD-style license that can be
16 """Extracts from a build.ninja the commands to run GN.
18 The commands to run GN are the gn rule and build.ninja build step at the
19 top of the build.ninja file. We want to keep these when deleting GN builds
20 since we want to preserve the command-line flags to GN.
25 # Reads until the first empty line after the "build build.ninja:" target.
31 if line.startswith('build build.ninja:'):
39 # For unknown reasons (anti-virus?) rmtree of Chromium build directories
58 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
59 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d')
[all …]
/external/cronet/build/
Dclobber_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
31 command = ../../buildtools/gn --root=../.. -q --regeneration gen .
33 description = Regenerating ninja files
35 build build.ninja.stamp: gn
37 depfile = build.ninja.d
39 build build.ninja: phony build.ninja.stamp
48 subninja toolchain.ninja
49 subninja clang_newlib_x64/toolchain.ninja
50 subninja glibc_x64/toolchain.ninja
51 subninja irt_x64/toolchain.ninja
[all …]
Dclobber.py3 # Use of this source code is governed by a BSD-style license that can be
16 """Extracts from a build.ninja the commands to run GN.
18 The commands to run GN are the gn rule and build.ninja build step at the
19 top of the build.ninja file. We want to keep these when deleting GN builds
20 since we want to preserve the command-line flags to GN.
25 # Reads until the first empty line after the "build build.ninja:" target.
31 if line.startswith('build build.ninja:'):
39 # For unknown reasons (anti-virus?) rmtree of Chromium build directories
58 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
59 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d')
[all …]
/external/pigweed/pw_build/py/pw_build/
Dwrap_ninja.py8 # https://www.apache.org/licenses/LICENSE-2.0
15 """Wrapper for Ninja that adds a real-time status interface."""
33 # The status formatting string for Ninja to use. Includes a sentinel prefix.
36 # "ANSI" terminal codes for controlling terminal output. This are more-or-less
60 def __init__(self) -> None:
65 # pylint: disable=unused-argument
66 def _signal_handler(self, signal_number: int, stack_frame: Any) -> None:
87 def __init__(self) -> None:
96 def print_line(self, line: str) -> None:
100 def set_temporary_lines(self, lines: list[str]) -> None:
[all …]
/external/OpenCL-Headers/.github/workflows/
Dwindows.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: windows-latest
22 - VER: v141
24 GEN: Ninja Multi-Config
28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
29 NINJA_ROOT: C:\Tools\Ninja
34 - uses: actions/checkout@v3
[all …]
/external/libchrome/build/
Dclobber.py3 # Use of this source code is governed by a BSD-style license that can be
16 """Extracts from a build.ninja the commands to run GN.
18 The commands to run GN are the gn rule and build.ninja build step at the
19 top of the build.ninja file. We want to keep these when deleting GN builds
20 since we want to preserve the command-line flags to GN.
27 # is the section for "build build.ninja", separated by blank lines.
42 # For unknown reasons (anti-virus?) rmtree of Chromium build directories
51 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
52 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d')
59 # write a dummy build.ninja file that will automatically rerun GN the next
[all …]
/external/skia/bin/
Dfetch-ninja5 # Use of this source code is governed by a BSD-style license that can be
35 platform = '%s-%s' % (OS, cpu)
36 ninja = 'ninja' variable
38 ninja = 'ninja.exe' variable
40 # Find the version of 'ninja' requested by DEPS.
50 # depot_tools scripts expect ninja to be in third_party
51 os.makedirs(os.path.join('third_party', 'ninja'), exist_ok=True)
52 ninja_path = os.path.join('third_party', 'ninja', ninja)
54 ninja_version_path = os.path.join('bin', 'ninja.version')
56 # When we download 'ninja', we write the version information to a file so we can
[all …]
/external/angle/infra/specs/
Dangle.json4 "android-arm64-exp-pixel6": {
8 "--use-angle=vulkan",
9 "-v",
10 "--shard-timeout=500"
26 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
30 "test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/",
35 "--use-angle=vulkan",
36 "-v",
37 "--shard-timeout=500"
53 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
[all …]
/external/llvm/utils/release/
Dbuild_llvm_package.bat11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
13 REM Visual Studio 2013 SDK (for the clang-format plugin).
22 set package_version=3.9.0-r%revision%
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit…
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools…
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/co…
43 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/openmp/%branch% llvm/projects/openmp …
47-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON -DLLVM_USE…
[all …]
/external/libdav1d/
D.gitlab-ci.yml2 - style
3 - build
4 - test
6 .debian-amd64-common:
7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551
10 - docker
11 - amd64
13 .debian-amd64-minimum:
14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551
17 - docker
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
5 cancel-in-progress: true
7 cmake-linux-local:
8 runs-on: ubuntu-latest
9 timeout-minutes: 40
11 - uses: actions/checkout@v2
12 - name: Update apt
14 - name: Install ninja
15 run: sudo apt install ninja-build
16 - name: Configure and build
[all …]
/external/pdfium/third_party/ninja/
DREADME.pdfium1 Name: ninja
2 Short Name: ninja
3 URL: https://github.com/ninja-build/ninja
6 License File: https://github.com/ninja-build/ninja/blob/master/COPYING
11 Ninja is a small build system with a focus on speed, and is used to build
15 https://chromium.googlesource.com/infra/infra/+/refs/heads/main/3pp/ninja/
/external/webrtc/docs/native-code/development/
Dindex.md4 iOS. See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development]
10 First, be sure to install the [prerequisite software][webrtc-prerequisite-sw].
12 [webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p…
22 $ mkdir webrtc-checkout
23 $ cd webrtc-checkout
24 $ fetch --nohooks webrtc
48 $ git new-branch your-branch-name
51 See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] pages for separate …
64 $ git checkout my-branch
70 [Ninja][ninja] is the default build system for all platforms.
[all …]
/external/skia/infra/bots/assets/clang_linux/
DDockerfile2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc…
6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10
12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list
14 # compiler-rt (it fails using the built-in ld).
18 RUN apt-get update && \
19 apt-get install -y --no-install-recommends \
20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \
21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \
22 zlib1g=1:1.2.11.dfsg-1+deb10u2 wget=1.20.1-1.1 unzip=6.0-23+deb10u3 \
23 git=1:2.20.1-2+deb10u3 clang=1:7.0-47 lld=1:7.0-47 && \
[all …]
/external/clang/docs/
DHowToSetupToolingForLLVM.rst7 of specific tools using this infrastructure (e.g. ``clang-check``). This
18 using a command line parameter ``-p`` or let Clang Tooling find this
31 .. code-block:: console
35 $ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
38 ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``.
46 .. code-block:: console
48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
52 .. code-block:: console
54 $ make check-all
60 you have a recent clang installed, you should have ``clang-check`` in
[all …]
/external/compiler-rt/lib/tsan/
Dcheck_cmake.sh2 set -u
3 set -e
6 if [ -d "$ROOT/llvm-build" ]; then
7 cd $ROOT/llvm-build
9 mkdir -p $ROOT/llvm-build
10 cd $ROOT/llvm-build
11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB…
13 ninja
14 ninja check-sanitizer
15 ninja check-tsan
[all …]
/external/webrtc/docs/native-code/ios/
Dindex.md12 _NOTICE:_ You will need to install [Chromium depot_tools][webrtc-prerequisite-sw].
19 $ fetch --nohooks webrtc_ios
23 This will fetch a regular WebRTC checkout with the iOS-specific parts
26 [Ninja][ninja] project files in different directories for each build config.
36 $ git new-branch <branch name>
39 See [Development][webrtc-development] for generic instructions on how
45 [GN][gn] is used to generate [Ninja][ninja] project files. In order to configure
52 - To build for iOS this should be set as `target_os="ios"` in your `gn args`.
56 - For builds targeting iOS devices, this should be set to either `"arm"` or
60 - Debug builds are the default. When building for release, specify `false`.
[all …]
/external/cronet/build/docs/
Dwriting_gn_templates.md2 GN and Ninja are documented here:
4 * Ninja: https://ninja-build.org/manual.html
13 * Non-system Python imports are inputs! For scripts that import such modules,
20 understand ninja's "restat" directive, which is used for all GN `action()`s.
22 From https://ninja-build.org/manual.html:
24 > if present, causes Ninja to re-stat the command’s outputs after execution of
31 when rebuilt, then ninja will not bother to rebuild your target.
41 * Stale paths in depfiles can cause ninja to complain of circular
69 to list them, and then have your action re-compute them and assert that
94 "implementation detail"-style outputs prevents other targets from depending on
[all …]

12345678910>>...41