Skip to content

Commit d3e97d9

Browse files
authored
Adding xxhash as a subtree (grpc#25645)
1 parent e753695 commit d3e97d9

24 files changed

+422
-9
lines changed

BUILD

+3
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,9 @@ grpc_cc_library(
18621862
srcs = [
18631863
"src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc",
18641864
],
1865+
external_deps = [
1866+
"xxhash",
1867+
],
18651868
language = "c++",
18661869
deps = [
18671870
"grpc_base",

BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ config("grpc_config") {
12331233
"src/core/tsi/transport_security_grpc.cc",
12341234
"src/core/tsi/transport_security_grpc.h",
12351235
"src/core/tsi/transport_security_interface.h",
1236+
"third_party/xxhash/xxhash.h",
12361237
]
12371238
deps = [
12381239
"//third_party/zlib",

0 commit comments

Comments
 (0)