diff options
author | Vijay Pai <vpai@google.com> | 2018-02-08 13:24:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 13:24:39 -0800 |
commit | 0024ebc85232333efdbd18899eb6f7bba6b570d8 (patch) | |
tree | 136410619009bf4d8358464dc68ecc6ae04357b0 /BUILD | |
parent | 2a073981f384cc117e7e6b3835888bbf8d30540c (diff) | |
parent | 25b61fd60e9fd24c3b23eac9396e22745f1cf51d (diff) |
Merge pull request #14196 from vjpai/gpr_review_tls
GPR review: Privatize thread-local storage headers
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -79,10 +79,6 @@ GPR_PUBLIC_HDRS = [ "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", ] @@ -504,6 +500,10 @@ grpc_cc_library( "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", ], language = "c++", |