Bug 1576230 - class should be className in UserAgentInput. r=bradwerth
[gecko.git] / services / moz.build
blobece8111c6198dec83c50288b2927cbd5380f798d
1 # -*- Mode: python; 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 with Files('moz.build'):
8     BUG_COMPONENT = ('Firefox Build System', 'General')
10 DIRS += [
11     'common',
12     'crypto',
13     'settings',
16 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
17     DIRS += [
18         'fxaccounts',
19     ]
21 if CONFIG['MOZ_SERVICES_SYNC']:
22     DIRS += ['sync']