| /external/rust/cxx/ |
| D | MODULE.bazel.lock | 6 "https://bcr.bazel.build/" 34 "file": "@@//:MODULE.bazel", 52 "file": "@@//:MODULE.bazel", 62 "extensionBzlFile": "@cxx.rs//tools/bazel:extension.bzl", 66 "file": "@@//:MODULE.bazel", 71 "vendor__cc-1.0.89": "vendor__cc-1.0.89", 72 "vendor__clap-4.5.1": "vendor__clap-4.5.1", 73 "vendor__codespan-reporting-0.11.1": "vendor__codespan-reporting-0.11.1", 74 "vendor__once_cell-1.19.0": "vendor__once_cell-1.19.0", 75 "vendor__proc-macro2-1.0.78": "vendor__proc-macro2-1.0.78", [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/ |
| D | extension.bzl | 1 """Module extension for generating third-party crates for use in bazel.""" 4 load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") 5 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 11 # A list of labels which may be relative (and if so, is within the repo the rule is generated in). 48 regen_command = "Run 'cargo update [--workspace]'", 84 splicing_output_dir = tag_path.get_child("splicing-output") 87 "--output-dir", 89 "--config", 91 "--splicing-manifest", 93 "--cargo-lockfile", [all …]
|
| /external/skia/bazel/deps_parser/ |
| D | deps_parser.go | 2 // Use of this source code is governed by a BSD-style license that can be 20 bazelNameOverride string // Bazel style uses underscores not dashes, so we fix those if needed. 25 // These are all C++ deps or Rust deps (with a compatible C++ FFI) used by the Bazel build. 27 // The key is the name of the repo as specified in DEPS. 29 "abseil-cpp": {bazelNameOverride: "abseil_cpp"}, 32 "spirv-tools": {bazelNameOverride: "spirv_tools"}, 34 "spirv-headers": {bazelNameOverride: "spirv_headers"}, 43 patchCmds: []string{`"rm source/i18n/BUILD.bazel"`, 44 `"rm source/common/BUILD.bazel"`, 45 `"rm source/stubdata/BUILD.bazel"`}, [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/ |
| D | loadtest_template_basic_all_languages.yaml | 17 - build: 19 - bash 20 - /build_scripts/build_qps_worker.sh 23 repo: https://github.com/grpc/grpc.git 27 - args: 28 - -c 29 - | 30 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \ 32 --driver_port="${DRIVER_PORT}" 34 - bash [all …]
|
| D | loadtest_template_psm_proxied_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 27 repo: https://github.com/grpc/grpc.git 31 - args: 32 - -c 33 - | [all …]
|
| D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 27 repo: https://github.com/grpc/grpc.git 31 - args: 32 - -c 33 - | [all …]
|
| /external/grpc-grpc/tools/run_tests/performance/templates/ |
| D | loadtest_template_basic_all_languages.yaml | 17 - build: 19 - bash 20 - /build_scripts/build_qps_worker.sh 23 repo: https://github.com/grpc/grpc.git 27 - args: 28 - -c 29 - | 30 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \ 32 --driver_port="${DRIVER_PORT}" 34 - bash [all …]
|
| D | loadtest_template_psm_proxied_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 27 repo: https://github.com/grpc/grpc.git 31 - args: 32 - -c 33 - | [all …]
|
| D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 17 - build: 19 - build 20 - --config 21 - opt 22 - //test/cpp/qps:qps_worker 24 - bazel 27 repo: https://github.com/grpc/grpc.git 31 - args: 32 - -c 33 - | [all …]
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | generate_3p_gn.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 14 """Generates a BUILD.gn file from `cc_library` rules in Bazel workspace.""" 33 .. _module-pw_third_party_$repo: 38 The ``$$dir_pw_third_party/$repo/`` module provides build files to allow 41 ---------------$name_subsection 43 ---------------$name_subsection 50 .. code-block:: sh 53 third_party/$repo/src 57 * Set the GN var ``dir_pw_third_party_$repo`` to the location of the 61 ``//third_party/$repo/src`` [all …]
|
| D | gn_utils.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 33 bazel: str | None = None, 34 gn: str | None = None, # pylint: disable=invalid-name 35 ) -> None: 41 bazel: A Bazel path relative to `base`. 46 if bazel: 47 self._from_bazel(base_path, bazel) 53 def __str__(self) -> str: 56 def _from_bazel(self, base_path: PurePosixPath, label: str) -> None: 57 """Populates this object using a Bazel file label. [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
| D | workspace_deps.bzl | 1 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 2 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") 3 load("//bazel:python_downloads.bzl", "python_nuget_package", "python_source_archive") 5 def _github_archive(repo, commit, **kwargs): 6 repo_name = repo.split("/")[-1] 8 urls = [repo + "/archive/" + commit + ".zip"], 9 strip_prefix = repo_name + "-" + commit, 17 repo = "https://github.com/abseil/abseil-cpp", 25 repo = "https://github.com/protocolbuffers/protobuf", 28 patches = ["@upb//bazel:protobuf.patch"], [all …]
|
| /external/protobuf/ |
| D | protobuf_deps.bzl | 1 """Load dependencies needed to compile the protobuf library as a 3rd-party consumer.""" 3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 9 "com.google.j2objc:j2objc-annotations:1.3", 10 "com.google.guava:guava:31.1-jre", 11 "com.google.guava:guava-testlib:31.1-jre", 14 "org.mockito:mockito-core:4.3.1", 17 def _github_archive(repo, commit, **kwargs): 18 repo_name = repo.split("/")[-1] 20 urls = [repo + "/archive/" + commit + ".zip"], 21 strip_prefix = repo_name + "-" + commit, [all …]
|
| /external/sdk-platform-java/gax-java/ |
| D | repositories.bzl | 29 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 30 load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external") 34 # Import dependencies shared between Gradle and Bazel (i.e. maven dependencies) 41 … server_urls = ["https://repo.maven.apache.org/maven2/", "http://repo1.maven.org/maven2/"], 45 # Import Bazel-only dependencies (Gradle version will import maven artifacts of same 46 # version, while Bazel will depend on Bazel workspaces). The versions are shared in the 55 strip_prefix = "protobuf-%s" % _protobuf_version, 63 urls = ["https://github.com/grpc/grpc-java/archive/%s.zip" % _grpc_version_in_link], 64 strip_prefix = "grpc-java-%s" % _grpc_version, 71 strip_prefix = "bazel-skylib-%s" % _bazel_skylib_version, [all …]
|
| /external/bazelbuild-rules_python/ |
| D | README.md | 1 # Python Rules for Bazel 3 …9ba7a1205955a45b53e854.svg?branch=main)](https://buildkite.com/bazel/python-rules-python-postsubmi… 7 This repository is the home of the core Python rules -- `py_library`, 9 support in Bazel. It also contains package installation rules for integrating with PyPI and other i… 14 [Bazel Build Encyclopedia](https://docs.bazel.build/versions/master/be/python.html). 18 Currently, the core rules build into the Bazel binary, and the symbols in this 19 …Bazel binary. Therefore, the future-proof way to depend on Python rules is via this repository. Se… 21 The core rules are stable. Their implementation in Bazel is subject to Bazel's 22 [backward compatibility policy](https://docs.bazel.build/versions/master/backward-compatibility.htm… 26 …Bazel community maintains this repository. Neither Google nor the Bazel team provides support for … [all …]
|
| /external/pigweed/pw_build/py/ |
| D | gn_utils_test.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 25 """Tests creating a GN path from a Bazel string.""" 26 path = GnPath('$dir_3p_test', bazel='//foo:bar/baz.txt') 53 """Tests creating a GN label from a Bazel string including a name.""" 54 label = GnLabel('$dir_3p/test', bazel='//foo/bar:baz') 62 self.assertFalse(label.repo()) 65 """Tests creating a GN label from a Bazel string without a name.""" 66 label = GnLabel('$dir_3p/test', bazel='//foo/bar') 73 self.assertFalse(label.repo()) 76 """Tests creating a GN label from a Bazel string with a repo.""" [all …]
|
| /external/bazelbuild-platforms/ |
| D | README.md | 1 # [Bazel Platforms](https://bazel.build) 4 [constraint_setting()](https://bazel.build/reference/be/platforms-and-toolchains#constraint_setting… 5 [constraint_value()](https://bazel.build/reference/be/platforms-and-toolchains#constraint_value)s 7 [platform()](https://bazel.build/reference/be/platforms-and-toolchains#platform)s 8 that are universally useful across languages and Bazel projects. 11 [bazel-discuss@googlegroups.com](mailto://bazel-discuss@googlegroups.com). 24 Most common constraints -- that is settings and values that can be used across 25 projects - fall into specific areas like "Apple" or "Java". These are declared 43 - semantically clear, particularly in its distinctions from other values of 46 - well-named: consistent with existing values of the same setting and easy to [all …]
|
| /external/pigweed/pw_toolchain_bazel/ |
| D | MODULE.bazel.lock | 6 "https://bcr.bazel.build/" 48 "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", 67 "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", 72 "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" 74 "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", 75 "strip_prefix": "rules_cc-0.0.9", 77 …"https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-m… 99 "file": "@@bazel_tools//:MODULE.bazel", 117 "file": "@@bazel_tools//:MODULE.bazel", 134 "file": "@@bazel_tools//:MODULE.bazel", [all …]
|
| /external/bazelbuild-rules_testing/.github/workflows/ |
| D | release.yml | 1 # Copyright 2023 The Bazel Authors. All rights reserved. 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Cut a release whenever a new tag is pushed to the repo. 21 - "v*.*.*" 24 runs-on: ubuntu-latest 26 - name: Checkout 28 - name: Mount bazel caches 32 ~/.cache/bazel 33 ~/.cache/bazel-repo 34 key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }} [all …]
|
| /external/bazel-skylib/tests/diff_test/ |
| D | diff_test_tests.sh | 3 # Copyright 2019 The Bazel Authors. All rights reserved. 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # --- begin runfiles.bash initialization --- 18 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash). 19 set -euo pipefail 20 if [[ ! -d "${RUNFILES_DIR:-/dev/null}" && ! -f "${RUNFILES_MANIFEST_FILE:-/dev/null}" ]]; then 21 if [[ -f "$0.runfiles_manifest" ]]; then 23 elif [[ -f "$0.runfiles/MANIFEST" ]]; then 25 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then 29 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/ |
| D | label.rs | 32 pub(crate) fn is_absolute(&self) -> bool { in is_absolute() 40 pub(crate) fn repository(&self) -> Option<&Repository> { in repository() 47 pub(crate) fn package(&self) -> Option<&str> { in package() 54 pub(crate) fn target(&self) -> &str { in target() 65 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() 66 let re = Regex::new(r"^(@@?[\w\d\-_\.~]*)?(//)?([\w\d\-_\./+]+)?(:([\+\w\d\-_\./]+))?$")?; in from_str() 163 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 186 pub(crate) fn from_absolute_path(p: &Path) -> Result<Self, anyhow::Error> { in from_absolute_path() 191 && (ancestor.join("BUILD").exists() || ancestor.join("BUILD.bazel").exists()) in from_absolute_path() 197 || ancestor.join("WORKSPACE.bazel").exists()) in from_absolute_path() [all …]
|
| /external/bazelbuild-rules_cc/ |
| D | README.md | 1 # C++ rules for Bazel 3 …e2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=main)](https://buildkite.com/bazel/rules-cc) 4 …Bazel Incompatible flags [. 19 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 40 This repo contains an auto-detecting toolchain that expects to find tools installed on your host ma… 41 This is non-hermetic, and may have varying behaviors depending on the versions of tools found. [all …]
|
| /external/boringssl/src/ |
| D | MODULE.bazel.lock | 6 "https://bcr.bazel.build/" 21 "version": "0.0.0-dev", 44 "com_google_absl": "abseil-cpp@20230802.0", 47 "com_googlesource_code_re2": "re2@2023-09-01", 52 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", 58 "integrity": "sha256-itWYxzrXluDYKAsILOvYKmMNc+c808cAV5OKZQG7pdc=", 59 "strip_prefix": "googletest-1.14.0", 61 …"https://bcr.bazel.build/modules/googletest/1.14.0.bcr.1/patches/module_dot_bazel.patch": "sha256-… 80 "file": "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel", 99 "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
| D | metadata_annotation.rs | 1 //! Collect and store information from Cargo metadata specific to Bazel's needs 50 pub(crate) fn new(metadata: CargoMetadata) -> MetadataAnnotation { in new() 60 let is_node_workspace_member = |node: &Node, metadata: &CargoMetadata| -> bool { in new() 97 fn annotate_crate(node: Node, metadata: &CargoMetadata) -> CrateAnnotation { in annotate_crate() 113 …/// [git_repository::commit](https://docs.bazel.build/versions/main/repo/git.html#git_repository-c… 114 …/// [git_repository::tag](https://docs.bazel.build/versions/main/repo/git.html#git_repository-tag)… 115 …/// [git_repository::branch](https://docs.bazel.build/versions/main/repo/git.html#git_repository-b… 118 …See [git_repository::shallow_since](https://docs.bazel.build/versions/main/repo/git.html#git_repos… 122 … See [git_repository::strip_prefix](https://docs.bazel.build/versions/main/repo/git.html#git_repos… 126 …// See [git_repository::patch_args](https://docs.bazel.build/versions/main/repo/git.html#git_repos… [all …]
|
| /external/tensorflow/tensorflow/ |
| D | workspace3.bzl | 3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 4 load("//third_party:tf_runtime/workspace.bzl", tf_runtime = "repo") 5 load("//third_party/llvm:workspace.bzl", llvm = "repo") 11 strip_prefix = "rules_closure-308b05b2419edb5c8ee0471b67a40403df940149", 14 …om/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149.tar.gz", # 2019-06-13 20 # https://github.com/bazelbuild/bazel-skylib/releases 25 …is.com/mirror.tensorflow.org/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skyl… 26 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", 33 …"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.… 34 … "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz", [all …]
|