2013-02-28 18:16:49 +04:00
|
|
|
# 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/.
|
|
|
|
|
2014-07-31 18:15:22 +04:00
|
|
|
DIRS += [
|
2020-10-30 21:28:33 +03:00
|
|
|
"components/public",
|
|
|
|
"components/src",
|
|
|
|
"modules",
|
|
|
|
"content",
|
|
|
|
"themes",
|
|
|
|
"locales",
|
|
|
|
"protocols/facebook",
|
|
|
|
"protocols/gtalk",
|
|
|
|
"protocols/irc",
|
|
|
|
"protocols/matrix",
|
|
|
|
"protocols/odnoklassniki",
|
|
|
|
"protocols/twitter",
|
|
|
|
"protocols/xmpp",
|
|
|
|
"protocols/yahoo",
|
2013-02-28 18:16:49 +04:00
|
|
|
]
|
|
|
|
|
2020-10-30 21:28:33 +03:00
|
|
|
if CONFIG["MOZ_DEBUG"]:
|
|
|
|
DIRS += ["protocols/jsTest"]
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2015-12-02 13:10:00 +03:00
|
|
|
JS_PREFERENCE_PP_FILES += [
|
2020-10-30 21:28:33 +03:00
|
|
|
"chat-prefs.js",
|
2015-01-19 20:25:24 +03:00
|
|
|
]
|