From 0ddd00f1959c78ce37c14fef3c83401408fca3bf 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/components/urlformatter/moz.build | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'toolkit/components/urlformatter/moz.build') diff --git a/toolkit/components/urlformatter/moz.build b/toolkit/components/urlformatter/moz.build index 1543fddda..c7a3ac76e 100644 --- a/toolkit/components/urlformatter/moz.build +++ b/toolkit/components/urlformatter/moz.build @@ -4,24 +4,14 @@ # 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/. -XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] - -XPIDL_SOURCES += [ - 'nsIURLFormatter.idl', -] +XPIDL_SOURCES += ['nsIURLFormatter.idl'] XPIDL_MODULE = 'urlformatter' -EXTRA_COMPONENTS += [ - 'nsURLFormatter.manifest', -] +EXTRA_COMPONENTS += ['nsURLFormatter.manifest'] -EXTRA_PP_COMPONENTS += [ - 'nsURLFormatter.js', -] +EXTRA_PP_COMPONENTS += ['nsURLFormatter.js'] -CONFIGURE_SUBST_FILES += [ - 'api_keys', -] +CONFIGURE_SUBST_FILES += ['api_keys'] DEFINES['OBJDIR'] = OBJDIR -- cgit v1.2.3 From d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 15:52:00 +0000 Subject: Issue #1656 - Part 6: Clean up the build files --- toolkit/components/urlformatter/moz.build | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/components/urlformatter/moz.build') diff --git a/toolkit/components/urlformatter/moz.build b/toolkit/components/urlformatter/moz.build index c7a3ac76e..9fd996860 100644 --- a/toolkit/components/urlformatter/moz.build +++ b/toolkit/components/urlformatter/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # 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/. -- cgit v1.2.3