Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/xre/dllservices/tests/gtest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  moz.build   Sprache: unbekannt

 
# 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",
    "TestDLLServices.cpp",
    "TestUntrustedModules.cpp",
]

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

TEST_DIRS += [
    "TestDllBlocklist_AllowByVersion",
    "TestDllBlocklist_GMPluginProcessOnly",
    "TestDllBlocklist_GPUProcessOnly",
    "TestDllBlocklist_MatchByName",
    "TestDllBlocklist_MatchByVersion",
    "TestDllBlocklist_MultipleEntries_DifferentProcesses",
    "TestDllBlocklist_MultipleEntries_SameProcessBackward",
    "TestDllBlocklist_MultipleEntries_SameProcessForward",
    "TestDllBlocklist_NoOpEntryPoint",
    "TestDllBlocklist_SingleNotification1",
    "TestDllBlocklist_SingleNotification2",
    "TestDllBlocklist_SocketProcessOnly",
    "TestDllBlocklist_UserBlocked",
    "TestDllBlocklist_UtilityProcessOnly",
    "TestUntrustedModules_Dll1",
    "TestUntrustedModules_Dll2",
]

TEST_HARNESS_FILES.gtest += ["msvcp140.dll"]

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

FINAL_LIBRARY = "xul-gtest"

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]