[webkit-changes] [WebKit/WebKit] ed5113: [CMake] Add Brotli targets

Don Olmstead noreply at github.com
Tue Feb 28 11:38:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed511336d6db9e83af4d78ee2f9429e096f17e5f
      https://github.com/WebKit/WebKit/commit/ed511336d6db9e83af4d78ee2f9429e096f17e5f
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M Source/WebCore/PlatformWin.cmake
    A Source/cmake/FindBrotli.cmake
    M Source/cmake/OptionsWin.cmake

  Log Message:
  -----------
  [CMake] Add Brotli targets
https://bugs.webkit.org/show_bug.cgi?id=253025

Reviewed by Michael Catanzaro.

The Windows port needs to link in Brotli's decoder library to support
WOFF2 so turn it into a proper find module. The module itself is the
same as the WOFF2 module. Update the WebCore library listing to use the
target.

The module will also be used by the PlayStation port in the near future.

* Source/WebCore/PlatformWin.cmake:
* Source/cmake/FindBrotli.cmake: Added.
* Source/cmake/OptionsWin.cmake:

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




More information about the webkit-changes mailing list