mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Output webidl filenames as they are processed
This commit is contained in:
parent
768fad9864
commit
b2debf2c18
2 changed files with 2 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ class WebIDLCodegenManager(LoggingMixin):
|
|||
# Generate bindings from .webidl files.
|
||||
for filename in sorted(changed_inputs):
|
||||
basename = mozpath.basename(filename)
|
||||
print basename
|
||||
result.inputs.add(filename)
|
||||
written, deps = self._generate_build_files_for_webidl(filename)
|
||||
result.created |= written[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue