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/.
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']:
25 if CONFIG['MOZ_SERVICES_SYNC']:
31 if CONFIG['MOZ_SERVICES_CLOUDSYNC']:
34 SPHINX_TREES['services'] = 'docs'