mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
86ae9a9569
Similar to the changes made for IPDL files, this commit moves all of the non-makefile related logic for WebIDL files out of the recursive make backend and into the common build backend. Derivative backends that would like to do interesting things with WebIDL files now need to implement _handle_webidl_build, which takes more parameters, but should ideally require less duplication of logic.