diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-12-04 11:37:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-12-04 11:37:06 -0500 |
commit | 7b24ed38db2bce57686c79648235f17005bcf184 (patch) | |
tree | 7eefe264812f772d9d002bb3c4d80baa17d3f76f /build | |
parent | d44fe8eb50c9cc7db848b61091c0a1dc860de9d4 (diff) | |
download | aura-central-7b24ed38db2bce57686c79648235f17005bcf184.tar.gz |
Issue %3021 - Remove unreferenced modules from testing/mozbase
Diffstat (limited to 'build')
-rw-r--r-- | build/mach_bootstrap.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 2404e9e2e..99e82b61e 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -63,21 +63,16 @@ SEARCH_PATHS = [ 'layout/tools/reftest', 'python/ply', 'testing', - 'testing/mozbase/mozcrash', 'testing/mozbase/mozdebug', - 'testing/mozbase/mozdevice', 'testing/mozbase/mozfile', 'testing/mozbase/mozhttpd', 'testing/mozbase/mozinfo', - 'testing/mozbase/mozinstall', - 'testing/mozbase/mozleak', 'testing/mozbase/mozlog', 'testing/mozbase/moznetwork', 'testing/mozbase/mozprocess', 'testing/mozbase/mozprofile', 'testing/mozbase/mozrunner', 'testing/mozbase/mozsystemmonitor', - 'testing/mozbase/mozscreenshot', 'testing/mozbase/moztest', 'testing/mozbase/mozversion', 'testing/mozbase/manifestparser', |