[webkit-changes] [WebKit/WebKit] ff73fb: WebCore and WebKit project files are missing some ...

Darin Adler noreply at github.com
Fri Dec 16 10:48:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ff73fb7bddf6d7da0132154a3e2ac4dfb642c53f
      https://github.com/WebKit/WebKit/commit/ff73fb7bddf6d7da0132154a3e2ac4dfb642c53f
  Author: Darin Adler <darin at apple.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  WebCore and WebKit project files are missing some generated files, also stale items and overly complex paths
https://bugs.webkit.org/show_bug.cgi?id=249276
rdar://problem/103326681

Reviewed by Elliott Williams and David Kilzer.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj: Removed duplicate entries for files that were
moved to the PAL project: TextEncodingDetector.h, TextEncodingDetectorICU.cpp,
TextEncodingRegistry.h/cpp, OpenGLSoftLinkCocoa.h/mm. Removed entries for many deleted files such
as WHLSLStandardLibraryFunctionMap.cpp. Updated many source files to use group-relative paths
rather than more complicated setups such as using BUILT_PRODUCTS_DIR, as part of this fixed paths
of some groups to make group-relative paths simpler.

* Source/WebKit/CMakeLists.txt: Removed WebAuthnProcess.

* Source/WebKit/WebKit.xcodeproj/project.pbxproj: Removed entries for deleted files related to
WebAuthn process. Updated many source files to use group-relative paths rather than more
complicated setups such as using BUILT_PRODUCTS_DIR, as part of this fixed the paths of some groups
to make group-relative paths simpler.

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




More information about the webkit-changes mailing list