[webkit-changes] [WebKit/WebKit] 1c1624: [CMake] Centralize Nicosia sources
Don Olmstead
noreply at github.com
Fri Feb 23 10:07:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c162458ba708e0aba191d5e2e4b0c81466426d7
https://github.com/WebKit/WebKit/commit/1c162458ba708e0aba191d5e2e4b0c81466426d7
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M Source/WebCore/PlatformPlayStation.cmake
M Source/WebCore/SourcesGTK.txt
M Source/WebCore/SourcesWPE.txt
A Source/WebCore/platform/SourcesNicosia.txt
M Source/WebCore/platform/TextureMapper.cmake
M Source/WebCore/platform/graphics/nicosia/NicosiaGCGLANGLELayer.cpp
M Source/WebCore/platform/graphics/nicosia/NicosiaGCGLANGLELayer.h
Log Message:
-----------
[CMake] Centralize Nicosia sources
https://bugs.webkit.org/show_bug.cgi?id=269935
Reviewed by Adrian Perez de Castro.
Move `USE(NICOSIA)` sources into `SourcesNicosia.txt`. Some are unable to be
moved because they will break the `USE(SKIA)` build.
Organize the `TextureMapper.cmake` file to check for `USE_NICOSIA`.
Fix some guards around ANGLE code.
* Source/WebCore/PlatformPlayStation.cmake:
* Source/WebCore/SourcesGTK.txt:
* Source/WebCore/SourcesWPE.txt:
* Source/WebCore/platform/SourcesNicosia.txt: Added.
* Source/WebCore/platform/TextureMapper.cmake:
* Source/WebCore/platform/graphics/nicosia/NicosiaGCGLANGLELayer.cpp:
* Source/WebCore/platform/graphics/nicosia/NicosiaGCGLANGLELayer.h:
Canonical link: https://commits.webkit.org/275245@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list