Changeset 243890 in webkit
- Timestamp:
- Apr 4, 2019, 1:08:37 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243887 r243890 1 2019-04-04 Yusuke Suzuki <ysuzuki@apple.com> 2 3 Unreviewed, fix linking error because the build of RTCIceTransport.cpp is handled in Xcode project side accidentally 4 https://bugs.webkit.org/show_bug.cgi?id=196475 5 6 We did not have RTCIceTransport.cpp in Sources.txt. 7 8 * WebCore.xcodeproj/project.pbxproj: 9 1 10 2019-04-04 Yusuke Suzuki <ysuzuki@apple.com> 2 11 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r243887 r243890 923 923 316DCB4E1E7910A6001B5F87 /* JSRTCIceGatheringState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB481E7910A6001B5F87 /* JSRTCIceGatheringState.h */; }; 924 924 316DCB501E7910A6001B5F87 /* JSRTCSignalingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB4A1E7910A6001B5F87 /* JSRTCSignalingState.h */; }; 925 316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316DCB881E7A6996001B5F87 /* RTCIceTransport.cpp */; };926 925 316DE7021E83AE1D0084C261 /* RTCDataChannelState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DE7011E83AE1D0084C261 /* RTCDataChannelState.h */; }; 927 926 316FE0720E6CCBEE00BF6088 /* JSCSSKeyframeRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE06E0E6CCBEE00BF6088 /* JSCSSKeyframeRule.h */; }; … … 32654 32653 419242492127B93E00634FCF /* RealtimeOutgoingVideoSourceCocoa.mm in Sources */, 32655 32654 5C2B1AEC22397EBC00B91CF7 /* ResourceResponseCocoa.mm in Sources */, 32656 316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */,32657 32655 BC51156E12B1749C00C96754 /* ScrollAnimatorMac.mm in Sources */, 32658 32656 BCEF869F0E844E9D00A85CD5 /* ScrollbarThemeMac.mm in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.