diff options
author | Vijay Pai <vpai@google.com> | 2018-01-25 21:50:18 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-01-25 21:50:18 -0800 |
commit | 80e23d19df972a697c3ed4fef841ebc83838e38b (patch) | |
tree | 31cc688a4a8d72a2c254c129319a357a89ac017c /gRPC-Core.podspec | |
parent | 8a99fdb57e564f2166f5f83e50baa4c47e9a3f8d (diff) |
Separate out cmdline so that it can be used in tool and test builds
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 23a01010d0..9a173cd7b6 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -988,7 +988,6 @@ Pod::Spec.new do |s| 'test/core/end2end/fixtures/http_proxy_fixture.cc', 'test/core/end2end/fixtures/proxy.cc', 'test/core/iomgr/endpoint_tests.cc', - 'test/core/util/cmdline.cc', 'test/core/util/debugger_macros.cc', 'test/core/util/grpc_profiler.cc', 'test/core/util/histogram.cc', @@ -1004,13 +1003,13 @@ Pod::Spec.new do |s| 'test/core/util/subprocess_windows.cc', 'test/core/util/tracer_util.cc', 'test/core/util/trickle_endpoint.cc', + 'test/core/util/cmdline.cc', 'test/core/end2end/data/ssl_test_data.h', 'test/core/security/oauth2_utils.h', 'test/core/end2end/cq_verifier.h', 'test/core/end2end/fixtures/http_proxy_fixture.h', 'test/core/end2end/fixtures/proxy.h', 'test/core/iomgr/endpoint_tests.h', - 'test/core/util/cmdline.h', 'test/core/util/debugger_macros.h', 'test/core/util/grpc_profiler.h', 'test/core/util/histogram.h', @@ -1024,6 +1023,7 @@ Pod::Spec.new do |s| 'test/core/util/subprocess.h', 'test/core/util/tracer_util.h', 'test/core/util/trickle_endpoint.h', + 'test/core/util/cmdline.h', 'test/core/end2end/end2end_tests.cc', 'test/core/end2end/end2end_test_utils.cc', 'test/core/end2end/tests/authority_not_supported.cc', |