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/.
|
|
|
|
|
2017-02-26 18:45:39 +03:00
|
|
|
include('/%s/mailnews/mailnews.mozbuild' % CONFIG['commreltopsrcdir'])
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2015-10-27 19:31:00 +03:00
|
|
|
include('/toolkit/toolkit.mozbuild')
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2013-06-10 18:58:56 +04:00
|
|
|
if CONFIG['MOZ_EXTENSIONS']:
|
2014-10-03 04:26:38 +04:00
|
|
|
DIRS += ['/extensions']
|
2013-04-01 03:17:51 +04:00
|
|
|
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2014-10-03 00:56:44 +04:00
|
|
|
DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2013-06-10 18:58:56 +04:00
|
|
|
if CONFIG['MOZ_CALENDAR']:
|
2015-02-12 02:08:07 +03:00
|
|
|
DIRS += [
|
2017-02-26 18:45:39 +03:00
|
|
|
'/%s/calendar/lightning' % CONFIG['commreltopsrcdir'],
|
|
|
|
'/%s/calendar/timezones' % CONFIG['commreltopsrcdir']
|
2015-02-12 02:08:07 +03:00
|
|
|
]
|
2013-02-28 18:16:49 +04:00
|
|
|
|
2014-10-03 00:56:44 +04:00
|
|
|
DIRS += [
|
2018-01-01 00:34:42 +03:00
|
|
|
'/%s/editor/ui' % CONFIG['commreltopsrcdir'],
|
2017-02-26 18:45:39 +03:00
|
|
|
'/%s/suite' % CONFIG['commreltopsrcdir'],
|
2014-10-03 00:56:44 +04:00
|
|
|
]
|