blob: 9f793fd7cbdc092873d7321d348f55a307f65c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# -*- Mode: python; 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/.
SOURCES += [
"CertDBTest.cpp",
"CoseTest.cpp",
"DataStorageTest.cpp",
"DeserializeCertTest.cpp",
"HMACTest.cpp",
"MD4Test.cpp",
"OCSPCacheTest.cpp",
"TLSIntoleranceTest.cpp",
]
LOCAL_INCLUDES += [
"/security/certverifier",
"/security/manager/ssl",
"/third_party/rust/cose-c/include",
]
include("/ipc/chromium/chromium-config.mozbuild")
FINAL_LIBRARY = "xul-gtest"
|