summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /ipc/ipdl/test/cxx/moz.build
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ipc/ipdl/test/cxx/moz.build')
-rw-r--r--ipc/ipdl/test/cxx/moz.build134
1 files changed, 0 insertions, 134 deletions
diff --git a/ipc/ipdl/test/cxx/moz.build b/ipc/ipdl/test/cxx/moz.build
index e2650df0aa..196dc09add 100644
--- a/ipc/ipdl/test/cxx/moz.build
+++ b/ipc/ipdl/test/cxx/moz.build
@@ -11,87 +11,11 @@ EXPORTS.mozilla._ipdltest += [
"IPDLUnitTests.h",
"IPDLUnitTestTypes.h",
"IPDLUnitTestUtils.h",
- "TestActorPunning.h",
- "TestAsyncReturns.h",
- "TestBadActor.h",
- "TestCancel.h",
- "TestCrashCleanup.h",
- "TestDataStructures.h",
- "TestDemon.h",
- "TestDesc.h",
- "TestEndpointBridgeMain.h",
- "TestEndpointOpens.h",
- "TestFailedCtor.h",
- "TestHangs.h",
- "TestHighestPrio.h",
- "TestInterruptErrorCleanup.h",
- "TestInterruptRaces.h",
- "TestInterruptShutdownRace.h",
- "TestJSON.h",
- "TestLatency.h",
- "TestManyChildAllocs.h",
- "TestMultiMgrs.h",
- "TestNestedLoops.h",
"TestOffMainThreadPainting.h",
- "TestRaceDeadlock.h",
- "TestRaceDeferral.h",
- "TestRacyInterruptReplies.h",
- "TestRacyReentry.h",
- "TestRacyUndefer.h",
- "TestRPC.h",
- "TestSanity.h",
- "TestSelfManageRoot.h",
- "TestShmem.h",
- "TestShutdown.h",
- "TestStackHooks.h",
- "TestSyncError.h",
- "TestSyncHang.h",
- "TestSyncWakeup.h",
- "TestUniquePtrIPC.h",
- "TestUrgency.h",
- "TestUrgentHangs.h",
]
SOURCES += [
- "TestActorPunning.cpp",
- "TestAsyncReturns.cpp",
- "TestBadActor.cpp",
- "TestCancel.cpp",
- "TestCrashCleanup.cpp",
- "TestDataStructures.cpp",
- "TestDemon.cpp",
- "TestDesc.cpp",
- "TestEndpointBridgeMain.cpp",
- "TestEndpointOpens.cpp",
- "TestFailedCtor.cpp",
- "TestHangs.cpp",
- "TestHighestPrio.cpp",
- "TestInterruptErrorCleanup.cpp",
- "TestInterruptRaces.cpp",
- "TestInterruptShutdownRace.cpp",
- "TestJSON.cpp",
- "TestLatency.cpp",
- "TestManyChildAllocs.cpp",
- "TestMultiMgrs.cpp",
- "TestNestedLoops.cpp",
"TestOffMainThreadPainting.cpp",
- "TestRaceDeadlock.cpp",
- "TestRaceDeferral.cpp",
- "TestRacyInterruptReplies.cpp",
- "TestRacyReentry.cpp",
- "TestRacyUndefer.cpp",
- "TestRPC.cpp",
- "TestSanity.cpp",
- "TestSelfManageRoot.cpp",
- "TestShmem.cpp",
- "TestShutdown.cpp",
- "TestStackHooks.cpp",
- "TestSyncError.cpp",
- "TestSyncHang.cpp",
- "TestSyncWakeup.cpp",
- "TestUniquePtrIPC.cpp",
- "TestUrgency.cpp",
- "TestUrgentHangs.cpp",
]
SOURCES += [
@@ -101,70 +25,12 @@ SOURCES += [
]
IPDL_SOURCES += [
- "PTestActorPunning.ipdl",
- "PTestActorPunningPunned.ipdl",
- "PTestActorPunningSub.ipdl",
- "PTestAsyncReturns.ipdl",
- "PTestBadActor.ipdl",
- "PTestBadActorSub.ipdl",
- "PTestCancel.ipdl",
- "PTestCrashCleanup.ipdl",
- "PTestDataStructures.ipdl",
- "PTestDataStructuresCommon.ipdlh",
- "PTestDataStructuresSub.ipdl",
- "PTestDemon.ipdl",
- "PTestDesc.ipdl",
- "PTestDescSub.ipdl",
- "PTestDescSubsub.ipdl",
- "PTestEndpointBridgeMain.ipdl",
- "PTestEndpointBridgeMainSub.ipdl",
- "PTestEndpointBridgeSub.ipdl",
- "PTestEndpointOpens.ipdl",
- "PTestEndpointOpensOpened.ipdl",
- "PTestFailedCtor.ipdl",
- "PTestFailedCtorSub.ipdl",
- "PTestFailedCtorSubsub.ipdl",
- "PTestHandle.ipdl",
- "PTestHangs.ipdl",
- "PTestHighestPrio.ipdl",
"PTestIndirectProtocolParam.ipdlh",
"PTestIndirectProtocolParamFirst.ipdl",
"PTestIndirectProtocolParamManage.ipdl",
"PTestIndirectProtocolParamSecond.ipdl",
- "PTestInterruptErrorCleanup.ipdl",
- "PTestInterruptRaces.ipdl",
- "PTestInterruptShutdownRace.ipdl",
- "PTestJSON.ipdl",
- "PTestLatency.ipdl",
- "PTestManyChildAllocs.ipdl",
- "PTestManyChildAllocsSub.ipdl",
- "PTestMultiMgrs.ipdl",
- "PTestMultiMgrsBottom.ipdl",
- "PTestMultiMgrsLeft.ipdl",
- "PTestMultiMgrsRight.ipdl",
- "PTestNestedLoops.ipdl",
"PTestPaintThread.ipdl",
"PTestPriority.ipdl",
- "PTestRaceDeadlock.ipdl",
- "PTestRaceDeferral.ipdl",
- "PTestRacyInterruptReplies.ipdl",
- "PTestRacyReentry.ipdl",
- "PTestRacyUndefer.ipdl",
- "PTestRPC.ipdl",
- "PTestSanity.ipdl",
- "PTestSelfManage.ipdl",
- "PTestSelfManageRoot.ipdl",
- "PTestShmem.ipdl",
- "PTestShutdown.ipdl",
- "PTestShutdownSub.ipdl",
- "PTestShutdownSubsub.ipdl",
- "PTestStackHooks.ipdl",
- "PTestSyncError.ipdl",
- "PTestSyncHang.ipdl",
- "PTestSyncWakeup.ipdl",
- "PTestUniquePtrIPC.ipdl",
- "PTestUrgency.ipdl",
- "PTestUrgentHangs.ipdl",
]
include("/ipc/chromium/chromium-config.mozbuild")