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/places/moz.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'toolkit/components/places/moz.build') diff --git a/toolkit/components/places/moz.build b/toolkit/components/places/moz.build index 478b18e02..0d0ea7768 100644 --- a/toolkit/components/places/moz.build +++ b/toolkit/components/places/moz.build @@ -4,9 +4,6 @@ # 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['MOZ_PLACES']: - TEST_DIRS += ['tests'] - XPIDL_SOURCES += [ 'nsINavHistoryService.idl', ] @@ -93,8 +90,5 @@ if CONFIG['MOZ_PLACES']: include('/ipc/chromium/chromium-config.mozbuild') -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Places') - if CONFIG['GNU_CXX']: CXXFLAGS += ['-Wno-error=shadow'] -- cgit v1.2.3