Bug 315260
| Summary: | [CMake] Fix build after 313638@main by using canonical include path for IOSMouseEventTestHarness.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | CMake | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
SwitchInputTests.mm imported "IOSMouseEventTestHarness.h" with a bare
filename. This resolved under the Xcode build because of its header
search paths, but broke the Mac CMake build, which only sees the header
via its repo-relative path.
Match the convention used by every other consumer of this header
(SampledPageTopColor.mm, UIDelegate.mm, UnifiedPDFTests.mm,
iOSMouseSupport.mm, NavigationAction.mm) and the harness's own .mm:
import as "Helpers/ios/IOSMouseEventTestHarness.h".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177590639>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/65371
EWS
Committed 313645@main (a97f1e50448d): <https://commits.webkit.org/313645@main>
Reviewed commits have been landed. Closing PR #65371 and removing active labels.