Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proto_format: Optimize and cleanup #26496

Merged
merged 2 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .azure-pipelines/stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ stages:
steps:
- task: Cache@2
inputs:
key: "proto_format | ./WORKSPACE | **/*.bzl"
key: "proto_format | ./WORKSPACE | **/*.bzl, !mobile/**, !envoy-docs/**"
path: $(Build.StagingDirectory)/repository_cache
continueOnError: true

Expand Down
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ build --action_env=CXX --host_action_env=CXX
build --action_env=LLVM_CONFIG --host_action_env=LLVM_CONFIG
build --action_env=PATH --host_action_env=PATH

# Allow stamped caches to bust when local filesystem changes.
# Requires setting `BAZEL_VOLATILE_DIRTY` in the env.
build --action_env=BAZEL_VOLATILE_DIRTY --host_action_env=BAZEL_VOLATILE_DIRTY

build --enable_platform_specific_config
build --test_summary=terse

Expand Down
2 changes: 1 addition & 1 deletion api/contrib/envoy/extensions/config/v3alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/contrib/envoy/extensions/filters/http/dynamo/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/contrib/envoy/extensions/filters/http/squash/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/contrib/envoy/extensions/vcl/v3alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/admin/v2alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/admin/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/auth/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/cluster/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/core/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/endpoint/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/listener/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/ratelimit/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/api/v2/route/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/accesslog/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/accesslog/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/bootstrap/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/bootstrap/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/cluster/aggregate/v2alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/cluster/redis/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/cluster/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/common/key_value/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/common/matcher/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/common/mutation_rules/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/common/tap/v2alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/endpoint/v3/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/accesslog/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/dubbo/router/v2alpha1/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/fault/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/aws_lambda/v2alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/buffer/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/cache/v2alpha/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/compressor/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/cors/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/filter/http/csrf/v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
# DO NOT EDIT. This file is generated by tools/proto_format/proto_format.sh.

load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")

Expand Down
Loading