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

Side by Side Diff: third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 source 'https://github.com/CocoaPods/Specs.git'
2 platform :ios, '8.0'
3
4 install! 'cocoapods', :deterministic_uuids => false
5
6 use_frameworks!
7
8 target 'iOSCocoaPodsTester' do
9 pod 'Protobuf', :path => '../../../..'
10 end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698