[webkit-changes] [WebKit/WebKit] 98ef2d: [CMake] Specify dependencies for generate-serializers

Don Olmstead noreply at github.com
Mon Aug 28 17:52:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 98ef2da48c447e6ea83107ff365fd3155b5e8b86
      https://github.com/WebKit/WebKit/commit/98ef2da48c447e6ea83107ff365fd3155b5e8b86
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
    M Source/WebKit/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Specify dependencies for generate-serializers
https://bugs.webkit.org/show_bug.cgi?id=260819

Reviewed by Alex Christensen and Michael Catanzaro.

The `generate-serializers.py` script was missing dependencies to WebCore
`serialization.in` files. The script is called using relative paths
so expand them and add them to the custom target's dependencies so
changes to the WebCore files regenerate the serializers.

* Source/WebKit/CMakeLists.txt:

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




More information about the webkit-changes mailing list