summaryrefslogtreecommitdiffstats
path: root/toolkit/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-03-02 20:07:40 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-03-02 20:07:40 -0500
commit3e9c160bbba20c1bb1755348fc39a0131bcc6e10 (patch)
tree461a36c4452091bf53f4152761ebf960aedd4602 /toolkit/components
parente272829137195b46612b7664c9416364089f7baa (diff)
downloadUXP-3e9c160bbba20c1bb1755348fc39a0131bcc6e10.tar
UXP-3e9c160bbba20c1bb1755348fc39a0131bcc6e10.tar.gz
UXP-3e9c160bbba20c1bb1755348fc39a0131bcc6e10.tar.lz
UXP-3e9c160bbba20c1bb1755348fc39a0131bcc6e10.tar.xz
UXP-3e9c160bbba20c1bb1755348fc39a0131bcc6e10.zip
Correct toolkit search component moz.build
Diffstat (limited to 'toolkit/components')
-rw-r--r--toolkit/components/search/moz.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build
index b06816c34..0a2695152 100644
--- a/toolkit/components/search/moz.build
+++ b/toolkit/components/search/moz.build
@@ -7,13 +7,16 @@
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
EXTRA_COMPONENTS += [
- 'nsSearchService.js',
'nsSearchSuggestions.js',
]
+EXTRA_PP_COMPONENTS += [
+ 'nsSearchService.js',
+]
+
if CONFIG['MOZ_PHOENIX'] or CONFIG['MOZ_FENNEC'] or CONFIG['MOZ_XULRUNNER']:
DEFINES['HAVE_SIDEBAR'] = True
- EXTRA_PP_COMPONENTS += [
+ EXTRA_COMPONENTS += [
'nsSidebar.js',
]