| # Copyright 2023 The Bazel Authors. All rights reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| visibility("private") |
| |
| DEFAULT_BUILD_FILE_GENERATION_BY_PATH = { |
| "github.com/envoyproxy/protoc-gen-validate": "on", |
| "github.com/google/safetext": "on", |
| "github.com/grpc-ecosystem/grpc-gateway/v2": "on", |
| } |
| |
| DEFAULT_DIRECTIVES_BY_PATH = { |
| "github.com/census-instrumentation/opencensus-proto": [ |
| "gazelle:proto disable", |
| ], |
| "github.com/envoyproxy/protoc-gen-validate": [ |
| "gazelle:build_file_name BUILD.bazel", |
| ], |
| "github.com/gogo/protobuf": [ |
| "gazelle:proto disable", |
| ], |
| "github.com/google/gnostic": [ |
| "gazelle:proto disable", |
| ], |
| "github.com/google/gnostic-models": [ |
| "gazelle:proto disable", |
| ], |
| "github.com/google/safetext": [ |
| "gazelle:build_file_name BUILD.bazel", |
| "gazelle:build_file_proto_mode disable_global", |
| ], |
| "github.com/googleapis/gax-go/v2": [ |
| "gazelle:proto disable", |
| ], |
| "github.com/googleapis/gnostic": [ |
| "gazelle:proto disable", |
| ], |
| "google.golang.org/grpc": [ |
| "gazelle:proto disable", |
| ], |
| "k8s.io/api": [ |
| "gazelle:proto disable", |
| ], |
| "k8s.io/apiextensions-apiserver": [ |
| "gazelle:proto disable", |
| ], |
| "k8s.io/apimachinery": [ |
| "gazelle:proto disable", |
| ], |
| } |
| |
| DEFAULT_BUILD_EXTRA_ARGS_BY_PATH = { |
| "github.com/census-instrumentation/opencensus-proto": [ |
| "-exclude=src", |
| ], |
| } |