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/components/formautofill/moz.build | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'toolkit/components/formautofill/moz.build') diff --git a/toolkit/components/formautofill/moz.build b/toolkit/components/formautofill/moz.build index 2c2179f81..3dfc58281 100644 --- a/toolkit/components/formautofill/moz.build +++ b/toolkit/components/formautofill/moz.build @@ -4,22 +4,7 @@ # 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/. -if CONFIG['NIGHTLY_BUILD']: - BROWSER_CHROME_MANIFESTS += [ - 'test/browser/browser.ini', - ] - - MOCHITEST_CHROME_MANIFESTS += [ - 'test/chrome/chrome.ini', - ] - -XPCSHELL_TESTS_MANIFESTS += [ - 'test/xpcshell/xpcshell.ini', -] - -XPIDL_SOURCES += [ - 'nsIFormAutofillContentService.idl', -] +XPIDL_SOURCES += ['nsIFormAutofillContentService.idl'] XPIDL_MODULE = 'toolkit_formautofill' @@ -28,9 +13,7 @@ EXTRA_COMPONENTS += [ 'FormAutofillStartup.js', ] -EXTRA_PP_COMPONENTS += [ - 'formautofill.manifest', -] +EXTRA_PP_COMPONENTS += ['formautofill.manifest'] EXTRA_JS_MODULES += [ 'content/RequestAutocompleteUI.jsm', @@ -38,9 +21,4 @@ EXTRA_JS_MODULES += [ 'FormAutofillIntegration.jsm', ] -JAR_MANIFESTS += [ - 'jar.mn', -] - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Form Manager') +JAR_MANIFESTS += ['jar.mn'] -- cgit v1.2.3