gecko/python/mozbuild
Mike Hommey 95dad56d90 Bug 1114669 - Use a generated list of idl deps for xpt generation. r=gps
Generating the list of idl deps to generate an xpt from its dependency list
makes us give all _previous_ dependencies, inherited from the .deps makefiles.
This leads to removed files being listed on xpidl-process.py command line, and
the command subsequently failing.

Instead, use generated lists of idl dependencies. At the same time, lighten the
generated Makefile further by not emitting xpt dependencies on their containing
directory, and instead generating it from the $xpt_files list.

This brings down the Makefile size from 100k to 38k.
2015-02-13 10:29:19 +09:00
..
dumbmake
mozbuild Bug 1114669 - Use a generated list of idl deps for xpt generation. r=gps 2015-02-13 10:29:19 +09:00
mozpack Bug 1109409 - improve mozpack.BaseFile.copy() performance on Windows; r=gps 2014-12-12 11:59:24 -05:00
setup.py
TODO