aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2018-05-01 10:30:54 -0700
committerGravatar Juanli Shen <juanlishen@google.com>2018-05-01 10:46:44 -0700
commita0aab7ebcc4e3af28f9dde745bf1800094b085a7 (patch)
tree2acf56a2800a77f2eba81eb092b1ecad841e7a2b /grpc.gyp
parentac0188e25b46a191e278610e264edb1df1287c94 (diff)
Add load data store
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index b36b166175..c5e10edf7f 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1638,6 +1638,16 @@
],
},
{
+ 'target_name': 'lb_load_data_store',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'grpc++',
+ ],
+ 'sources': [
+ 'src/cpp/server/load_reporter/load_data_store.cc',
+ ],
+ },
+ {
'target_name': 'qps',
'type': 'static_library',
'dependencies': [