diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/mach_bootstrap.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index ace8d0c4ef..0443eedda2 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -64,11 +64,6 @@ SEARCH_PATHS = [ 'other-licenses/ply', 'taskcluster', 'testing', - 'testing/firefox-ui/harness', - 'testing/marionette/client', - 'testing/marionette/harness', - 'testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py', - 'testing/marionette/puppeteer/firefox', 'testing/mozbase/mozcrash', 'testing/mozbase/mozdebug', 'testing/mozbase/mozdevice', @@ -110,9 +105,7 @@ MACH_MODULES = [ 'python/mozbuild/mozbuild/frontend/mach_commands.py', 'services/common/tests/mach_commands.py', 'taskcluster/mach_commands.py', - 'testing/firefox-ui/mach_commands.py', 'testing/mach_commands.py', - 'testing/marionette/mach_commands.py', 'testing/mochitest/mach_commands.py', 'testing/mozharness/mach_commands.py', 'testing/talos/mach_commands.py', |