RESOLVED FIXED 243430
[WPE][GTK] Incremental build fixes for PDF.js
https://bugs.webkit.org/show_bug.cgi?id=243430
Summary [WPE][GTK] Incremental build fixes for PDF.js
Michael Catanzaro
Reported 2022-08-01 15:05:00 PDT
Some incremental build fixes for PDF.js: (1) PdfJSExtraFiles includes only the cross-platform files. If platform-specific files are modified, they won't be rebuilt. (2) The command that compiles the PdfJSGResourceBundleExtras resource manifest should depend on the depfile it generates, so it gets rebuilt if any of the files change. The main PdfJSGResourceBundle already does this, as do all our other gresources. It's confusing for a command to depend on a file that it generates itself, but the alternative is no dependency tracking at all.
Attachments
Michael Catanzaro
Comment 1 2022-08-01 15:07:35 PDT
EWS
Comment 2 2022-08-07 16:27:17 PDT
Committed 253195@main (d0e360af8478): <https://commits.webkit.org/253195@main> Reviewed commits have been landed. Closing PR #2923 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-08-07 16:28:16 PDT
Note You need to log in before you can comment on or make changes to this bug.