From 8bed0f30fb3862c3e933acb8911f0afcc2f92a0f Mon Sep 17 00:00:00 2001 From: gRPC Team Bot Date: Mon, 13 Nov 2023 21:16:34 +0000 Subject: [PATCH] Internal change PiperOrigin-RevId: 582062765 --- BUILD | 2 +- bazel/googleapis.BUILD | 2 +- include/grpc/impl/channel_arg_names.h | 2 +- src/objective-c/RxLibrary/GRXConcurrentWriteable.m | 2 +- src/objective-c/RxLibrary/GRXMappingWriter.h | 2 +- src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m | 2 +- src/proto/grpc/testing/BUILD | 2 +- src/proto/grpc/testing/xds/v3/BUILD | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BUILD b/BUILD index 3fd5a6c6388..a83ccf8d7d4 100644 --- a/BUILD +++ b/BUILD @@ -30,8 +30,8 @@ licenses(["reciprocal"]) package( default_visibility = ["//visibility:public"], features = [ - "layering_check", "-parse_headers", + "layering_check", ], ) diff --git a/bazel/googleapis.BUILD b/bazel/googleapis.BUILD index dc7e05f7424..ee9473b1526 100644 --- a/bazel/googleapis.BUILD +++ b/bazel/googleapis.BUILD @@ -15,7 +15,7 @@ licenses(["notice"]) package( - default_visibility = ["//visibility:public"] + default_visibility = ["//visibility:public"], ) # This is needed for the dependency on google_cloud_cpp to work. diff --git a/include/grpc/impl/channel_arg_names.h b/include/grpc/impl/channel_arg_names.h index def07be248d..b4cece27c9e 100644 --- a/include/grpc/impl/channel_arg_names.h +++ b/include/grpc/impl/channel_arg_names.h @@ -15,7 +15,7 @@ #ifndef GRPC_IMPL_CHANNEL_ARG_NAMES_H #define GRPC_IMPL_CHANNEL_ARG_NAMES_H -// IWYU pragma: private, include "third_party/grpc/include/grpc/grpc.h" +// IWYU pragma: private, include // IWYU pragma: friend "src/.*" // IWYU pragma: friend "test/.*" diff --git a/src/objective-c/RxLibrary/GRXConcurrentWriteable.m b/src/objective-c/RxLibrary/GRXConcurrentWriteable.m index 115195463de..9686c7567a7 100644 --- a/src/objective-c/RxLibrary/GRXConcurrentWriteable.m +++ b/src/objective-c/RxLibrary/GRXConcurrentWriteable.m @@ -18,7 +18,7 @@ #import "GRXConcurrentWriteable.h" -#import +#import "GRXWriteable.h" @interface GRXConcurrentWriteable () // This is atomic so that cancellation can nillify it from any thread. diff --git a/src/objective-c/RxLibrary/GRXMappingWriter.h b/src/objective-c/RxLibrary/GRXMappingWriter.h index a344f966228..90a6e29ef21 100644 --- a/src/objective-c/RxLibrary/GRXMappingWriter.h +++ b/src/objective-c/RxLibrary/GRXMappingWriter.h @@ -16,7 +16,7 @@ * */ -#import "RxLibrary/GRXForwardingWriter.h" +#import "GRXForwardingWriter.h" /** A "proxy" writer that transforms all the values of its input writer by using a mapping function. */ diff --git a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m index c797b0e91bc..39ceabad907 100644 --- a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m +++ b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GRPCBlockCallbackResponseHandler.h" +#import @implementation GRPCBlockCallbackResponseHandler { void (^_initialMetadataCallback)(NSDictionary *); diff --git a/src/proto/grpc/testing/BUILD b/src/proto/grpc/testing/BUILD index 0f7bbbecf63..41ab62e76e2 100644 --- a/src/proto/grpc/testing/BUILD +++ b/src/proto/grpc/testing/BUILD @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") load("@rules_proto//proto:defs.bzl", "proto_library") load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library") -load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") licenses(["notice"]) diff --git a/src/proto/grpc/testing/xds/v3/BUILD b/src/proto/grpc/testing/xds/v3/BUILD index 9c02b2a9f6c..f72941136cc 100644 --- a/src/proto/grpc/testing/xds/v3/BUILD +++ b/src/proto/grpc/testing/xds/v3/BUILD @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library") load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") +load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library") licenses(["notice"])