Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
[gecko.git] / services / crypto / moz.build
blobf1a5a025799aba2c0ce1ef738c48fd8e8e719bec
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 DIRS += ['component']
8 TEST_DIRS += ['tests']
10 EXTRA_JS_MODULES['services-crypto'] += [
11     'modules/utils.js',
14 EXTRA_PP_JS_MODULES['services-crypto'] += [
15     'modules/WeaveCrypto.js',
18 EXTRA_COMPONENTS += [
19     'cryptoComponents.manifest',
22 if CONFIG['MOZ_NATIVE_NSS']:
23     DEFINES['MOZ_NATIVE_NSS'] = 1