[webkit-changes] [WebKit/WebKit] f44479: [CMake] Roll WEBKIT_FRAMEWORK_TARGET into WEBKIT_F...

Don Olmstead noreply at github.com
Thu Dec 15 21:12:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f44479da3796293f677ce74ee644f683b1c1073f
      https://github.com/WebKit/WebKit/commit/f44479da3796293f677ce74ee644f683b1c1073f
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt
    M Source/WTF/wtf/CMakeLists.txt
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/PAL/pal/CMakeLists.txt
    M Source/WebKit/CMakeLists.txt
    M Source/WebKitLegacy/CMakeLists.txt
    M Source/bmalloc/CMakeLists.txt
    M Source/cmake/WebKitMacros.cmake
    M Tools/TestRunnerShared/CMakeLists.txt
    M Tools/wpe/backends/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Roll WEBKIT_FRAMEWORK_TARGET into WEBKIT_FRAMEWORK
https://bugs.webkit.org/show_bug.cgi?id=249427

Reviewed by Fujii Hironori.

Move the functionality of `WEBKIT_FRAMEWORK_TARGET` into
`WEBKIT_FRAMEWORK`. All calls to `WEBKIT_FRAMEWORK` are followed by that
macro.

* Source/JavaScriptCore/CMakeLists.txt:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/PAL/pal/CMakeLists.txt:
* Source/WebKitLegacy/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
* Source/bmalloc/CMakeLists.txt:
* Source/cmake/WebKitMacros.cmake:
* Tools/TestRunnerShared/CMakeLists.txt:
* Tools/wpe/backends/CMakeLists.txt:

Canonical link: https://commits.webkit.org/257975@main




More information about the webkit-changes mailing list