Mypal/application/basilisk/components/search/service/moz.build

24 lines
560 B
Plaintext
Raw Normal View History

2019-03-11 03:26:37 -07:00
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
2019-07-08 03:07:17 -07:00
DIST_SUBDIR = ''
2019-03-11 03:26:37 -07:00
2019-07-08 03:07:17 -07:00
DEFINES['HAVE_SIDEBAR'] = True
2019-03-11 03:26:37 -07:00
2019-07-08 03:07:17 -07:00
EXTRA_COMPONENTS += [
'nsSearchSuggestions.js',
2019-03-11 03:26:37 -07:00
'nsSidebar.js',
]
EXTRA_PP_COMPONENTS += [
2019-07-08 03:07:17 -07:00
'nsSearchService.js',
2019-03-11 03:26:37 -07:00
'toolkitsearch.manifest',
]
EXTRA_JS_MODULES += [
'SearchStaticData.jsm',
2019-07-08 03:07:17 -07:00
'SearchSuggestionController.jsm',
2019-03-11 03:26:37 -07:00
]