Changeset 292259 in webkit
- Timestamp:
- Apr 1, 2022, 11:10:01 PM (3 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r292255 r292259 1 2022-04-01 Alex Christensen <achristensen@webkit.org> 2 3 Fix internal iOS build 4 https://bugs.webkit.org/show_bug.cgi?id=238032 5 6 This is what we get when we add files to unified builds. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm: 9 * TestWebKitAPI/Tests/WebKitCocoa/ImageAnalysisTests.mm: 10 * TestWebKitAPI/ios/UIKitSPI.h: 11 1 12 2022-04-01 Sihui Liu <sihui_liu@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm
r290834 r292259 27 27 28 28 #import "PlatformUtilities.h" 29 #import "Test.h" 29 30 #import "TestNavigationDelegate.h" 30 31 #import "TestWKWebView.h" -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ImageAnalysisTests.mm
r292167 r292259 31 31 #import "InstanceMethodSwizzler.h" 32 32 #import "PlatformUtilities.h" 33 #import "Test.h" 33 34 #import "TestInputDelegate.h" 34 35 #import "TestUIMenuBuilder.h" -
trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h
r292254 r292259 30 30 #if USE(APPLE_INTERNAL_SDK) 31 31 32 #import <UIKit/NSParagraphStyle_Private.h> 32 33 #import <UIKit/NSTextAlternatives.h> 33 34 #import <UIKit/UIAction_Private.h>
Note:
See TracChangeset
for help on using the changeset viewer.