Backed out changeset 838f865fa1c7 (bug 933231) for bustage on some platforms.
[gecko.git] / services / moz.build
blob25a2d1ccb849973f9f6b5a4518faa44cd7e3e807
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 PARALLEL_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         PARALLEL_DIRS += ['healthreport']
19     if CONFIG['MOZ_DATA_REPORTING']:
20         PARALLEL_DIRS += ['datareporting']
22 if CONFIG['MOZ_SERVICES_METRICS']:
23     PARALLEL_DIRS += ['metrics']
25 if CONFIG['MOZ_SERVICES_SYNC']:
26     PARALLEL_DIRS += ['sync']