You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
433 B
16 lines
433 B
5 years ago
|
# DO NOT EDIT. This file is generated by tools/proto_sync.py.
|
||
|
|
||
5 years ago
|
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
|
||
5 years ago
|
|
||
|
licenses(["notice"]) # Apache 2
|
||
|
|
||
5 years ago
|
api_proto_package(
|
||
|
has_services = True,
|
||
|
deps = [
|
||
5 years ago
|
"//envoy/config/core/v3:pkg",
|
||
5 years ago
|
"//envoy/service/trace/v2:pkg",
|
||
5 years ago
|
"@com_github_cncf_udpa//udpa/annotations:pkg",
|
||
5 years ago
|
"@opencensus_proto//opencensus/proto/trace/v1:trace_proto",
|
||
|
],
|
||
|
)
|