aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-06-22 16:04:32 -0700
committerGravatar GitHub <noreply@github.com>2018-06-22 16:04:32 -0700
commit3acf8e62079e727ae1925be759fa917f10e982bb (patch)
treed67932239722632eebe9cb53fb07bd2fe56b113f /gRPC-Core.podspec
parent24416c7a1960ec39ccf02075e2d7660bd496465e (diff)
parent1645e1c55f8358dd4a7c218fd26cc1580082dd89 (diff)
Merge pull request #15840 from dgquintas/common_nanopb
Update to use the canonical version of LB proto
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index 3a0264e677..11988ef5a4 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -779,6 +779,8 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
+ 'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
+ 'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc',