diff options
author | Vijay Pai <vpai@google.com> | 2015-04-13 08:07:57 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-04-13 08:07:57 -0700 |
commit | a3f6c4e610683f654502bf65118c482fe105fd35 (patch) | |
tree | 06746eec56112cfebfa411e278067a802c6eaeff /BUILD | |
parent | f7c6647e66c4dfb7e27224ff69fa605e27503fed (diff) | |
parent | fba547644c7e55ae222cb130cb289e19db43b449 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -104,6 +104,10 @@ cc_library( "include/grpc/support/sync_win32.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", ], includes = [ |