Bug 256560
| Summary: | [LibWebRTC] Consolidate export files and add testing exports | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | WebRTC | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Kilzer (:ddkilzer)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109122945>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/13666
EWS
Committed 263962@main (161a1abe6d07): <https://commits.webkit.org/263962@main>
Reviewed commits have been landed. Closing PR #13666 and removing active labels.