gecko/python/mozbuild
Mike Hommey 6b98d3ba8a Bug 991983 - Refactor SourcePath handling for moz.build, add new classes and extensive tests. r=gps
Add generic support for different forms of paths in moz.build:
  '/topsrcdir/relative/paths'
  'srcdir/relative/paths'
  '!/topobjdir/relative/paths'
  '!objdir/relative/paths'

This drops the use of UserString for performance reasons, which required
going around with a meta class.
2015-05-28 07:34:14 +09:00
..
dumbmake
mozbuild Bug 991983 - Refactor SourcePath handling for moz.build, add new classes and extensive tests. r=gps 2015-05-28 07:34:14 +09:00
mozpack Bug 1168231 - Normalize file mode in jars. r=gps 2015-05-27 11:33:25 +09:00
setup.py
TODO