| /external/bazelbuild-rules_go/docs/go/core/ |
| D | rules.md | 33 [go_binary]: #go_binary 86 Three core rules may be used to build most projects: [go_library], [go_binary], 96 [go_binary] also builds a single `main` package and links it into an 122 <a id="#go_binary"></a> 124 ## go_binary 127 go_binary(<a href="#go_binary-name">name</a>, <a href="#go_binary-basename">basename</a>, <a href="… 128 …go_binary-embedsrcs">embedsrcs</a>, <a href="#go_binary-env">env</a>, <a href="#go_binary-gc_goopt… 129 …go_binary-out">out</a>, <a href="#go_binary-pure">pure</a>, <a href="#go_binary-race">race</a>, <a… 149 | <a id="go_binary-name"></a>name | A unique name for this target. | <a href="https://bazel.buil… 150 | <a id="go_binary-basename"></a>basename | The basename of this binary. The binary ba… [all …]
|
| D | rules.bzl | 31 [go_binary]: #go_binary 84 Three core rules may be used to build most projects: [go_library], [go_binary], 94 [go_binary] also builds a single `main` package and links it into an 118 load("//go/private/rules:binary.bzl", _go_binary = "go_binary") 125 go_binary = _go_binary
|
| D | embedding.md | 4 within another `go_library`, `go_binary`, or `go_test` using the `embed` 39 contain test sources. Other `go_binary` and `go_library` targets can depend 49 go_binary(
|
| D | defines_and_stamping.md | 21 on the `go_binary` rule if needed. The `--[no]stamp` option controls whether 51 go_binary( 80 go_binary(
|
| /external/bazelbuild-rules_go/go/private/rules/ |
| D | cross.bzl | 69 … # There's no way to determine if the underlying `go_binary` target is executable at loading time 70 … # so we must set the `go_cross` rule to be always executable. If the `go_binary` target is not 73 # the underlying `go_binary` target is executable. 76 …# See the implementation of `go_binary` for an explanation of the need for default vs data runfile… 109 same platform as it would've with the original `go_binary` rule. 119 SDK as it would've with the original `go_binary` rule. 129 "doc": """This wraps an executable built by `go_binary` to cross compile it
|
| D | wrappers.bzl | 28 "go_binary", 48 """See docs/go/core/rules.md#go_binary for full documentation.""" 61 … fail("Cannot use select for go_binary with goos/goarch set, but {} was a select".format(key)) 64 go_binary(name = name, **kwargs)
|
| /external/bazelbuild-rules_go/go/tools/builders/ |
| D | BUILD.bazel | 1 load("//go:def.bzl", "go_binary", "go_source", "go_test") 80 go_binary( 111 go_binary( 127 go_binary( 137 go_binary( 145 go_binary(
|
| /external/bazelbuild-rules_android/src/tools/jdeps/ |
| D | BUILD | 2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 13 go_binary( 22 go_binary(
|
| /external/bazelbuild-rules_go/ |
| D | README.rst | 40 .. _go_binary: docs/go/core/rules.md#go_binary target 135 * `go_binary`_ 180 * Building libraries, binaries, and tests (`go_library`_, `go_binary`_, 268 load("@io_bazel_rules_go//go:def.bzl", "go_binary") 270 go_binary( 336 This will generate a ``BUILD.bazel`` file with `go_library`_, `go_binary`_, and 352 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 394 For binaries, add a `go_binary`_ rule like the one below. 398 go_binary( 538 * `How do I access go_binary executables from go_test?`_ [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | com_github_kevinburke_go_bindata-gazelle.patch | 41 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 55 +go_binary( 76 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 91 +go_binary(
|
| /external/bazelbuild-rules_go/go/tools/bazel_benchmark/ |
| D | BUILD.bazel.in | 1 load("//go:def.bzl", "go_binary") 3 go_binary(
|
| D | BUILD.bazel | 1 load("//go:def.bzl", "go_binary", "go_library") 3 go_binary(
|
| /external/bazelbuild-rules_android/src/tools/bundletool_module_builder/ |
| D | BUILD | 2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 11 go_binary(
|
| /external/skia/experimental/bazel_test/go/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 10 go_binary(
|
| /external/skia/modules/canvaskit/go/gold_test_env/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 10 go_binary(
|
| /external/bazelbuild-rules_go/go/tools/internal/stdlib_tags/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 10 go_binary(
|
| /external/bazelbuild-rules_python/gazelle/manifest/hasher/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 10 go_binary(
|
| /external/skia/toolchain/android_trampolines/gen_trampolines/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 19 go_binary(
|
| /external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 19 go_binary(
|
| /external/skia/tools/testrunners/common/make_tarball/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 19 go_binary(
|
| /external/skia/bazel/device_specific_configs/generate/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 20 go_binary(
|
| /external/bazelbuild-rules_go/go/tools/fetch_repo/ |
| D | BUILD.bazel | 1 load("//go:def.bzl", "go_binary", "go_library", "go_test") 3 go_binary(
|
| /external/skia/bazel/deps_parser/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 10 go_binary(
|
| /external/skia/infra/bots/task_drivers/external_client/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 16 go_binary(
|
| /external/skia/infra/bots/task_drivers/toolchain_layering_check/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") 17 go_binary(
|