Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ba33edc548e9b3241108f54926eb926b5725fcd3
https://github.com/WebKit/WebKit/commit/ba33edc548e9b3241108f54926eb926b5725fcd3
Author: Basuke Suzuki <[email protected]>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M Source/WebCore/PlatformCocoa.cmake
M Tools/TestWebKitAPI/SourcesCocoa.txt
Log Message:
-----------
[CMake] TestWebKitAPI build broken: ISOBMFFTrackInfoParserTests.cpp not added
to CMake source list
https://bugs.webkit.org/show_bug.cgi?id=318787
Unreviewed build fix.
Commit 316626@main added the ISOBMFFTrackInfoParser source files and the
ISOBMFFTrackInfoParserTests.cpp API test, but only registered them in the
Xcode projects. Two things were missing from the CMake build:
- The test file was not added to the CMake source list, so it was not
built.
- ISOBMFFTrackInfoParser.h was marked Private in the Xcode project but
was not added to WebCore's exported framework headers, so
<WebCore/ISOBMFFTrackInfoParser.h> could not be resolved from
TestWebKitAPI.
* Source/WebCore/PlatformCocoa.cmake: Export ISOBMFFTrackInfoParser.h as
a WebCore private framework header.
* Tools/TestWebKitAPI/SourcesCocoa.txt: Register the new test source
file.
Canonical link: https://commits.webkit.org/316636@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications