summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/dllservices/tests/gtest/moz.build
blob: 525eba0c3868ca978ad133087ac7fc36ce541511 (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
27
28
29
30
31
32
33
34
35
# 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/.

Library("dllservicestest")

UNIFIED_SOURCES += [
    "TestDLLBlocklist.cpp",
]

if CONFIG["CPU_ARCH"] != "x86":
    UNIFIED_SOURCES += [
        "TestUntrustedModules.cpp",
    ]

LOCAL_INCLUDES += [
    "/toolkit/components/telemetry/other",
    "/toolkit/components/telemetry/tests/gtest",
]

TEST_DIRS += [
    "TestDllBlocklist_AllowByVersion",
    "TestDllBlocklist_MatchByName",
    "TestDllBlocklist_MatchByVersion",
    "TestDllBlocklist_NoOpEntryPoint",
    "TestDllBlocklist_SocketProcessOnly",
    "TestDllBlocklist_UserBlocked",
    "TestDllBlocklist_UtilityProcessOnly",
    "TestUntrustedModules_Dll1",
    "TestUntrustedModules_Dll2",
]

include("/ipc/chromium/chromium-config.mozbuild")

FINAL_LIBRARY = "xul-gtest"