forked from mirrors/gecko-dev
bug 1540655: build: sort MACH_MODULES; r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D37006 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e6817b0e4d
commit
1c7db08de2
1 changed files with 6 additions and 6 deletions
|
|
@ -40,19 +40,20 @@ MACH_MODULES = [
|
||||||
'devtools/shared/css/generated/mach_commands.py',
|
'devtools/shared/css/generated/mach_commands.py',
|
||||||
'dom/bindings/mach_commands.py',
|
'dom/bindings/mach_commands.py',
|
||||||
'layout/tools/reftest/mach_commands.py',
|
'layout/tools/reftest/mach_commands.py',
|
||||||
'python/mach_commands.py',
|
'mobile/android/mach_commands.py',
|
||||||
'python/safety/mach_commands.py',
|
|
||||||
'python/mach/mach/commands/commandinfo.py',
|
'python/mach/mach/commands/commandinfo.py',
|
||||||
'python/mach/mach/commands/settings.py',
|
'python/mach/mach/commands/settings.py',
|
||||||
|
'python/mach_commands.py',
|
||||||
'python/mozboot/mozboot/mach_commands.py',
|
'python/mozboot/mozboot/mach_commands.py',
|
||||||
'python/mozbuild/mozbuild/mach_commands.py',
|
|
||||||
'python/mozbuild/mozbuild/artifact_commands.py',
|
'python/mozbuild/mozbuild/artifact_commands.py',
|
||||||
'python/mozbuild/mozbuild/build_commands.py',
|
|
||||||
'python/mozbuild/mozbuild/backend/mach_commands.py',
|
'python/mozbuild/mozbuild/backend/mach_commands.py',
|
||||||
|
'python/mozbuild/mozbuild/build_commands.py',
|
||||||
'python/mozbuild/mozbuild/code-analysis/mach_commands.py',
|
'python/mozbuild/mozbuild/code-analysis/mach_commands.py',
|
||||||
'python/mozbuild/mozbuild/compilation/codecomplete.py',
|
'python/mozbuild/mozbuild/compilation/codecomplete.py',
|
||||||
'python/mozbuild/mozbuild/frontend/mach_commands.py',
|
'python/mozbuild/mozbuild/frontend/mach_commands.py',
|
||||||
|
'python/mozbuild/mozbuild/mach_commands.py',
|
||||||
'python/mozrelease/mozrelease/mach_commands.py',
|
'python/mozrelease/mozrelease/mach_commands.py',
|
||||||
|
'python/safety/mach_commands.py',
|
||||||
'taskcluster/mach_commands.py',
|
'taskcluster/mach_commands.py',
|
||||||
'testing/awsy/mach_commands.py',
|
'testing/awsy/mach_commands.py',
|
||||||
'testing/firefox-ui/mach_commands.py',
|
'testing/firefox-ui/mach_commands.py',
|
||||||
|
|
@ -62,8 +63,8 @@ MACH_MODULES = [
|
||||||
'testing/mochitest/mach_commands.py',
|
'testing/mochitest/mach_commands.py',
|
||||||
'testing/mozharness/mach_commands.py',
|
'testing/mozharness/mach_commands.py',
|
||||||
'testing/raptor/mach_commands.py',
|
'testing/raptor/mach_commands.py',
|
||||||
'testing/tps/mach_commands.py',
|
|
||||||
'testing/talos/mach_commands.py',
|
'testing/talos/mach_commands.py',
|
||||||
|
'testing/tps/mach_commands.py',
|
||||||
'testing/web-platform/mach_commands.py',
|
'testing/web-platform/mach_commands.py',
|
||||||
'testing/xpcshell/mach_commands.py',
|
'testing/xpcshell/mach_commands.py',
|
||||||
'toolkit/components/telemetry/tests/marionette/mach_commands.py',
|
'toolkit/components/telemetry/tests/marionette/mach_commands.py',
|
||||||
|
|
@ -75,7 +76,6 @@ MACH_MODULES = [
|
||||||
'tools/power/mach_commands.py',
|
'tools/power/mach_commands.py',
|
||||||
'tools/tryselect/mach_commands.py',
|
'tools/tryselect/mach_commands.py',
|
||||||
'tools/vcs/mach_commands.py',
|
'tools/vcs/mach_commands.py',
|
||||||
'mobile/android/mach_commands.py',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue