At some point in the near future I'm hoping to land the changes in
http://bugzilla.mozilla.org/show_bug.cgi?id=64023 on the trunk.  These 
changes do a bit to clean up our current mess of #include dependencies 
where including a single header file brings in tens of unneeded header 
files.  The main advantages of these changes are:
  * slightly faster clobber builds
  * significantly faster depend builds for certain changes
  * greater ability to track dependencies that we didn't mean to 
introduce (using MOZ_TRACK_MODULE_DEPS, etc.)

These changes touch many files across the tree, so I wanted to let 
people know in case there are reasons that this shouldn't land in a 
certain time period or in case any module owners had specific comments 
on the patch (although I've already contacted a the module owners of the 
areas I touched the most).

-David

-- 
L. David Baron        <URL: http://www.people.fas.harvard.edu/~dbaron/ >
[EMAIL PROTECTED]                               [EMAIL PROTECTED]


Reply via email to