Skip to content

Commit

Permalink
Unreviewed. [CMake] Move platform specific headers to platform cmake …
Browse files Browse the repository at this point in the history
…file

* Source/WebCore/Headers.cmake:
* Source/WebCore/PlatformMac.cmake:

Canonical link: https://commits.webkit.org/273982@main
  • Loading branch information
carlosgcampos committed Feb 2, 2024
1 parent 375a8ba commit 63192fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/WebCore/Headers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2371,10 +2371,6 @@ set(WebCore_PRIVATE_FRAMEWORK_HEADERS
rendering/TextBoxSelectableRange.h
rendering/TransformOperationData.h

rendering/cocoa/RenderThemeCocoa.h

rendering/ios/RenderThemeIOS.h

rendering/line/LineWidth.h
rendering/line/TrailingObjects.h

Expand Down
4 changes: 4 additions & 0 deletions Source/WebCore/PlatformMac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,10 @@ list(APPEND WebCore_PRIVATE_FRAMEWORK_HEADERS
platform/network/mac/UTIUtilities.h
platform/network/mac/WebCoreURLResponse.h

rendering/cocoa/RenderThemeCocoa.h

rendering/ios/RenderThemeIOS.h

testing/MockWebAuthenticationConfiguration.h

testing/cocoa/WebViewVisualIdentificationOverlay.h
Expand Down

0 comments on commit 63192fc

Please sign in to comment.