Bumping manifests a=b2g-bump
[gecko.git] / toolkit / identity / moz.build
blob916a3d013e59b565a43fef278a7d91f923408496
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 MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini']
8 XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
10 XPIDL_SOURCES += [
11     'nsIIdentityCryptoService.idl',
14 XPIDL_MODULE = 'identity'
16 SOURCES += [
17     'IdentityCryptoService.cpp',
20 EXTRA_JS_MODULES.identity += [
21     'Identity.jsm',
22     'IdentityProvider.jsm',
23     'IdentityStore.jsm',
24     'IdentityUtils.jsm',
25     'jwcrypto.jsm',
26     'LogUtils.jsm',
27     'MinimalIdentity.jsm',
28     'RelyingParty.jsm',
29     'Sandbox.jsm',
32 EXTRA_PP_JS_MODULES.identity += [
33     'FirefoxAccounts.jsm',
36 FAIL_ON_WARNINGS = True
38 FINAL_LIBRARY = 'xul'