aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-02 08:44:20 -0800
committerGravatar GitHub <noreply@github.com>2018-02-02 08:44:20 -0800
commite5b0a504167fbc6277d034709aa29ea07fa09a00 (patch)
tree6c6c080621452edeaead91ba48a1857810829699 /BUILD
parentba92ab53bf50c8e12c90e62bbd0935008d696fa3 (diff)
parent392e2131e17bd2a028d5b91b7a99aee26bbfbf19 (diff)
Merge pull request #14015 from vjpai/alarm
Remove alarm from core, implement in C++ layer only
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index 9b03685f5e..1779575c42 100644
--- a/BUILD
+++ b/BUILD
@@ -56,7 +56,7 @@ config_setting(
# This should be updated along with build.yaml
g_stands_for = "glamorous"
-core_version = "5.0.0-dev"
+core_version = "6.0.0-dev"
version = "1.10.0-dev"
@@ -118,6 +118,7 @@ GRPCXX_SRCS = [
"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",
@@ -729,7 +730,6 @@ grpc_cc_library(
"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",
@@ -854,7 +854,6 @@ grpc_cc_library(
"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",