Changeset 212560 in webkit
- Timestamp:
- Feb 17, 2017, 11:13:28 AM (8 years ago)
- Location:
- trunk/Source/ThirdParty/libwebrtc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/libwebrtc/ChangeLog
r212456 r212560 1 2017-02-17 Alex Christensen <achristensen@webkit.org> 2 3 Fix iOS ASAN build after r212401 4 https://bugs.webkit.org/show_bug.cgi?id=168398 5 6 * libwebrtc.xcodeproj/project.pbxproj: 7 libwebrtc.dylib needs some symbols from CFNetwork, 8 like CFNetworkCopySystemProxySettings 9 1 10 2017-02-16 Youenn Fablet <youenn@apple.com> 2 11 -
trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
r212413 r212560 1208 1208 5C6CDD551E413598009754E3 /* video_send_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6CDD481E413598009754E3 /* video_send_stream.h */; }; 1209 1209 5C6CDD561E413598009754E3 /* voice_engine_configurations.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6CDD491E413598009754E3 /* voice_engine_configurations.h */; }; 1210 5C85C4CB1E5780DD00D097B1 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C85C4CA1E5780DD00D097B1 /* CFNetwork.framework */; }; 1210 1211 5CDD83541E43257200621E92 /* h264_bitstream_parser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD83431E43257200621E92 /* h264_bitstream_parser.cc */; }; 1211 1212 5CDD83551E43257200621E92 /* h264_bitstream_parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD83441E43257200621E92 /* h264_bitstream_parser.h */; }; … … 3827 3828 5C6CDD481E413598009754E3 /* video_send_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video_send_stream.h; sourceTree = "<group>"; }; 3828 3829 5C6CDD491E413598009754E3 /* voice_engine_configurations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = voice_engine_configurations.h; sourceTree = "<group>"; }; 3830 5C85C4CA1E5780DD00D097B1 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 3829 3831 5CDD83431E43257200621E92 /* h264_bitstream_parser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = h264_bitstream_parser.cc; path = h264/h264_bitstream_parser.cc; sourceTree = "<group>"; }; 3830 3832 5CDD83441E43257200621E92 /* h264_bitstream_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = h264_bitstream_parser.h; path = h264/h264_bitstream_parser.h; sourceTree = "<group>"; }; … … 5124 5126 buildActionMask = 2147483647; 5125 5127 files = ( 5128 5C85C4CB1E5780DD00D097B1 /* CFNetwork.framework in Frameworks */, 5126 5129 5C0073461E552CA20042215A /* SystemConfiguration.framework in Frameworks */, 5127 5130 5C0073431E552C800042215A /* CoreGraphics.framework in Frameworks */, … … 7166 7169 isa = PBXGroup; 7167 7170 children = ( 7171 5C85C4CA1E5780DD00D097B1 /* CFNetwork.framework */, 7168 7172 5C0073451E552CA20042215A /* SystemConfiguration.framework */, 7169 7173 5C0073411E552C800042215A /* CoreGraphics.framework */,
Note:
See TracChangeset
for help on using the changeset viewer.