mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 983185 - Ensure adding a WebIDL file incurs code generation. r=glandium
This commit is contained in:
parent
0aa0d3a051
commit
77c8d48602
@ -52,8 +52,9 @@ CSS2Properties.webidl: $(css2properties_dependencies)
|
||||
#
|
||||
# The generated .pp file contains all the important dependencies such as
|
||||
# changes to .webidl or .py files should result in code generation being
|
||||
# performed.
|
||||
# performed. But we do pull in file-lists.jon to catch file additions.
|
||||
codegen_dependencies := \
|
||||
file-lists.json \
|
||||
$(nonstatic_webidl_files) \
|
||||
$(GLOBAL_DEPS) \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user