[Webkit-unassigned] [Bug 256560] New: [LibWebRTC] Consolidate export files and add testing exports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 9 16:02:01 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256560

            Bug ID: 256560
           Summary: [LibWebRTC] Consolidate export files and add testing
                    exports
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: youennf at gmail.com

Consolidate export files and add testing exports for the libwebrtc project.

This bug covers a few export-file-related issues:

1. Removes unused files:

Source/ThirdParty/libwebrtc/Configurations/libwebrtc2.exp
Source/ThirdParty/libwebrtc/Configurations/libwebrtc4.exp

2. Consolidates macOS, iOS and iOS Sim export files into a single file (since they all had the exact same list of symbols):

Source/ThirdParty/libwebrtc/Configurations/libwebrtc.mac.exp
Source/ThirdParty/libwebrtc/Configurations/libwebrtc.iOS.exp
Source/ThirdParty/libwebrtc/Configurations/libwebrtc.iOSsim.exp

Changed to:

Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp

3. Introduces libwebrtc.testing.exp for exporting test symbols for Debug and Release builds.

Source/ThirdParty/libwebrtc/Configurations/libwebrtc.testing.exp

4. Adds a "Generate Export Files" build phase script in the Xcode project to merge the files as needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230509/45421a6a/attachment.htm>


More information about the webkit-unassigned mailing list