Bug 222054

Summary: Remove missing files from WebKit Xcode project
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebKit2Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=197390
https://bugs.webkit.org/show_bug.cgi?id=204343
https://bugs.webkit.org/show_bug.cgi?id=211290
https://bugs.webkit.org/show_bug.cgi?id=219563
https://bugs.webkit.org/show_bug.cgi?id=221748
Bug Depends on: 188754    
Bug Blocks:    
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2021-02-17 11:00:09 PST
Remove missing files from WebKit Xcode project.

Some cruft has built up since the last time I ran `tidy-Xcode-project-file --missing` from Bug 188754.

$ ./Tools/Scripts/tidy-Xcode-project-file --missing Source/WebKit/WebKit.xcodeproj
Reading project file Source/WebKit/WebKit.xcodeproj...
Searching for missing references to files and groups...
  MISSING: File or folder "NetworkCacheFileSystemCocoa.mm" is missing at path: Source/WebKit/NetworkProcess/cache/NetworkCacheFileSystemCocoa.mm
  MISSING: File or folder "ImageDataReference.h" is missing at path: Source/WebKit/Platform/IPC/ImageDataReference.h
  MISSING: File or folder "WebRTCSocket.messages.in" is missing at path: Source/WebKit/WebProcess/Network/webrtc/WebRTCSocket.messages.in
  MISSING: File or folder "WebRTCSocket.h" is missing at path: Source/WebKit/WebProcess/Network/webrtc/WebRTCSocket.h
  MISSING: File or folder "WebRTCSocket.cpp" is missing at path: Source/WebKit/WebProcess/Network/webrtc/WebRTCSocket.cpp
  MISSING: File or folder "ConcreteShareableImageBuffer.h" is missing at path: Source/WebKit/Shared/ConcreteShareableImageBuffer.h
WARNING: Found 6 missing references at ./Tools/Scripts/tidy-Xcode-project-file line 163.
Done.

See:

Bug 188754: Tool to fix folders that should map to directories in Xcode project files
<https://bugs.webkit.org/show_bug.cgi?id=188754>
Comment 1 David Kilzer (:ddkilzer) 2021-02-17 11:22:41 PST
Created attachment 420682 [details]
Patch v1
Comment 2 EWS 2021-02-17 13:38:24 PST
Committed r273025: <https://commits.webkit.org/r273025>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420682 [details].
Comment 3 Radar WebKit Bug Importer 2021-02-17 13:39:14 PST
<rdar://problem/74448028>
Comment 4 Kimmo Kinnunen 2021-02-18 06:09:20 PST
Nice! Hope to see the tool in check-webkit-style so I don't make same mistake so often :)