Internal change

PiperOrigin-RevId: 582062765
This commit is contained in:
gRPC Team Bot 2023-11-13 21:16:34 +00:00 committed by Craig Tiller
parent 15e2f9e873
commit 8bed0f30fb
8 changed files with 8 additions and 8 deletions

2
BUILD
View File

@ -30,8 +30,8 @@ licenses(["reciprocal"])
package(
default_visibility = ["//visibility:public"],
features = [
"layering_check",
"-parse_headers",
"layering_check",
],
)

View File

@ -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.

View File

@ -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 <grpc/grpc.h>
// IWYU pragma: friend "src/.*"
// IWYU pragma: friend "test/.*"

View File

@ -18,7 +18,7 @@
#import "GRXConcurrentWriteable.h"
#import <RxLibrary/GRXWriteable.h>
#import "GRXWriteable.h"
@interface GRXConcurrentWriteable ()
// This is atomic so that cancellation can nillify it from any thread.

View File

@ -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.
*/

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#import "GRPCBlockCallbackResponseHandler.h"
#import <GRPCClient/GRPCBlockCallbackResponseHandler.h>
@implementation GRPCBlockCallbackResponseHandler {
void (^_initialMetadataCallback)(NSDictionary *);

View File

@ -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"])

View File

@ -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"])