From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/content/moz.build | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'toolkit/content/moz.build') diff --git a/toolkit/content/moz.build b/toolkit/content/moz.build index de50a82f5..b1f6b6419 100644 --- a/toolkit/content/moz.build +++ b/toolkit/content/moz.build @@ -4,12 +4,15 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['tests'] - -for var in ('target', 'MOZ_CONFIGURE_OPTIONS', 'CC', 'CC_VERSION', 'CXX'): +for var in ('target', + 'MOZ_CONFIGURE_OPTIONS', + 'CC', + 'CC_VERSION', + 'CXX'): DEFINES[var] = CONFIG[var] DEFINES['CFLAGS'] = CONFIG['OS_CFLAGS'] +DEFINES['TOPOBJDIR'] = TOPOBJDIR if CONFIG['OS_TARGET'] == 'Android': DEFINES['ANDROID_PACKAGE_NAME'] = CONFIG['ANDROID_PACKAGE_NAME'] @@ -19,13 +22,4 @@ if CONFIG['MOZ_ANDROID_CXX_STL'] == 'libc++': JAR_MANIFESTS += ['jar.mn'] -with Files('aboutTelemetry.*'): - BUG_COMPONENT = ('Toolkit', 'Telemetry') - -with Files('customizeToolbar.*'): - BUG_COMPONENT = ('Toolkit', 'Toolbars and Toolbar Customization') -with Files('widgets/*'): - BUG_COMPONENT = ('Toolkit', 'XUL Widgets') - -DEFINES['TOPOBJDIR'] = TOPOBJDIR -- cgit v1.2.3