Bug 232583 - [CMake] Can't stat Source/WebCore/Modules/webgpu: No such file or directory
Summary: [CMake] Can't stat Source/WebCore/Modules/webgpu: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-01 14:29 PDT by Fujii Hironori
Modified: 2021-11-01 16:21 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2021-11-01 14:33 PDT, Fujii Hironori
annulen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2021-11-01 14:29:49 PDT
Since r285096 removed WebCore/Modules/webgpu directory, generate-bindings-all.pl issues the following warning message.

> Can't stat C:/home/webkit/gb/Source/WebCore/Modules/webgpu: No such file or directory
>  at C:/home/webkit/gb/Source/WebCore/bindings/scripts/generate-bindings-all.pl line 192.
Comment 1 Fujii Hironori 2021-11-01 14:33:05 PDT
Created attachment 443017 [details]
Patch
Comment 2 Don Olmstead 2021-11-01 15:01:49 PDT
There's an additional path in PlatformMac.cmake that is missing. Could you get that too while you're at it.
Comment 3 Fujii Hironori 2021-11-01 16:21:47 PDT
Committed r285143 (243780@main): <https://commits.webkit.org/243780@main>