Bug 983185 - Ensure adding a WebIDL file incurs code generation. r=glandium

This commit is contained in:
Gregory Szorc 2014-03-17 12:41:42 -07:00
parent dd5fb2ee6a
commit 54f7341e78

View File

@ -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)