aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-09-25 13:54:51 -0700
committerGravatar Yang Gao <yangg@google.com>2015-09-25 13:54:51 -0700
commitb09a8759174531790b38cc67079e0b836a519c0a (patch)
treede9b1a955d18f970f40ca74a6d613c597e8176a7 /build.yaml
parentdd8a0dfbb5a31fb324f4d5be90a69220caae026e (diff)
parent3ca49d2a1a42dfd80e17f57c69020f5bd793ee14 (diff)
Merge pull request #3476 from vjpai/block_annotate
Annotate blocking points
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.yaml b/build.yaml
index 4c6c6dc100..20c9c7cf73 100644
--- a/build.yaml
+++ b/build.yaml
@@ -152,9 +152,9 @@ libs:
include/grpc/support/sync_posix.h, 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]
- headers: [src/core/support/env.h, src/core/support/file.h, src/core/support/murmur_hash.h,
- src/core/support/stack_lockfree.h, src/core/support/string.h, src/core/support/string_win32.h,
- src/core/support/thd_internal.h, src/core/support/time_precise.h]
+ headers: [src/core/support/block_annotate.h, src/core/support/env.h, src/core/support/file.h,
+ src/core/support/murmur_hash.h, src/core/support/stack_lockfree.h, src/core/support/string.h,
+ src/core/support/string_win32.h, src/core/support/thd_internal.h, src/core/support/time_precise.h]
src: [src/core/support/alloc.c, src/core/support/cmdline.c, src/core/support/cpu_iphone.c,
src/core/support/cpu_linux.c, src/core/support/cpu_posix.c, src/core/support/cpu_windows.c,
src/core/support/env_linux.c, src/core/support/env_posix.c, src/core/support/env_win32.c,