aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-08-31 15:52:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-08-31 15:52:57 -0700
commit289723560948e8ec422e659febc73a766845f9ed (patch)
tree9098f99faa9596d739ea0b8cd1e752a6317f25d3 /build.yaml
parent890f542498a8af4c05f22e42d818f3b0eeafaea8 (diff)
Expose stats into qps_driver
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index a43ad6ae31..00d34292fc 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1323,6 +1323,16 @@ libs:
- grpc++_codegen_base_src
secure: check
vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
+- name: grpc++_core_stats
+ build: private
+ language: c++
+ public_headers:
+ - src/cpp/util/core_stats.h
+ src:
+ - src/proto/grpc/core/stats.proto
+ - src/cpp/util/core_stats.cc
+ deps:
+ - grpc++
- name: grpc++_cronet
build: all
language: c++
@@ -1665,6 +1675,7 @@ libs:
deps:
- grpc_test_util
- grpc++_test_util
+ - grpc++_core_stats
- grpc++
- grpc
- name: grpc_csharp_ext
@@ -3796,6 +3807,7 @@ targets:
- src/proto/grpc/testing/stats.proto
- test/cpp/codegen/codegen_test_full.cc
deps:
+ - grpc++_core_stats
- grpc++
- grpc
- gpr
@@ -3813,6 +3825,7 @@ targets:
- src/proto/grpc/testing/stats.proto
- test/cpp/codegen/codegen_test_minimal.cc
deps:
+ - grpc++_core_stats
- grpc
- gpr
filegroups:
@@ -4303,6 +4316,7 @@ targets:
- test/cpp/qps/qps_json_driver.cc
deps:
- qps
+ - grpc++_core_stats
- grpc++_test_util
- grpc_test_util
- grpc++