Skip to content

Commit

Permalink
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxi Yan committed Feb 1, 2017
1 parent 7b005f7 commit bb2e8af
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ grpc_cc_library(
"src/core/ext/transport/cronet/transport/cronet_transport.c",
],
hdrs = [
"third_party/Cronet/bidirectional_stream_c.h",
"third_party/objective_c/Cronet/bidirectional_stream_c.h",
],
language = "c",
public_hdrs = [
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ filegroups:
- include/grpc/grpc_security.h
- include/grpc/grpc_security_constants.h
headers:
- third_party/Cronet/bidirectional_stream_c.h
- third_party/objective_c/Cronet/bidirectional_stream_c.h
src:
- src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
- src/core/ext/transport/cronet/transport/cronet_api_dummy.c
Expand Down
2 changes: 1 addition & 1 deletion src/core/ext/transport/cronet/transport/cronet_api_dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library, so we can build it in all environments */

#include <grpc/support/log.h>

#include "third_party/Cronet/bidirectional_stream_c.h"
#include "third_party/objective_c/Cronet/bidirectional_stream_c.h"

#ifdef GRPC_COMPILE_WITH_CRONET
/* link with the real CRONET library in the build system */
Expand Down
2 changes: 1 addition & 1 deletion src/core/ext/transport/cronet/transport/cronet_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include "src/core/lib/transport/metadata_batch.h"
#include "src/core/lib/transport/static_metadata.h"
#include "src/core/lib/transport/transport_impl.h"
#include "third_party/Cronet/bidirectional_stream_c.h"
#include "third_party/objective_c/Cronet/bidirectional_stream_c.h"

#define GRPC_HEADER_SIZE_IN_BYTES 5

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/run_tests/generated/sources_and_headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -7907,7 +7907,7 @@
"include/grpc/grpc_cronet.h",
"include/grpc/grpc_security.h",
"include/grpc/grpc_security_constants.h",
"third_party/Cronet/bidirectional_stream_c.h"
"third_party/objective_c/Cronet/bidirectional_stream_c.h"
],
"is_filegroup": true,
"language": "c",
Expand Down

0 comments on commit bb2e8af

Please sign in to comment.