2013-12-02 13:56:24 -08:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
2013-12-13 03:25:26 -08:00
|
|
|
PARALLEL_DIRS += ['interfaces']
|
|
|
|
|
2013-12-02 13:56:24 -08:00
|
|
|
TEST_DIRS += ['tests']
|
2013-12-13 03:25:26 -08:00
|
|
|
|
2013-12-05 22:46:12 -08:00
|
|
|
EXTRA_JS_MODULES += [
|
2014-02-04 22:14:30 -08:00
|
|
|
'Credentials.jsm',
|
2013-12-05 22:46:12 -08:00
|
|
|
'FxAccounts.jsm',
|
2013-12-13 03:25:26 -08:00
|
|
|
'FxAccountsClient.jsm',
|
2014-02-04 02:12:37 -08:00
|
|
|
'FxAccountsCommon.js',
|
|
|
|
'FxAccountsUtils.jsm'
|
2013-12-05 22:46:12 -08:00
|
|
|
]
|
2013-12-13 03:25:26 -08:00
|
|
|
|
|
|
|
# For now, we will only be using the FxA manager in B2G.
|
|
|
|
if CONFIG['MOZ_B2G']:
|
|
|
|
EXTRA_JS_MODULES += ['FxAccountsManager.jsm']
|