⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243890 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 1:08:37 PM (7 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, fix linking error because the build of RTCIceTransport.cpp is handled in Xcode project side accidentally
https://bugs.webkit.org/show_bug.cgi?id=196475

We did not have RTCIceTransport.cpp in Sources.txt.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243887 r243890  
     12019-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
    1102019-04-04  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r243887 r243890  
    923923                316DCB4E1E7910A6001B5F87 /* JSRTCIceGatheringState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB481E7910A6001B5F87 /* JSRTCIceGatheringState.h */; };
    924924                316DCB501E7910A6001B5F87 /* JSRTCSignalingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB4A1E7910A6001B5F87 /* JSRTCSignalingState.h */; };
    925                 316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316DCB881E7A6996001B5F87 /* RTCIceTransport.cpp */; };
    926925                316DE7021E83AE1D0084C261 /* RTCDataChannelState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DE7011E83AE1D0084C261 /* RTCDataChannelState.h */; };
    927926                316FE0720E6CCBEE00BF6088 /* JSCSSKeyframeRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE06E0E6CCBEE00BF6088 /* JSCSSKeyframeRule.h */; };
     
    3265432653                                419242492127B93E00634FCF /* RealtimeOutgoingVideoSourceCocoa.mm in Sources */,
    3265532654                                5C2B1AEC22397EBC00B91CF7 /* ResourceResponseCocoa.mm in Sources */,
    32656                                 316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */,
    3265732655                                BC51156E12B1749C00C96754 /* ScrollAnimatorMac.mm in Sources */,
    3265832656                                BCEF869F0E844E9D00A85CD5 /* ScrollbarThemeMac.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.