aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
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',
],