aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-07 15:49:44 -0700
committerGravatar GitHub <noreply@github.com>2017-09-07 15:49:44 -0700
commit41630a29507c8dd5b6110f0397b346b7feab442b (patch)
tree3890b675262fd5f0cf39feed9330e606d266c70b /grpc.gyp
parent4fb50865e0606bdcd67f3b7e5d5faa22d4b523e8 (diff)
parent0880cadc6f3852ee2caa300ca742c176336f89e1 (diff)
Merge pull request #12334 from ctiller/stats_histo
Stats histograms
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index d4a8fe6a8c..0e7ee7e5c9 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1223,6 +1223,17 @@
],
},
{
+ 'target_name': 'grpc++_core_stats',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'grpc++',
+ ],
+ 'sources': [
+ 'src/proto/grpc/core/stats.proto',
+ 'src/cpp/util/core_stats.cc',
+ ],
+ },
+ {
'target_name': 'grpc++_error_details',
'type': 'static_library',
'dependencies': [
@@ -1504,6 +1515,7 @@
'dependencies': [
'grpc_test_util',
'grpc++_test_util',
+ 'grpc++_core_stats',
'grpc++',
'grpc',
],