Changeset 275663 in webkit


Ignore:
Timestamp:
Apr 8, 2021 11:21:19 AM (3 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the internal build after r275640
https://bugs.webkit.org/show_bug.cgi?id=224239

  • WebKit.xcodeproj/project.pbxproj:

This source file was added to the project as a compilation target, but it also appears in unified sources; this
causes the encode and decode methods to be defined twice, leading to a linker error. Fix this by only
including it as a unified source.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r275661 r275663  
     12021-04-08  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the internal build after r275640
     4        https://bugs.webkit.org/show_bug.cgi?id=224239
     5
     6        * WebKit.xcodeproj/project.pbxproj:
     7        This source file was added to the project as a compilation target, but it also appears in unified sources; this
     8        causes the `encode` and `decode` methods to be defined twice, leading to a linker error. Fix this by only
     9        including it as a unified source.
     10
    1112021-04-08  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r275661 r275663  
    10971097                51FAEC3B1B0657680009C4E7 /* AuxiliaryProcessMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51FAEC361B0657310009C4E7 /* AuxiliaryProcessMessageReceiver.cpp */; };
    10981098                51FD18B61651FBAD00DBE1CE /* NetworkResourceLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 51FD18B41651FBAD00DBE1CE /* NetworkResourceLoader.h */; };
    1099                 525080B0261BDE6C00678AEE /* XRDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 525080AD261BDE6B00678AEE /* XRDeviceInfo.mm */; };
    11001099                525080B1261BDE6C00678AEE /* XRDeviceIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 525080AE261BDE6B00678AEE /* XRDeviceIdentifier.h */; };
    11011100                525080B2261BDE6C00678AEE /* XRDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 525080AF261BDE6C00678AEE /* XRDeviceInfo.h */; };
     
    1443714436                                C14D306924B79BE000480387 /* XPCEndpoint.mm in Sources */,
    1443814437                                C14D306A24B79BE400480387 /* XPCEndpointClient.mm in Sources */,
    14439                                 525080B0261BDE6C00678AEE /* XRDeviceInfo.mm in Sources */,
    1444014438                        );
    1444114439                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.