Bug 258262 - SwiftUI MiniBrowser Enable Implicit Dependencies
Summary: SwiftUI MiniBrowser Enable Implicit Dependencies
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-17 21:24 PDT by Brandon
Modified: 2023-06-23 16:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brandon 2023-06-17 21:24:57 PDT
Was playing around with the Swift MiniBrowser code today and noticed that it was missing target dependencies to compile. We need to add _WebKit_SWIFTUI library to the application as a target dependency, so one does not need to compile the library first.
Comment 1 Brandon 2023-06-18 07:18:22 PDT
PR: https://github.com/WebKit/WebKit/pull/15081
Comment 2 EWS 2023-06-23 16:41:16 PDT
Committed 265492@main (a8a7efec14c0): <https://commits.webkit.org/265492@main>

Reviewed commits have been landed. Closing PR #15081 and removing active labels.