2018-09-02 11:30:49 +03:00
|
|
|
# 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/.
|
|
|
|
|
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Firefox", "Address Bar")
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
2018-09-06 22:51:26 +03:00
|
|
|
'UrlbarController.jsm',
|
2018-09-13 19:38:07 +03:00
|
|
|
'UrlbarInput.jsm',
|
2018-09-28 17:18:04 +03:00
|
|
|
'UrlbarMatch.jsm',
|
2018-09-18 23:06:27 +03:00
|
|
|
'UrlbarPrefs.jsm',
|
2018-09-28 17:18:04 +03:00
|
|
|
'UrlbarProviderOpenTabs.jsm',
|
|
|
|
'UrlbarProvidersManager.jsm',
|
2018-09-06 18:12:10 +03:00
|
|
|
'UrlbarTokenizer.jsm',
|
2018-09-18 23:06:27 +03:00
|
|
|
'UrlbarUtils.jsm',
|
2018-09-13 19:38:07 +03:00
|
|
|
'UrlbarView.jsm',
|
2018-09-02 11:30:49 +03:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:04:07 +03:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
2018-09-02 11:30:49 +03:00
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|