[webkit-changes] [WebKit/WebKit] e02c59: [CMake] Various dependencies on derived sources ar...

Philippe Normand noreply at github.com
Sat Sep 24 14:30:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e02c5994bc762f8006e37ee0e38035e4407db2cd
      https://github.com/WebKit/WebKit/commit/e02c5994bc762f8006e37ee0e38035e4407db2cd
  Author: Philippe Normand <philn at igalia.com>
  Date:   2022-09-24 (Sat, 24 Sep 2022)

  Changed paths:
    M Source/WebCore/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Various dependencies on derived sources are incorrect
https://bugs.webkit.org/show_bug.cgi?id=245624

Reviewed by Michael Catanzaro.

* Source/WebCore/CMakeLists.txt: CSSParser.cpp was moved to parser/, StyleResolver.cpp was moved to
/style/, UserAgentStyle.cpp includes UserAgentStyleSheets.h, so should have dependency on it,
PlugInsResources.h is included only from Document.cpp, so reflect this as dependency too. Finally
also fix the dependency on MathMLNames in moved HTMLTreeBuilder.cpp.

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




More information about the webkit-changes mailing list