Only opt-in to esr52 search service for select applications

This commit is contained in:
NTD 2018-09-28 18:47:30 -04:00 committed by Roy Tam
commit abaee14a7e

View file

@ -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')