Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: third_party/grpc/src/objective-c/tests/Podfile

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/src/objective-c/tests/Podfile
diff --git a/third_party/grpc/src/objective-c/tests/Podfile b/third_party/grpc/src/objective-c/tests/Podfile
new file mode 100644
index 0000000000000000000000000000000000000000..7ec7a258982bff2fa1af5573ce51e309d918ff27
--- /dev/null
+++ b/third_party/grpc/src/objective-c/tests/Podfile
@@ -0,0 +1,31 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+pod 'Protobuf', :path => "../../../third_party/protobuf"
+pod 'BoringSSL', :podspec => ".."
+pod 'gRPC', :path => "../../.."
+pod 'RemoteTest', :path => "RemoteTestClient"
+
+link_with 'AllTests',
+ 'RxLibraryUnitTests',
+ 'InteropTests',
+ 'InteropTestsLocalSSL',
+ 'InteropTestsLocalCleartext'
+
+target 'Tests' do
+end
+
+target 'AllTests' do
+end
+
+target 'RxLibraryUnitTests' do
+end
+
+target 'InteropTestsRemote' do
+end
+
+target 'InteropTestsLocalSSL' do
+end
+
+target 'InteropTestsLocalCleartext' do
+end

Powered by Google App Engine
This is Rietveld 408576698