From 06494f307850c576868831bd28a61464eab1f359 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 16 Dec 2019 13:57:01 -0500 Subject: Remove Basilisk from the Unified XUL Platform repository Development will proceed at https://github.com/MoonchildProductions/Basilisk --- .../basilisk/components/search/service/moz.build | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 application/basilisk/components/search/service/moz.build (limited to 'application/basilisk/components/search/service/moz.build') diff --git a/application/basilisk/components/search/service/moz.build b/application/basilisk/components/search/service/moz.build deleted file mode 100644 index 423faeffd..000000000 --- a/application/basilisk/components/search/service/moz.build +++ /dev/null @@ -1,24 +0,0 @@ -# -*- 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/. - -DIST_SUBDIR = '' - -DEFINES['HAVE_SIDEBAR'] = True - -EXTRA_COMPONENTS += [ - 'nsSearchSuggestions.js', - 'nsSidebar.js', -] - -EXTRA_PP_COMPONENTS += [ - 'nsSearchService.js', - 'toolkitsearch.manifest', -] - -EXTRA_JS_MODULES += [ - 'SearchStaticData.jsm', - 'SearchSuggestionController.jsm', -] -- cgit v1.2.3