| Summary: | [GLib] Improvements for generate-api-header.py | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 210100 | ||
|
Description
Michael Catanzaro
2022-10-28 11:28:20 PDT
(In reply to Michael Catanzaro from comment #0) > * It expands USE(FOO) to WTF_USE_FOO, but only HAVE(FOO) flags should > receive the WTF_ prefix This actually doesn't matter, since we control exactly which defines get passed to unifdef, and unifdef is supposed to remove them all. Since our normal build flags are not used, there is no requirement to expand things exactly the same way that the rest of the build would. Pull request: https://github.com/WebKit/WebKit/pull/5943 Committed 256403@main (40b3dbe8a327): <https://commits.webkit.org/256403@main> Reviewed commits have been landed. Closing PR #5943 and removing active labels. |