mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
23cbe80fd0
This is needed for a few reasons: * All mach commands can use virtualenvs, not just `build`-related commands, so the files don't make sense to be in `build/`. * When locking is added, more files associated with virtualenvs will be added, and this will change will ease the related directory structure setup. * This removes the need for a redundant "_virtualenv_packages" keyword as part of the manifest filenames. Differential Revision: https://phabricator.services.mozilla.com/D140382
20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
[include]
|
|
# Various mach commands call config.guess to resolve the default objdir name.
|
|
path:build/autoconf/config.guess
|
|
path:build/autoconf/config.sub
|
|
path:build/moz.configure/checks.configure
|
|
path:build/moz.configure/init.configure
|
|
path:build/moz.configure/util.configure
|
|
# Used for bootstrapping the mach driver.
|
|
path:build/mach_initialize.py
|
|
path:build/psutil_requirements.txt
|
|
path:build/zstandard_requirements.txt
|
|
path:mach
|
|
# Various dependencies. There is room to trim fat, especially in
|
|
# third_party/python.
|
|
path:python/
|
|
path:testing/mozbase/
|
|
path:third_party/python/
|
|
# certifi is needed for Sentry
|
|
path:testing/web-platform/tests/tools/third_party/certifi
|