2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:18 +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/.
|
|
|
|
|
2015-04-30 10:11:37 +03:00
|
|
|
DIRS += [
|
2016-10-28 23:57:17 +03:00
|
|
|
'aushelper',
|
2016-03-03 17:34:39 +03:00
|
|
|
'e10srollout',
|
2015-04-30 10:11:37 +03:00
|
|
|
'pdfjs',
|
2015-12-30 02:40:52 +03:00
|
|
|
'pocket',
|
2016-04-28 02:11:16 +03:00
|
|
|
'webcompat',
|
2016-10-11 02:14:56 +03:00
|
|
|
'shield-recipe-client',
|
2015-04-30 10:11:37 +03:00
|
|
|
]
|
2016-06-08 22:08:46 +03:00
|
|
|
|
|
|
|
# Only include the following system add-ons if building Aurora or Nightly
|
|
|
|
if 'a' in CONFIG['GRE_MILESTONE']:
|
|
|
|
DIRS += [
|
|
|
|
'flyweb',
|
2016-09-18 09:07:51 +03:00
|
|
|
'formautofill',
|
2016-11-15 06:07:09 +03:00
|
|
|
'presentation',
|
2016-06-08 22:08:46 +03:00
|
|
|
]
|
2016-11-30 02:21:00 +03:00
|
|
|
|
|
|
|
# Only include mortar system add-ons if we locally enable it
|
|
|
|
if CONFIG['MOZ_MORTAR']:
|
|
|
|
DIRS += [
|
|
|
|
'mortar',
|
|
|
|
]
|