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

Unified Diff: webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj

Issue 1875003004: Fix WebRTC API framework build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.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
« no previous file with comments | « no previous file | webrtc/build/ios/build_ios_framework.sh » ('j') | webrtc/build/ios/build_ios_framework.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj
diff --git a/webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj b/webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj
index 209dbe5be89f77066e600545e0f69a4fe31ee9cf..6d3d96aed5361fcf39cb1bbc5fca1b240f854529 100644
--- a/webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj
+++ b/webrtc/build/ios/SDK/Framework/WebRTC.xcodeproj/project.pbxproj
@@ -7,6 +7,9 @@
objects = {
/* Begin PBXBuildFile section */
+ 43C39B691CBC2C3E0017E317 /* RTCRtpEncodingParameters.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43C39B661CBC2C3E0017E317 /* RTCRtpEncodingParameters.mm */; };
+ 43C39B6A1CBC2C3F0017E317 /* RTCRtpParameters.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43C39B671CBC2C3E0017E317 /* RTCRtpParameters.mm */; };
+ 43C39B6B1CBC2C3F0017E317 /* RTCRtpSender.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43C39B681CBC2C3E0017E317 /* RTCRtpSender.mm */; };
980224981CA243DE00295D57 /* libaudio_coding_module.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 980224561CA243DE00295D57 /* libaudio_coding_module.a */; };
980224991CA243DE00295D57 /* libaudio_conference_mixer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 980224571CA243DE00295D57 /* libaudio_conference_mixer.a */; };
9802249A1CA243DE00295D57 /* libaudio_decoder_interface.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 980224581CA243DE00295D57 /* libaudio_decoder_interface.a */; };
@@ -140,6 +143,9 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 43C39B661CBC2C3E0017E317 /* RTCRtpEncodingParameters.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RTCRtpEncodingParameters.mm; path = ../../../../api/objc/RTCRtpEncodingParameters.mm; sourceTree = "<group>"; };
+ 43C39B671CBC2C3E0017E317 /* RTCRtpParameters.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RTCRtpParameters.mm; path = ../../../../api/objc/RTCRtpParameters.mm; sourceTree = "<group>"; };
+ 43C39B681CBC2C3E0017E317 /* RTCRtpSender.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RTCRtpSender.mm; path = ../../../../api/objc/RTCRtpSender.mm; sourceTree = "<group>"; };
980224561CA243DE00295D57 /* libaudio_coding_module.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libaudio_coding_module.a; path = ../../../../../out_ios_libs/lib/libaudio_coding_module.a; sourceTree = "<group>"; };
980224571CA243DE00295D57 /* libaudio_conference_mixer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libaudio_conference_mixer.a; path = ../../../../../out_ios_libs/lib/libaudio_conference_mixer.a; sourceTree = "<group>"; };
980224581CA243DE00295D57 /* libaudio_decoder_interface.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libaudio_decoder_interface.a; path = ../../../../../out_ios_libs/lib/libaudio_decoder_interface.a; sourceTree = "<group>"; };
@@ -538,6 +544,9 @@
986649C91C986B7D008EC831 /* RTCPeerConnection+DataChannel.mm */,
986649CA1C986B7D008EC831 /* RTCPeerConnection+Stats.mm */,
986649CB1C986B7D008EC831 /* RTCPeerConnectionFactory.mm */,
+ 43C39B661CBC2C3E0017E317 /* RTCRtpEncodingParameters.mm */,
+ 43C39B671CBC2C3E0017E317 /* RTCRtpParameters.mm */,
+ 43C39B681CBC2C3E0017E317 /* RTCRtpSender.mm */,
986649CC1C986B7D008EC831 /* RTCSessionDescription.mm */,
986649CD1C986B7D008EC831 /* RTCStatsReport.mm */,
986649CE1C986B7D008EC831 /* RTCVideoFrame.mm */,
@@ -657,10 +666,12 @@
files = (
986649E01C986B7D008EC831 /* RTCPeerConnection.mm in Sources */,
986649D81C986B7D008EC831 /* RTCEAGLVideoView.m in Sources */,
+ 43C39B691CBC2C3E0017E317 /* RTCRtpEncodingParameters.mm in Sources */,
982C151E1C99083B00895DC2 /* RTCSSLAdapter.mm in Sources */,
982C15181C99083B00895DC2 /* NSString+StdString.mm in Sources */,
986649E11C986B7D008EC831 /* RTCPeerConnection+DataChannel.mm in Sources */,
986649DA1C986B7D008EC831 /* RTCIceServer.mm in Sources */,
+ 43C39B6B1CBC2C3F0017E317 /* RTCRtpSender.mm in Sources */,
982C15191C99083B00895DC2 /* RTCCameraPreviewView.m in Sources */,
986649E51C986B7D008EC831 /* RTCStatsReport.mm in Sources */,
986649D21C986B7D008EC831 /* avfoundationvideocapturer.mm in Sources */,
@@ -674,6 +685,7 @@
982C151D1C99083B00895DC2 /* RTCLogging.mm in Sources */,
986649D51C986B7D008EC831 /* RTCConfiguration.mm in Sources */,
986649E91C986B7D008EC831 /* RTCVideoTrack.mm in Sources */,
+ 43C39B6A1CBC2C3F0017E317 /* RTCRtpParameters.mm in Sources */,
986649DD1C986B7D008EC831 /* RTCMediaStreamTrack.mm in Sources */,
982C151C1C99083B00895DC2 /* RTCFileLogger.mm in Sources */,
986649D91C986B7D008EC831 /* RTCIceCandidate.mm in Sources */,
« no previous file with comments | « no previous file | webrtc/build/ios/build_ios_framework.sh » ('j') | webrtc/build/ios/build_ios_framework.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698