parent
15e2f9e873
commit
8bed0f30fb
2
BUILD
2
BUILD
|
|
@ -30,8 +30,8 @@ licenses(["reciprocal"])
|
|||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
features = [
|
||||
"layering_check",
|
||||
"-parse_headers",
|
||||
"layering_check",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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/.*"
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#import "GRPCBlockCallbackResponseHandler.h"
|
||||
#import <GRPCClient/GRPCBlockCallbackResponseHandler.h>
|
||||
|
||||
@implementation GRPCBlockCallbackResponseHandler {
|
||||
void (^_initialMetadataCallback)(NSDictionary *);
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue