From 9fe00e826d2a5f57d47a598c6833df00a60fe3cb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 28 Sep 2018 18:47:30 -0400 Subject: Only opt-in to esr52 search service for select applications --- toolkit/components/search/moz.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit') diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build index 4cc86ff9e..2accffd00 100644 --- a/toolkit/components/search/moz.build +++ b/toolkit/components/search/moz.build @@ -6,10 +6,10 @@ XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini'] -if CONFIG['MC_PALEMOON']: - DIRS += ['orginal'] -else: +if CONFIG['MC_BASILISK'] or CONFIG['HYPE_ICEWEASEL'] or CONFIG['HYPE_ICEDOVE']: DIRS += ['current'] +else: + DIRS += ['orginal'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Search') -- cgit v1.2.3