aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 13:24:39 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 13:24:39 -0800
commit0024ebc85232333efdbd18899eb6f7bba6b570d8 (patch)
tree136410619009bf4d8358464dc68ecc6ae04357b0 /build.yaml
parent2a073981f384cc117e7e6b3835888bbf8d30540c (diff)
parent25b61fd60e9fd24c3b23eac9396e22745f1cf51d (diff)
Merge pull request #14196 from vjpai/gpr_review_tls
GPR review: Privatize thread-local storage headers
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.yaml b/build.yaml
index 6b7b65e390..3427641aa5 100644
--- a/build.yaml
+++ b/build.yaml
@@ -96,10 +96,6 @@ filegroups:
- include/grpc/support/sync_windows.h
- include/grpc/support/thd.h
- include/grpc/support/time.h
- - include/grpc/support/tls.h
- - include/grpc/support/tls_gcc.h
- - include/grpc/support/tls_msvc.h
- - include/grpc/support/tls_pthread.h
- include/grpc/support/useful.h
headers:
- src/core/lib/gpr/arena.h
@@ -113,6 +109,10 @@ filegroups:
- src/core/lib/gpr/string_windows.h
- src/core/lib/gpr/thd_internal.h
- src/core/lib/gpr/time_precise.h
+ - src/core/lib/gpr/tls.h
+ - src/core/lib/gpr/tls_gcc.h
+ - src/core/lib/gpr/tls_msvc.h
+ - src/core/lib/gpr/tls_pthread.h
- src/core/lib/gpr/tmpfile.h
- src/core/lib/gprpp/abstract.h
- src/core/lib/gprpp/atomic.h