зеркало из https://github.com/mozilla/gecko-dev.git
1d8717cfce
This commit adds new moz.build sandbox symbols that are intended to be used for localized files: LOCALIZED_FILES and LOCALIZED_PP_FILES. They are currently just do-nothing subclasses of FinalTarget[Preprocessor]Files, but the next change in this series will add support for them to the recursive make backend. Because they subclass FinalTarget[Preprocessor]Files, build backends that are not concerned about localized builds should be able to handle them as if they were FINAL_TARGET[_PP]_FILES without any additional code. MozReview-Commit-ID: K0baBZ0F7av --HG-- extra : rebase_source : 323e2993638fb0ba44ed89a4e0edd16b27a287e0 extra : source : e3ce81bc209b09b6771d7056d1fb06a65e27dc0d |
||
---|---|---|
.. | ||
devtools/migrate-l10n | ||
mach | ||
mozboot | ||
mozbuild | ||
mozlint | ||
mozversioncontrol | ||
README | ||
mach_commands.py | ||
moz.build |
README
This directory contains common Python code. The basic rule is that if Python code is cross-module (that's "module" in the Mozilla meaning - as in "module ownership") and is MPL-compatible, it should go here. What should not go here: * Vendored python modules (use third_party/python instead) * Python that is not MPL-compatible (see other-licenses/) * Python that has good reason to remain close to its "owning" (Mozilla) module (e.g. it is only being consumed from there). Historical information can be found at https://bugzilla.mozilla.org/show_bug.cgi?id=775243 https://bugzilla.mozilla.org/show_bug.cgi?id=1346025