Skip to content

Commit

Permalink
Adding xxhash as a subtree (grpc#25645)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnadionne authored Mar 11, 2021
1 parent e753695 commit d3e97d9
Show file tree
Hide file tree
Showing 24 changed files with 422 additions and 9 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,9 @@ grpc_cc_library(
srcs = [
"src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc",
],
external_deps = [
"xxhash",
],
language = "c++",
deps = [
"grpc_base",
Expand Down
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,7 @@ config("grpc_config") {
"src/core/tsi/transport_security_grpc.cc",
"src/core/tsi/transport_security_grpc.h",
"src/core/tsi/transport_security_interface.h",
"third_party/xxhash/xxhash.h",
]
deps = [
"//third_party/zlib",
Expand Down
Loading

0 comments on commit d3e97d9

Please sign in to comment.