From 8c3a46bd13a0660a3ff1e0379dbf515873a852d2 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 3 Feb 2018 06:01:32 -0500 Subject: Remove browser tests - Part 2: Build System --- browser/components/places/moz.build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'browser/components/places') diff --git a/browser/components/places/moz.build b/browser/components/places/moz.build index e6f88b318..9e5a2c074 100644 --- a/browser/components/places/moz.build +++ b/browser/components/places/moz.build @@ -4,15 +4,8 @@ # 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'] -MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini'] -BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini'] - JAR_MANIFESTS += ['jar.mn'] EXTRA_JS_MODULES += [ 'PlacesUIUtils.jsm', ] - -with Files('**'): - BUG_COMPONENT = ('Firefox', 'Bookmarks & History') -- cgit v1.2.3