From 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 Oct 2021 23:35:18 +0000 Subject: Issue #1053 - Remove /dom/system/android and dependent modules, as well as robocop. --- dom/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/moz.build') diff --git a/dom/moz.build b/dom/moz.build index b324de2cb0..e01516b937 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -112,6 +112,6 @@ TEST_DIRS += [ 'imptests', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'windows', 'android'): +if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'windows'): TEST_DIRS += ['plugins/test'] -- cgit v1.2.3