[Webkit-unassigned] [Bug 243430] New: [WPE][GTK] Incremental build fixes for PDF.js
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 1 15:05:00 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=243430
Bug ID: 243430
Summary: [WPE][GTK] Incremental build fixes for PDF.js
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: PDF
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
CC: thorton at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220801/72c77bd1/attachment.htm>
More information about the webkit-unassigned
mailing list