aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-08 21:16:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-08 21:16:12 -0700
commit922260656a288d302016d044ff1572be5dc61b8c (patch)
tree9b7578732fdfb48ecc07fd3e66cb3b69e6ae5094 /build.yaml
parent313f36fd06c38384bfa89e9ee5f699c97ccc56d3 (diff)
C++ize BDP estimator, introduce ManualConstructor
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index d23716af2a..7a370bf83c 100644
--- a/build.yaml
+++ b/build.yaml
@@ -143,6 +143,7 @@ filegroups:
- src/core/lib/support/atomic_with_atm.h
- src/core/lib/support/atomic_with_std.h
- src/core/lib/support/env.h
+ - src/core/lib/support/manual_constructor.h
- src/core/lib/support/memory.h
- src/core/lib/support/mpscq.h
- src/core/lib/support/murmur_hash.h
@@ -741,7 +742,7 @@ filegroups:
- test/core/end2end/fixtures/http_proxy_fixture.c
- test/core/end2end/fixtures/proxy.c
- test/core/iomgr/endpoint_tests.c
- - test/core/util/debugger_macros.c
+ - test/core/util/debugger_macros.cc
- test/core/util/grpc_profiler.c
- test/core/util/memory_counters.c
- test/core/util/mock_endpoint.c