Bug 181022 - [CMake][WTF] Lowercase ForwardingHeaders directory name of WTF
Summary: [CMake][WTF] Lowercase ForwardingHeaders directory name of WTF
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-20 02:23 PST by Fujii Hironori
Modified: 2017-12-20 06:26 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2017-12-20 02:36 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2017-12-20 02:23:27 PST
ForwardingHeaders of WTF are included as <wtf/FooBar.h>.
But, the directory name was uppercase, DerivedSources/ForwardingHeaders/WTF.
This confuses Ninja dependency tracking.
It should be lowercase DerivedSources/ForwardingHeaders/wtf.

This is sub task of Bug 180921.
Comment 1 Fujii Hironori 2017-12-20 02:36:42 PST
Created attachment 329908 [details]
Patch
Comment 2 WebKit Commit Bot 2017-12-20 06:25:53 PST
Comment on attachment 329908 [details]
Patch

Clearing flags on attachment: 329908

Committed r226176: <https://trac.webkit.org/changeset/226176>
Comment 3 WebKit Commit Bot 2017-12-20 06:25:55 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-12-20 06:26:29 PST
<rdar://problem/36154848>