Home
last modified time | relevance | path

Searched full:bazel (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/third_party/skia/site/docs/dev/contrib/
Dbazel.md3 title: "Notes about Bazel Builds"
4 linkTitle: "Notes about Bazel Builds"
9 Skia cannot be built with Bazel yet.
13 $ bazel test ...
18 `WORKSPACE.bazel` acts like `DEPS`, listing external dependencies and how to
19 fetch them. You can call `bazel sync`, or just let `bazel {build,test,run}`
21 start using `tag="..."` or `branch="..."` and then follow the advice of Bazel
24 We must provide Bazel build configuration for dependencies like `libpng` that
25 don't provide their own. For `libpng` that's `bazel/libpng.bazel`, linked by
28 no coincidence... it's pretty much a 1:1 translation between GN and Bazel.
[all …]
/third_party/skia/
DBUILD.bazel1 # https://github.com/bazelbuild/bazel-skylib
3 load("//bazel:macros.bzl", "select_multi")
38 # https://github.com/bazelbuild/bazel-skylib/blob/main/docs/selects_doc.md#selectswith_or
39 … ("//bazel/common_config_settings:gl_backend", "//bazel/common_config_settings:vulkan_backend"): [
60 # https://github.com/bazelbuild/bazel-skylib/blob/main/docs/selects_doc.md#selectswith_or
61 … ("//bazel/common_config_settings:gl_backend", "//bazel/common_config_settings:vulkan_backend"): [
72 "//bazel/common_config_settings:debug_build": [
75 "//bazel/common_config_settings:release_build": [
82 "//bazel/common_config_settings:gl_backend": [
86 "//bazel/common_config_settings:vulkan_backend": [
[all …]
/third_party/skia/experimental/webgpu-bazel/
DMakefile2 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode opt
5 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world…
6 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor…
9 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode dbg
12 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world…
13 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor…
/third_party/skia/modules/skunicode/
Dskunicode.gni2 # See //bazel/exporter_tool/README.md for more information.
5 # //modules/skunicode/include/BUILD.bazel
6 # //modules/skunicode/src/BUILD.bazel
7 # //modules/skunicode/tests/BUILD.bazel
9 # To update this file, run make -C bazel generate_gni
13 # Generated by Bazel rule //modules/skunicode/include:hdrs
16 # Generated by Bazel rule //modules/skunicode/src:srcs
19 # Generated by Bazel rule //modules/skunicode/src:icu_srcs
27 # Generated by Bazel rule //modules/skunicode/src:client_srcs
35 # Generated by Bazel rule //modules/skunicode/src:builtin_srcs
[all …]
/third_party/googletest/docs/
Dquickstart-bazel.md1 # Quickstart: Building with Bazel
3 This tutorial aims to get you up and running with GoogleTest using the Bazel
13 * [Bazel](https://bazel.build/), the preferred build system used by the
19 If you don't already have Bazel installed, see the
20 [Bazel installation guide](https://bazel.build/install).
25 ## Set up a Bazel workspace
28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)
42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).
68 With your Bazel workspace set up, you can now use GoogleTest code within your
[all …]
/third_party/skia/modules/skshaper/
Dskshaper.gni2 # See //bazel/exporter_tool/README.md for more information.
5 # //modules/skshaper/include/BUILD.bazel
6 # //modules/skshaper/src/BUILD.bazel
7 # //modules/skshaper/tests/BUILD.bazel
9 # To update this file, run make -C bazel generate_gni
13 # Generated by Bazel rule //modules/skshaper/include:hdrs
16 # Generated by Bazel rule //modules/skshaper/src:base_srcs
22 # Generated by Bazel rule //modules/skshaper/src:harfbuzz_srcs
26 # Generated by Bazel rule //modules/skshaper/src:coretext_srcs
30 # Generated by Bazel rule //modules/skshaper/tests:tests_srcs
/third_party/skia/third_party/externals/brotli/scripts/
D.travis.sh19 "bazel")
21 brew install bazel
61 "bazel")
62 bazel build -c opt ...:all &&
63 cd go && bazel test -c opt ...:all && cd .. &&
64 cd java && bazel test -c opt ...:all && cd .. &&
65 cd js && bazel test -c opt ...:all && cd .. &&
66 cd research && bazel build -c opt ...:all && cd ..
74 "bazel")
77 zip -j9 brotli.zip bazel-bin/libbrotli*.a bazel-bin/libbrotli*.so bazel-bin/brotli
Dappveyor.yml41 - BUILD_SYSTEM: bazel
56 - IF "%BUILD_SYSTEM%"=="bazel" (
57 …oadFile https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-windows-x86_64.exe…
78 - IF "%BUILD_SYSTEM%"=="bazel" (
80 %ROOT%\bazel.exe --batch build -c opt org/brotli/wrapper/...:all &&
81 python %ROOT%\scripts\fix-win-bazel-build.py &&
82 cd bazel-bin &&
83 7z a -tzip -mx9 brotli-win-bazel-jni-%RELEASE_DATE%.zip brotli_jni.dll &&
84 appveyor PushArtifact brotli-win-bazel-jni-%RELEASE_DATE%.zip &&
93 - IF "%BUILD_SYSTEM%"=="bazel" (
[all …]
/third_party/rust/crates/cxx/third-party/bazel/
Ddefs.bzl6 # bazel run @//third-party:vendor
36 # The first key in the map is a Bazel package
380 build_file = Label("@cxx.rs//third-party/bazel:BUILD.bitflags-1.3.2.bazel"),
390 build_file = Label("@cxx.rs//third-party/bazel:BUILD.cc-1.0.79.bazel"),
400 build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap-4.1.4.bazel"),
410 build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap_lex-0.3.1.bazel"),
420 build_file = Label("@cxx.rs//third-party/bazel:BUILD.codespan-reporting-0.11.1.bazel"),
430 build_file = Label("@cxx.rs//third-party/bazel:BUILD.once_cell-1.17.0.bazel"),
440 build_file = Label("@cxx.rs//third-party/bazel:BUILD.os_str_bytes-6.4.1.bazel"),
450 build_file = Label("@cxx.rs//third-party/bazel:BUILD.proc-macro2-1.0.51.bazel"),
[all …]
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
DREADME.chromium3 URL: https://github.com/bazelbuild/bazel
22 * Check out Bazel from https://github.com/bazelbuild/bazel
23 * Compile or install Bazel by following instructions on
24 https://docs.bazel.build/versions/master/install.html
26 git apply $CHROMIUM_SRC/third_party/bazel/desugar/stateful-lambdas.patch
28bazel build //src/tools/android/java/com/google/devtools/build/android/desugar:Desugar_deploy.jar
30 rm $CHROMIUM_SRC/third_party/bazel/desugar/Desugar.jar
31 …mv bazel-bin/src/tools/android/java/com/google/devtools/build/android/desugar/Desugar_deploy.jar $…
44 cd third_party/bazel
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh147 elif [ "$BUILD_SYSTEM" == "bazel" ]; then
148 # Get bazel
149 BAZEL_DIR="${ROOT_DIR}/bazel"
150 …curl -L -k -O -s https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-install…
152 sh bazel-0.29.1-installer-darwin-x86_64.sh --prefix="${BAZEL_DIR}"
153 rm bazel-0.29.1-installer-darwin-x86_64.sh
154 BAZEL="${BAZEL_DIR}/bin/bazel"
157 "${BAZEL}" test //:tests --test_output=all
158 "${BAZEL}" run //examples:fractal
159 "${BAZEL}" run //examples:hello_task
[all …]
/third_party/skia/toolchain/
Dclang_toolchain_config.bzl10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html
11 …- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems…
34 …# https://docs.bazel.build/versions/main/skylark/lib/cc_common.html#create_cc_toolchain_config_info
36 …# https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/st…
62 Bazel normally restricts us to referring to (and therefore running) executables/scripts
64 to run are brought in via WORKSPACE.bazel and are located in EXEC_ROOT/external/clang....
68 These action_configs also let us dynamically specify arguments from the Bazel
72 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=435;dr…
77 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=488;dr…
105 # Bazel assumes it is talking to clang when building an executable. There are
[all …]
/third_party/node/deps/v8/
DWORKSPACE13 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
14 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skyli…
34 requirements = "//:bazel/requirements.txt",
39 build_file = "bazel/BUILD.zlib",
55 build_file = "bazel/BUILD.icu",
66 build_file = "bazel/BUILD.trace_event_common",
/third_party/skia/modules/skparagraph/
Dskparagraph.gni2 # See //bazel/exporter_tool/README.md for more information.
5 # //modules/skparagraph/include/BUILD.bazel
6 # //modules/skparagraph/src/BUILD.bazel
7 # //modules/skparagraph/tests/BUILD.bazel
8 # //modules/skparagraph/utils/BUILD.bazel
10 # To update this file, run make -C bazel generate_gni
14 # List generated by Bazel rules:
33 # List generated by Bazel rules:
64 # List generated by Bazel rules:
72 # List generated by Bazel rules:
/third_party/skia/src/codec/
DBUILD.bazel1 # https://github.com/bazelbuild/bazel-skylib
3 load("//bazel:macros.bzl", "select_multi")
122 "//bazel/common_config_settings:gif_codec": [":gif-srcs"],
123 "//bazel/common_config_settings:png_codec": [":png-srcs"],
124 "//bazel/common_config_settings:raw_codec": [":raw-srcs"],
125 "//bazel/common_config_settings:webp_codec": [":webp-srcs"],
130 # Bazel gets sad.
131 …("//bazel/common_config_settings:jpeg_codec", "//bazel/common_config_settings:raw_codec"): [":jpeg…
/third_party/protobuf/kokoro/linux/bazel/
Dbuild.sh6 # Install the latest Bazel version available
8 bazel version
10 # Print bazel testlogs to stdout when tests failed.
13 testlogs_dir=$(bazel info bazel-testlogs)
26 bazel test --copt=-Werror --host_copt=-Werror \
37 bazel build //...
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/macos-clang-release-bazel/
Dbuild.sh34 # Get bazel 0.29.1.
35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 .
36 chmod +x bazel-0.29.1-darwin-x86_64
39 ./bazel-0.29.1-darwin-x86_64 build :all
42 echo $(date): Starting bazel test...
43 ./bazel-0.29.1-darwin-x86_64 test :all
44 echo $(date): Bazel test completed.
/third_party/skia/third_party/externals/spirv-tools/kokoro/macos-clang-release-bazel/
Dbuild.sh34 # Get bazel 0.29.1.
35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 .
36 chmod +x bazel-0.29.1-darwin-x86_64
39 ./bazel-0.29.1-darwin-x86_64 build :all
42 echo $(date): Starting bazel test...
43 ./bazel-0.29.1-darwin-x86_64 test :all
44 echo $(date): Bazel test completed.
/third_party/spirv-tools/kokoro/macos-clang-release-bazel/
Dbuild.sh34 # Get bazel 5.0.0
35 gsutil cp gs://bazel/5.0.0/release/bazel-5.0.0-darwin-x86_64 .
36 chmod +x bazel-5.0.0-darwin-x86_64
39 ./bazel-5.0.0-darwin-x86_64 build :all
42 echo $(date): Starting bazel test...
43 ./bazel-5.0.0-darwin-x86_64 test :all
44 echo $(date): Bazel test completed.
/third_party/glslang/kokoro/linux-clang-release-bazel/
Dbuild.sh48 # Bazel limitation: No 'External' directory is allowed!!
51 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-linux-x86_64 .
52 chmod +x bazel-0.29.1-linux-x86_64
55 ./bazel-0.29.1-linux-x86_64 build :all
58 echo $(date): Starting bazel test...
59 ./bazel-0.29.1-linux-x86_64 test :all --test_output=all
60 echo $(date): Bazel test completed.
/third_party/glslang/kokoro/macos-clang-release-bazel/
Dbuild.sh50 # Get bazel 0.29.1.
51 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 .
52 chmod +x bazel-0.29.1-darwin-x86_64
55 ./bazel-0.29.1-darwin-x86_64 build :all
58 echo $(date): Starting bazel test...
59 ./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
60 echo $(date): Bazel test completed.
/third_party/skia/third_party/externals/angle2/third_party/bazel/
DREADME.chromium1 Name: (Components of) Bazel
2 Short Name: (Components of) Bazel
3 URL: https://github.com/bazelbuild/bazel
10 This directory contains Bazel components used for building Android binaries.
11 Chromium does not use Bazel itself as the build platform. Please refer to each
12 sub-directory for information on each Bazel component.
/third_party/icu/docs/processes/
Dunicode-update.md84 ### Bazel build process
97 we now use the [Bazel build system](https://bazel.build/) to build only small parts of the librarie…
99 We still need a layer outside of Bazel in order to copy the tool output into the source tree,
100 because Bazel on its own does not allow modifying the source tree.
111 For the initial setup of this Bazel build system for ICU see
117 #### Bazel setup
119 It should be possible to run the `bazel` command directly,
120 but the Bazel team recommends using the `bazelisk` wrapper.
121 It downloads and runs the latest version of Bazel, or,
126 then it downloads that specific version. If there are any incompatible changes in Bazel behavior,
[all …]
/third_party/node/deps/v8/bazel/
Ddefs.bzl92 "@v8//bazel/config:is_windows": [
96 "_WIN32_WINNT=0x0602", # Override bazel default to Windows 8
101 "@v8//bazel/config:is_posix": [
117 "@v8//bazel/config:is_clang": [
121 "@v8//bazel/config:is_gcc": [
138 "@v8//bazel/config:is_windows": [
143 "@v8//bazel/config:is_gcc_fastbuild": [
150 "@v8//bazel/config:is_clang_s390x": [
157 "@v8//bazel/config:is_windows": [
162 "@v8//bazel/config:is_macos": ["-pthread"],
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat54 ) ELSE IF /I "%BUILD_SYSTEM%"=="bazel" (
65 REM Install Bazel
66 SET BAZEL_DIR=!BUILD_ROOT!\bazel
69 …wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.z…
71 unzip -q bazel-0.29.1-windows-x86_64.zip -d !BAZEL_DIR!
75 !BAZEL_DIR!\bazel test //:tests --test_output=all
77 !BAZEL_DIR!\bazel run //examples:fractal
79 !BAZEL_DIR!\bazel run //examples:primes > nul

12345678910>>...12