From 82eb8109c9f7b40ee76c7dc8788a159511900fe6 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 6 Aug 2018 06:11:17 -0400 Subject: Move the "native" search service to a subdirectory --- toolkit/components/search/moz.build | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'toolkit/components/search/moz.build') diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build index 0a2695152..739dc6ab8 100644 --- a/toolkit/components/search/moz.build +++ b/toolkit/components/search/moz.build @@ -6,30 +6,8 @@ XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini'] -EXTRA_COMPONENTS += [ - 'nsSearchSuggestions.js', -] - -EXTRA_PP_COMPONENTS += [ - 'nsSearchService.js', -] - -if CONFIG['MOZ_PHOENIX'] or CONFIG['MOZ_FENNEC'] or CONFIG['MOZ_XULRUNNER']: - DEFINES['HAVE_SIDEBAR'] = True - EXTRA_COMPONENTS += [ - 'nsSidebar.js', - ] - -EXTRA_JS_MODULES += [ - 'SearchSuggestionController.jsm', -] - -EXTRA_PP_COMPONENTS += [ - 'toolkitsearch.manifest', -] - -EXTRA_JS_MODULES += [ - 'SearchStaticData.jsm', +DIRS += [ + 'current', ] with Files('**'): -- cgit v1.2.3