mirror of https://github.com/roytam1/boc-uxp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
806 B
29 lines
806 B
# vim: set filetype=python: |
|
# 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/. |
|
|
|
JS_PREFERENCE_FILES += [ |
|
'pref/application-l10n.js', |
|
] |
|
|
|
JS_PREFERENCE_PP_FILES += [ |
|
'pref/application-prefs.js', |
|
] |
|
|
|
FINAL_TARGET_FILES.defaults.profile += [ |
|
'profile/bookmarks.html', |
|
'profile/mimeTypes.rdf', |
|
'profile/panels.rdf', |
|
] |
|
|
|
FINAL_TARGET_FILES.defaults.profile.chrome += [ |
|
'profile/chrome/userChrome-example.css', |
|
'profile/chrome/userContent-example.css', |
|
] |
|
|
|
if CONFIG['MOZ_OFFICIAL_BRANDING']: |
|
FINAL_TARGET_FILES.searchplugins += [ |
|
'searchplugins/navigator-cross-reference.xml', |
|
'searchplugins/uxp-cross-reference.xml', |
|
] |