Bumping manifests a=b2g-bump
[gecko.git] / services / moz.build
blob6114fcc9642f4975c4ae6fc2900e9289aabf1794
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DIRS += [
8     'common',
9     'crypto',
10     'fxaccounts',
13 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
14     # MOZ_SERVICES_HEALTHREPORT and therefore MOZ_DATA_REPORTING are
15     # defined on Android, but these features are implemented using Java.
16     if CONFIG['MOZ_SERVICES_HEALTHREPORT']:
17         DIRS += ['healthreport']
19     if CONFIG['MOZ_DATA_REPORTING']:
20         DIRS += ['datareporting']
22 if CONFIG['MOZ_SERVICES_METRICS']:
23     DIRS += ['metrics']
25 if CONFIG['MOZ_SERVICES_SYNC']:
26     DIRS += ['sync']
28 if CONFIG['MOZ_B2G']:
29     DIRS += ['mobileid']
31 if CONFIG['MOZ_SERVICES_CLOUDSYNC']:
32     DIRS += ['cloudsync']
34 SPHINX_TREES['services'] = 'docs'