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

Side by Side Diff: third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static

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 :osx, '10.9'
3
4 install! 'cocoapods', :deterministic_uuids => false
5
6 target 'OSXCocoaPodsTester' do
7 pod 'Protobuf', :path => '../../../..'
8 end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698