summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-08-06 07:30:09 -0400
committerwolfbeast <mcwerewolf@gmail.com>2018-08-06 18:02:10 +0200
commitdaa52eef9a2944fb3727024fbef1f9dbef1116db (patch)
treec30674055606396295923b364689f04915694570 /toolkit/components/search/moz.build
parent95ce1f0d63530225c2166655e7ae0718768a883f (diff)
downloadUXP-daa52eef9a2944fb3727024fbef1f9dbef1116db.tar
UXP-daa52eef9a2944fb3727024fbef1f9dbef1116db.tar.gz
UXP-daa52eef9a2944fb3727024fbef1f9dbef1116db.tar.lz
UXP-daa52eef9a2944fb3727024fbef1f9dbef1116db.tar.xz
UXP-daa52eef9a2944fb3727024fbef1f9dbef1116db.zip
Add a slightly modified version of the gecko/44 search service and use it when building Pale Moon
Diffstat (limited to 'toolkit/components/search/moz.build')
-rw-r--r--toolkit/components/search/moz.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build
index 739dc6ab8..4cc86ff9e 100644
--- a/toolkit/components/search/moz.build
+++ b/toolkit/components/search/moz.build
@@ -6,9 +6,10 @@
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
-DIRS += [
- 'current',
-]
+if CONFIG['MC_PALEMOON']:
+ DIRS += ['orginal']
+else:
+ DIRS += ['current']
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Search')