mirror of
https://github.com/peridotbuild/peridot.git
synced 2025-01-02 23:20:55 +00:00
gazelle
This commit is contained in:
parent
8d751280a4
commit
ae6ed67966
4 changed files with 6 additions and 19 deletions
|
@ -22,8 +22,10 @@ go_library(
|
|||
"frontend_server.go",
|
||||
"grpc.go",
|
||||
"log.go",
|
||||
"pb.go",
|
||||
"pointer.go",
|
||||
"slice.go",
|
||||
"wrapper_helpers.go",
|
||||
],
|
||||
importpath = "go.resf.org/peridot/base/go",
|
||||
visibility = ["//visibility:public"],
|
||||
|
@ -37,5 +39,6 @@ go_library(
|
|||
"//vendor/go.ciq.dev/pika",
|
||||
"@org_golang_google_grpc//:go_default_library",
|
||||
"@org_golang_google_grpc//credentials/insecure",
|
||||
"@org_golang_google_protobuf//types/known/timestamppb",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -12,26 +12,13 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
load("@aspect_rules_swc//swc:defs.bzl", "swc")
|
||||
load("@aspect_rules_js//js:defs.bzl", "js_library")
|
||||
load("//tools/build_rules/ui_library:defs.bzl", "ui_library")
|
||||
|
||||
swc(
|
||||
name = "lib",
|
||||
ui_library(
|
||||
name = "mui",
|
||||
srcs = glob([
|
||||
"*.tsx",
|
||||
"*.ts",
|
||||
]),
|
||||
data = [
|
||||
"//:node_modules/@mui/material",
|
||||
"//:node_modules/react",
|
||||
"//:node_modules/react-dom",
|
||||
"//:node_modules/tslib",
|
||||
],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
js_library(
|
||||
name = "mui",
|
||||
srcs = [":lib"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
0
tools/build_rules/ui_library/BUILD
Normal file
0
tools/build_rules/ui_library/BUILD
Normal file
|
@ -19,14 +19,11 @@ load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
|||
proto_library(
|
||||
name = "mothershippb_proto",
|
||||
srcs = [
|
||||
"bugtracker.proto",
|
||||
"entry.proto",
|
||||
"srpm_archiver.proto",
|
||||
"worker.proto",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@com_google_protobuf//:empty_proto",
|
||||
"@com_google_protobuf//:timestamp_proto",
|
||||
"@com_google_protobuf//:wrappers_proto",
|
||||
"@go_googleapis//google/api:annotations_proto",
|
||||
|
|
Loading…
Reference in a new issue