diff options
Diffstat (limited to 'grpc.gyp')
-rw-r--r-- | grpc.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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', ], |