2016-07-14 16:16:42 +00:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 20:47:24 +00: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 10:33:31 +00:00
|
|
|
with Files('moz.build'):
|
|
|
|
BUG_COMPONENT = ('Core', 'Build Config')
|
|
|
|
|
2014-07-28 23:57:59 +00:00
|
|
|
DIRS += [
|
2013-02-25 20:47:24 +00:00
|
|
|
'common',
|
2014-07-08 06:37:57 +00:00
|
|
|
'crypto',
|
2013-02-25 20:47:24 +00:00
|
|
|
]
|
|
|
|
|
2016-03-18 21:41:51 +00:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
|
2016-12-12 00:37:22 +00:00
|
|
|
DIRS += [
|
|
|
|
'fxaccounts',
|
|
|
|
'blocklists',
|
|
|
|
]
|
2015-08-19 23:44:09 +00:00
|
|
|
|
2013-02-25 20:47:24 +00:00
|
|
|
if CONFIG['MOZ_SERVICES_SYNC']:
|
2014-07-28 23:57:59 +00:00
|
|
|
DIRS += ['sync']
|