Skip to content

Commit

Permalink
Remove nanopb from gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Aug 21, 2019
1 parent 47a06ac commit 7ec6e8a
Show file tree
Hide file tree
Showing 257 changed files with 7 additions and 23,687 deletions.
1 change: 0 additions & 1 deletion .clang_complete
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
-Ithird_party/googletest/googlemock/include
-Ithird_party/googletest/googletest/include
-Ithird_party/googletest/include
-Ithird_party/nanopb
-Ithird_party/protobuf/src
-Ithird_party/upb
-Ithird_party/zlib
27 changes: 0 additions & 27 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,6 @@ config("grpc_config") {
]
}



source_set("nanopb") {
sources = [
"third_party/nanopb/pb.h",
"third_party/nanopb/pb_common.c",
"third_party/nanopb/pb_common.h",
"third_party/nanopb/pb_decode.c",
"third_party/nanopb/pb_decode.h",
"third_party/nanopb/pb_encode.c",
"third_party/nanopb/pb_encode.h",
]
deps = [
]

public_configs = [
":grpc_config",
]
include_dirs = [
"third_party/nanopb",
]
}



source_set("address_sorting") {
Expand Down Expand Up @@ -939,7 +916,6 @@ config("grpc_config") {
include_dirs = [
"third_party/cares",
"third_party/address_sorting/include",
"third_party/nanopb",
]
}

Expand Down Expand Up @@ -1466,9 +1442,6 @@ config("grpc_config") {
public_configs = [
":grpc_config",
]
include_dirs = [
"third_party/nanopb",
]
}

# Only compile the plugin for the host architecture.
Expand Down
Loading

0 comments on commit 7ec6e8a

Please sign in to comment.