On 2/28/2014 7:12 AM, [email protected] wrote: > Am Freitag, 28. Februar 2014 14:45:18 UTC+1 schrieb Boris Zbarsky: >> Whether you want to include them probably depends on what you're measuring. > > One of the aims is to "measure" the evolution of dependencies within the code > base over time, in order to identify problematic trends (let's say ones, > potentially decreasing the maintainability).
For that aim, I would likely ignore or at least marginalize the auto-generated .c/.cpp files. For other aims, I would likely completely ignore the unified sources (disable them by adding "ac_add_options --disable-unified-compilation" to your mozconfig) because unified sources are a build time optimization and we have to do very little code-wise to keep them running. _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

