Bumping manifests a=b2g-bump
[gecko.git] / dom / crypto / moz.build
blobb4f1fc3180ab1b72d3965a30affeeee9da962d80
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 EXPORTS.mozilla.dom += [
8     'CryptoBuffer.h',
9     'CryptoKey.h',
10     'KeyAlgorithmProxy.h',
11     'WebCryptoCommon.h',
12     'WebCryptoTask.h',
15 UNIFIED_SOURCES += [
16     'CryptoBuffer.cpp',
17     'CryptoKey.cpp',
18     'KeyAlgorithmProxy.cpp',
19     'WebCryptoTask.cpp',
22 FAIL_ON_WARNINGS = True
24 include('/ipc/chromium/chromium-config.mozbuild')
26 FINAL_LIBRARY = 'xul'
28 LOCAL_INCLUDES += [
29     '/security/manager/ssl/src',
32 MOCHITEST_MANIFESTS += ['test/mochitest.ini']