aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-08-16 12:04:24 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-08-16 13:19:01 -0700
commit7a7e4f56529c4da16ec6a3035e7b3bdf9dfb6f67 (patch)
tree038a53da42972feffed87bd4afe841526dd7220b /BUILD
parente495476b1e31023637259883aa735fcc716c6adc (diff)
Move C++ mu_guard class out of C-core public headers and fix style.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 35cf86288d..7835e8ea25 100644
--- a/BUILD
+++ b/BUILD
@@ -560,6 +560,7 @@ grpc_cc_library(
"src/core/lib/gprpp/fork.h",
"src/core/lib/gprpp/manual_constructor.h",
"src/core/lib/gprpp/memory.h",
+ "src/core/lib/gprpp/mutex_lock.h",
"src/core/lib/gprpp/thd.h",
"src/core/lib/profiling/timers.h",
],