aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-04 20:20:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-04 20:20:17 -0700
commit9fe1bb1bc8bfca4678019438aa3e7ee0f69fcdfa (patch)
treed88511da036d4f0ac7ad6c64d8ecf72a600a71f2 /BUILD
parent1dbd063dbf08cd39ab398c75c1c458ee6bcf4993 (diff)
Fix BUILD
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 62f0e1d2c5..055e829be7 100644
--- a/BUILD
+++ b/BUILD
@@ -510,6 +510,7 @@ grpc_cc_library(
"src/core/lib/iomgr/tcp_windows.c",
"src/core/lib/iomgr/time_averaged_stats.c",
"src/core/lib/iomgr/timer_generic.c",
+ "src/core/lib/iomgr/timer_manager.c",
"src/core/lib/iomgr/timer_heap.c",
"src/core/lib/iomgr/timer_uv.c",
"src/core/lib/iomgr/udp_server.c",
@@ -627,6 +628,7 @@ grpc_cc_library(
"src/core/lib/iomgr/time_averaged_stats.h",
"src/core/lib/iomgr/timer.h",
"src/core/lib/iomgr/timer_generic.h",
+ "src/core/lib/iomgr/timer_manager.h",
"src/core/lib/iomgr/timer_heap.h",
"src/core/lib/iomgr/timer_uv.h",
"src/core/lib/iomgr/udp_server.h",