Home
last modified time | relevance | path

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

12345678910>>...246

/external/skia/bazel/
Ddeps.bzl2 This file is auto-generated from //bazel/deps_parser
5 bazel run //bazel/deps_parser
11 load("//bazel:download_config_files.bzl", "download_config_files")
12 load("//bazel:gcs_mirror.bzl", "gcs_mirror_url")
15 """A list of native Bazel git rules to download third party git repositories
18 https://bazel.build/rules/lib/repo/git
21 ws: The name of the Skia Bazel workspace. The default, "@", may be when used from within the
32 build_file = ws + "//bazel/external/dawn:BUILD.bazel",
45 build_file = ws + "//bazel/external/dng_sdk:BUILD.bazel",
52 build_file = ws + "//bazel/external/expat:BUILD.bazel",
[all …]
/external/fmtlib/support/bazel/
DREADME.md1 # Bazel support
3Bazel](https://bazel.build/) working with {fmt} you can copy the files `BUILD.bazel`, `WORKSPACE.b…
7 The following minimal example shows how to use {fmt} as a dependency within a Bazel project.
13 ├── BUILD.bazel
15 └── WORKSPACE.bazel
30 *WORKSPACE.bazel*:
40 "mv support/bazel/.bazelversion .bazelversion",
41 "mv support/bazel/BUILD.bazel BUILD.bazel",
42 "mv support/bazel/WORKSPACE.bazel WORKSPACE.bazel",
46 …# https://docs.bazel.build/versions/main/install-windows.html#installing-compilers-and-language-ru…
[all …]
/external/jazzer-api/third_party/
Dprotobuf-disable-layering_check.patch17 diff --git src/BUILD.bazel src/BUILD.bazel
19 --- src/BUILD.bazel
20 +++ src/BUILD.bazel
30 diff --git src/google/protobuf/BUILD.bazel src/google/protobuf/BUILD.bazel
32 --- src/google/protobuf/BUILD.bazel
33 +++ src/google/protobuf/BUILD.bazel
42 diff --git src/google/protobuf/compiler/BUILD.bazel src/google/protobuf/compiler/BUILD.bazel
44 --- src/google/protobuf/compiler/BUILD.bazel
45 +++ src/google/protobuf/compiler/BUILD.bazel
55 …t src/google/protobuf/compiler/allowlists/BUILD.bazel src/google/protobuf/compiler/allowlists/BUIL…
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/
Dbazel_tests.yml1 name: Bazel Tests
23 - { NAME: "Fastbuild", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "" }
24 …- { NAME: "Optmized", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "-c opt" } # Some warn…
25 - { NAME: "GCC Optimized", BAZEL: bazel, CC: gcc-12, os: ubuntu-22.04, flags: "-c opt" }
26 …- { NAME: "FastTable", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "--//:fasttable_enable…
27 …- { NAME: "ASAN", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "--config=asan -c dbg -- -b…
28 …- { NAME: "UBSAN", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "--config=ubsan -c dbg -- …
29 …- { NAME: "32-bit", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "--copt=-m32 --linkopt=-m…
30 - { NAME: "macOS", BAZEL: bazel, CC: clang, os: macos-11 }
31 …- { NAME: "Windows", BAZEL: bazel, os: windows-2019, startup-flags: "--output_user_root=C:/tmp", f…
[all …]
/external/skia/site/docs/dev/contrib/
Dbazel.md3 title: "Using Bazel"
4 linkTitle: "Using Bazel"
10 Skia is currently migrating towards using [Bazel](https://bazel.build/) as a build system, due to
14 [Bazel label notation](https://bazel.build/concepts/labels), so to refer the file located at
17 ## Learning more about Bazel
18 The Bazel docs are quite good. Suggested reading order if you are new to Bazel:
19 - [Getting Started with Bazel and C++](https://bazel.build/tutorials/cpp)
20 - [WORKSPACE.bazel and external deps](https://bazel.build/docs/external)
21 - [Targets and Labels](https://bazel.build/concepts/labels)
22 - [Understanding a build](https://bazel.build/docs/build)
[all …]
/external/bazelbuild-rules_go/third_party/
Dcom_github_golang_mock-gazelle.patch1 diff -urN a/gomock/BUILD.bazel b/gomock/BUILD.bazel
2 --- a/gomock/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
3 +++ b/gomock/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
39 diff -urN a/gomock/internal/mock_gomock/BUILD.bazel b/gomock/internal/mock_gomock/BUILD.bazel
40 --- a/gomock/internal/mock_gomock/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
41 +++ b/gomock/internal/mock_gomock/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
58 diff -urN a/mockgen/BUILD.bazel b/mockgen/BUILD.bazel
59 --- a/mockgen/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
60 +++ b/mockgen/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
98 …ts/aux_imports_embedded_interface/BUILD.bazel b/mockgen/internal/tests/aux_imports_embedded_interf…
[all …]
Dorg_golang_x_tools-gazelle.patch1 diff -urN b/benchmark/parse/BUILD.bazel c/benchmark/parse/BUILD.bazel
2 --- b/benchmark/parse/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
3 +++ c/benchmark/parse/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
25 diff -urN b/blog/atom/BUILD.bazel c/blog/atom/BUILD.bazel
26 --- b/blog/atom/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
27 +++ c/blog/atom/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
43 diff -urN b/blog/BUILD.bazel c/blog/BUILD.bazel
44 --- b/blog/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
45 +++ c/blog/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
71 diff -urN b/cmd/auth/authtest/BUILD.bazel c/cmd/auth/authtest/BUILD.bazel
[all …]
Dorg_golang_google_genproto-gazelle.patch1 diff -urN a/firestore/bundle/BUILD.bazel b/firestore/bundle/BUILD.bazel
2 --- a/firestore/bundle/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
3 +++ b/firestore/bundle/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
26 diff -urN a/googleapis/actions/sdk/v2/BUILD.bazel b/googleapis/actions/sdk/v2/BUILD.bazel
27 --- a/googleapis/actions/sdk/v2/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
28 +++ b/googleapis/actions/sdk/v2/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
81 …a/googleapis/actions/sdk/v2/conversation/BUILD.bazel b/googleapis/actions/sdk/v2/conversation/BUIL…
82 --- a/googleapis/actions/sdk/v2/conversation/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
83 +++ b/googleapis/actions/sdk/v2/conversation/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
120 …leapis/actions/sdk/v2/interactionmodel/BUILD.bazel b/googleapis/actions/sdk/v2/interactionmodel/BU…
[all …]
Dorg_golang_google_protobuf-gazelle.patch1 diff -urN a/cmd/protoc-gen-go/BUILD.bazel b/cmd/protoc-gen-go/BUILD.bazel
2 --- a/cmd/protoc-gen-go/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
3 +++ b/cmd/protoc-gen-go/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
41 …iff -urN a/cmd/protoc-gen-go/internal_gengo/BUILD.bazel b/cmd/protoc-gen-go/internal_gengo/BUILD.b…
42 --- a/cmd/protoc-gen-go/internal_gengo/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
43 +++ b/cmd/protoc-gen-go/internal_gengo/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
78 …a/cmd/protoc-gen-go/testdata/annotations/BUILD.bazel b/cmd/protoc-gen-go/testdata/annotations/BUIL…
79 --- a/cmd/protoc-gen-go/testdata/annotations/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
80 +++ b/cmd/protoc-gen-go/testdata/annotations/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
100 diff -urN a/cmd/protoc-gen-go/testdata/BUILD.bazel b/cmd/protoc-gen-go/testdata/BUILD.bazel
[all …]
Dcom_github_gogo_protobuf-gazelle.patch1 diff -urN a/codec/BUILD.bazel b/codec/BUILD.bazel
2 --- a/codec/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
3 +++ b/codec/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
27 diff -urN a/conformance/BUILD.bazel b/conformance/BUILD.bazel
28 --- a/conformance/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
29 +++ b/conformance/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
50 …a/conformance/internal/conformance_proto/BUILD.bazel b/conformance/internal/conformance_proto/BUIL…
51 --- a/conformance/internal/conformance_proto/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
52 +++ b/conformance/internal/conformance_proto/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
78 diff -urN a/gogoproto/BUILD.bazel b/gogoproto/BUILD.bazel
[all …]
Dgo_googleapis-gazelle.patch1 diff -urN c/google/actions/sdk/v2/BUILD.bazel d/google/actions/sdk/v2/BUILD.bazel
2 --- c/google/actions/sdk/v2/BUILD.bazel 1969-12-31 16:00:00
3 +++ d/google/actions/sdk/v2/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
66 … -urN c/google/actions/sdk/v2/conversation/BUILD.bazel d/google/actions/sdk/v2/conversation/BUILD.
67 --- c/google/actions/sdk/v2/conversation/BUILD.bazel 1969-12-31 16:00:00
68 +++ d/google/actions/sdk/v2/conversation/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
93 …ogle/actions/sdk/v2/conversation/prompt/BUILD.bazel d/google/actions/sdk/v2/conversation/prompt/BU…
94 --- c/google/actions/sdk/v2/conversation/prompt/BUILD.bazel 1969-12-31 16:00:00
95 +++ d/google/actions/sdk/v2/conversation/prompt/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
118 …/sdk/v2/conversation/prompt/content/BUILD.bazel d/google/actions/sdk/v2/conversation/prompt/conten…
[all …]
/external/skia/
DWORKSPACE.bazel3 load("//bazel:deps.bzl", "bazel_deps", "c_plus_plus_deps")
12 load("//bazel:gcs_mirror.bzl", "gcs_mirror_url")
14 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
18 strip_prefix = "emsdk-3.1.44/bazel",
131 …"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.4…
140 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-ga…
141 …"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.g…
173 go_repository_default_config = "//:WORKSPACE.bazel",
181 load("//bazel:go_googleapis_compatibility_hack.bzl", "go_googleapis_compatibility_hack")
259 # load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
[all …]
/external/grpc-grpc/src/python/grpcio/
Dgrpc_core_dependencies.py1001 'third_party/boringssl-with-bazel/err_data.c',
1002 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c',
1003 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.c',
1004 'third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.c',
1005 'third_party/boringssl-with-bazel/src/crypto/asn1/a_dup.c',
1006 'third_party/boringssl-with-bazel/src/crypto/asn1/a_gentm.c',
1007 'third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.c',
1008 'third_party/boringssl-with-bazel/src/crypto/asn1/a_int.c',
1009 'third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.c',
1010 'third_party/boringssl-with-bazel/src/crypto/asn1/a_object.c',
[all …]
/external/grpc-grpc/summerofcode/2018/
Dnaresh.md5 Enable Building of gRPC Python with Bazel
11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal
13 fast and declarative fashion. But Bazel in itself is still in active
16 The project aimed to fill this gap and build gRPC Python with Bazel.
24 ### State of Bazel for Python
27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel
31 Bazel is [still very much in active development for
32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw)
34 Using pip packages is still in experimental. Bazel Python support is currently
39 Bazel's roadmap for Python is publicly available [here as a Google
[all …]
/external/rust/crates/grpcio-sys/grpc/summerofcode/2018/
Dnaresh.md5 Enable Building of gRPC Python with Bazel
11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal
13 fast and declarative fashion. But Bazel in itself is still in active
16 The project aimed to fill this gap and build gRPC Python with Bazel.
24 ### State of Bazel for Python
27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel
31 Bazel is [still very much in active development for
32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw)
34 Using pip packages is still in experimental. Bazel Python support is currently
39 Bazel's roadmap for Python is publicly available [here as a Google
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/
DWORKSPACE.bazel15 load("//bazel:nix_repositories.bzl", "nix_repositories")
21 "//bazel/toolchains/cc/aarch64-apple-darwin:toolchain",
22 "//bazel/toolchains/cc/aarch64-apple-ios:toolchain",
23 "//bazel/toolchains/cc/aarch64-linux-android:toolchain",
24 "//bazel/toolchains/cc/aarch64-unknown-linux-gnu:toolchain",
25 "//bazel/toolchains/cc/wasm32-unknown-unknown:toolchain",
26 "//bazel/toolchains/cc/wasm32-wasi:toolchain",
27 "//bazel/toolchains/cc/x86_64-apple-darwin:toolchain",
28 "//bazel/toolchains/cc/x86_64-pc-windows-msvc:toolchain",
29 "//bazel/toolchains/cc/x86_64-unknown-linux-gnu:toolchain",
[all …]
/external/bazel-skylib/docs/
Dmaintainers_guide.md7 to be moved out of Skylib and and into Bazel's bundled `@bazel_tools` repo
8 (see https://github.com/bazelbuild/bazel-skylib/issues/127).
32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release
35 `native.foobar()` method which was introduced in the latest Bazel
45 author to run `bazel run //docs:update`.
49 file under `docs` (generated by `bazel run //docs:update`).
77 2. Bump `version` in version.bzl, MODULE.bazel, *and* gazelle/MODULE.bazel to
82 4. `bazel build //distribution`
83 5. Copy the `bazel-skylib-$VERSION.tar.gz` and
84 `bazel-skylib-gazelle-plugin-$VERSION.tar.gz` tarballs to the mirror (you'll
[all …]
/external/grpc-grpc/bazel/
Dupdate_mirror.sh16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link.
17 # Archives are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/b…
18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix.
20 # This script should be run each time bazel dependencies are updated.
37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null
44 echo "Uploading https://${file} to https://storage.googleapis.com/grpc-bazel-mirror/${file}"
45 gsutil cp "${tmpdir}/archive" "gs://grpc-bazel-mirror/${file}"
52 # 1. clean $HOME/.cache/bazel
53 # 2. bazel clean --expunge
54 # 3. bazel sync (failed downloads will print warnings)
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/
Dupdate_mirror.sh16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link.
17 # Archives are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/b…
18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix.
20 # This script should be run each time bazel dependencies are updated.
37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null
44 echo "Uploading https://${file} to https://storage.googleapis.com/grpc-bazel-mirror/${file}"
45 gsutil cp "${tmpdir}/archive" "gs://grpc-bazel-mirror/${file}"
52 # 1. clean $HOME/.cache/bazel
53 # 2. bazel clean --expunge
54 # 3. bazel sync (failed downloads will print warnings)
[all …]
/external/pigweed/seed/
D0111-build-systems.rst4 0111: Make Bazel Pigweed's Primary Build System
8 :name: Make Bazel Pigweed's Primary Build System
18 This SEED proposes that Pigweed transition to using `Bazel
19 <https://bazel.build/>`_ as its primary build system, replacing `GN
25 files for multiple systems (Bazel, CMake, GN, Soong), as well as other
35 Pigweed's primary build system has been GN, but soon will be Bazel.
78 The proposal is to make Bazel the recommended build system to use with Pigweed,
80 combination of contributions to Pigweed itself, to existing open-source Bazel
81 rules we wish to reuse, and when necessary to core Bazel.
85 capabilities provided by Bazel to produce the best possible developer
[all …]
/external/skia/gn/
Dports.gni2 # See //bazel/exporter_tool/README.md for more information.
5 # //include/ports/BUILD.bazel
6 # //src/ports/BUILD.bazel
8 # To update this file, run make -C bazel generate_gni
13 # List generated by Bazel rules:
21 # List generated by Bazel rules:
31 # Generated by Bazel rule //include/ports:android_fontmgr_hdrs
34 # List generated by Bazel rules:
43 # List generated by Bazel rules:
51 # List generated by Bazel rules:
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
29 # Install bazel.
30 mkdir -p /bazel
31 cd /bazel
33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE…
34 chmod +x /usr/local/bin/bazel
36 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
37 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
39 chmod +x /bazel/bazel-*.sh
[all …]
/external/grpc-grpc/
Dconfig.w321002 "third_party\\boringssl-with-bazel\\err_data.c " +
1003 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_bitstr.c " +
1004 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_bool.c " +
1005 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_d2i_fp.c " +
1006 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_dup.c " +
1007 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_gentm.c " +
1008 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_i2d_fp.c " +
1009 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_int.c " +
1010 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_mbstr.c " +
1011 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_object.c " +
[all …]
/external/grpc-grpc/test/distrib/bazel/python/tools/
Dbazel17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
38 # if BAZEL_REAL is not set, just invoke the default system bazel
39 exec bazel "$@"
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
38 # if BAZEL_REAL is not set, just invoke the default system bazel
39 exec bazel "$@"
[all …]

12345678910>>...246