aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
commit396d49d95842b42ee2537f54a12919aff47a0401 (patch)
tree898c75ea8c5ac0e997258a768f84d44d35cff8d2 /BUILD
parentbaf1a412624d20d1c11f60ddd66d47e58b3e3f35 (diff)
Introduce a 'weak' and mutable version of slice hash table
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 34225437cf..517648eccd 100644
--- a/BUILD
+++ b/BUILD
@@ -55,7 +55,7 @@ config_setting(
config_setting(
name = "windows",
- values = { "cpu": "x64_windows" },
+ values = {"cpu": "x64_windows"},
)
config_setting(
@@ -906,6 +906,7 @@ grpc_cc_library(
"src/core/lib/slice/slice_hash_table.h",
"src/core/lib/slice/slice_internal.h",
"src/core/lib/slice/slice_string_helpers.h",
+ "src/core/lib/slice/slice_weak_hash_table.h",
"src/core/lib/surface/api_trace.h",
"src/core/lib/surface/call.h",
"src/core/lib/surface/call_test_only.h",