Skip to content

Commit

Permalink
Adding xxhash as a subtree (grpc#25601)
Browse files Browse the repository at this point in the history
* Squashed 'third_party/xxhash/' content from commit aea11081f3

git-subtree-dir: third_party/xxhash
git-subtree-split: aea11081f349893ec26f86ada22c66e828885083

* Adding xxhash as a subtree
  • Loading branch information
donnadionne authored Mar 5, 2021
1 parent 3bd458d commit 40bc462
Show file tree
Hide file tree
Showing 89 changed files with 17,197 additions and 9 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,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 @@ -1229,6 +1229,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 40bc462

Please sign in to comment.