Add load data store
diff --git a/grpc.gyp b/grpc.gyp
index b36b166..c5e10ed 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': [