gecko/mobile
Mike Hommey 2ceb8811dc Bug 1184446 - Remove manual package manifest preprocessing. r=mshal
packager.py itself has been able to do preprocessing since the beginning.
For some reason, Makefile.in-driven preprocessing was kept back then, and
never was removed, and even worse, concatenation was added on top of it.

There is however a downside to the current way of doing things: error
reporting is given relative to the given manifest, which in the current
case is the preprocessed/concatenated file, so line numbers don't match
what is in the file in the source tree. However, when packager.py does
preprocessing itself, line numbers are reported properly.

Thus, switch all package manifests to packager.py-driven preprocessing.
2015-07-17 06:45:14 +09:00
..
android Bug 1184446 - Remove manual package manifest preprocessing. r=mshal 2015-07-17 06:45:14 +09:00
locales Bug 1156917 - Use higher resolution favicons for search engines. r=mfinkle 2015-06-29 15:03:54 -07:00