summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/import/modules/moz.build
blob: 5173f10d46274ddb6cac2b2a8c8e4b4e3ab31ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/.

EXTRA_JS_MODULES += [
    "AddrBookFileImporter.jsm",
    "BaseProfileImporter.jsm",
    "CalendarFileImporter.jsm",
    "SeamonkeyProfileImporter.jsm",
    "ThunderbirdProfileImporter.jsm",
]

if CONFIG["OS_ARCH"] == "WINNT":
    EXTRA_JS_MODULES += [
        "BeckyProfileImporter.jsm",
        "OutlookProfileImporter.jsm",
    ]
elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
    EXTRA_JS_MODULES += [
        "AppleMailProfileImporter.jsm",
    ]