aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml18
1 files changed, 3 insertions, 15 deletions
diff --git a/build.yaml b/build.yaml
index 61f76f205c..588263e646 100644
--- a/build.yaml
+++ b/build.yaml
@@ -251,7 +251,6 @@ filegroups:
- src/core/lib/slice/slice_hash_table.cc
- src/core/lib/slice/slice_intern.cc
- src/core/lib/slice/slice_string_helpers.cc
- - src/core/lib/surface/alarm.cc
- src/core/lib/surface/api_trace.cc
- src/core/lib/surface/byte_buffer.cc
- src/core/lib/surface/byte_buffer_reader.cc
@@ -401,7 +400,6 @@ filegroups:
- src/core/lib/slice/slice_hash_table.h
- src/core/lib/slice/slice_internal.h
- src/core/lib/slice/slice_string_helpers.h
- - src/core/lib/surface/alarm_internal.h
- src/core/lib/surface/api_trace.h
- src/core/lib/surface/call.h
- src/core/lib/surface/call_test_only.h
@@ -1074,6 +1072,7 @@ filegroups:
- src/cpp/client/create_channel_posix.cc
- src/cpp/client/credentials_cc.cc
- src/cpp/client/generic_stub.cc
+ - src/cpp/common/alarm.cc
- src/cpp/common/channel_arguments.cc
- src/cpp/common/channel_filter.cc
- src/cpp/common/completion_queue_cc.cc
@@ -1706,17 +1705,6 @@ libs:
- winsock
- global
targets:
-- name: alarm_test
- cpu_cost: 0.1
- build: test
- language: c
- src:
- - test/core/surface/alarm_test.cc
- deps:
- - grpc_test_util
- - grpc
- - gpr_test_util
- - gpr
- name: algorithm_test
build: test
language: c
@@ -3407,12 +3395,12 @@ targets:
- mac
- linux
- posix
-- name: alarm_cpp_test
+- name: alarm_test
gtest: true
build: test
language: c++
src:
- - test/cpp/common/alarm_cpp_test.cc
+ - test/cpp/common/alarm_test.cc
deps:
- grpc++_test_util_unsecure
- grpc_test_util_unsecure