2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:24 +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-03-09 13:33:31 +03:00
|
|
|
with Files('moz.build'):
|
2018-03-14 23:44:46 +03:00
|
|
|
BUG_COMPONENT = ('Firefox Build System', 'General')
|
2017-03-09 13:33:31 +03:00
|
|
|
|
2014-07-29 03:57:59 +04:00
|
|
|
DIRS += [
|
2013-02-26 00:47:24 +04:00
|
|
|
'common',
|
2014-07-08 10:37:57 +04:00
|
|
|
'crypto',
|
2018-05-10 16:27:21 +03:00
|
|
|
'settings',
|
2013-02-26 00:47:24 +04:00
|
|
|
]
|
|
|
|
|
2016-03-19 00:41:51 +03:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
|
2016-12-12 03:37:22 +03:00
|
|
|
DIRS += [
|
|
|
|
'fxaccounts',
|
|
|
|
]
|
2015-08-20 02:44:09 +03:00
|
|
|
|
2013-02-26 00:47:24 +04:00
|
|
|
if CONFIG['MOZ_SERVICES_SYNC']:
|
2014-07-29 03:57:59 +04:00
|
|
|
DIRS += ['sync']
|