diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /xpcom/tests/gtest/moz.build | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'xpcom/tests/gtest/moz.build')
-rw-r--r-- | xpcom/tests/gtest/moz.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xpcom/tests/gtest/moz.build b/xpcom/tests/gtest/moz.build index 6fd509d7b2..4d8d38e89a 100644 --- a/xpcom/tests/gtest/moz.build +++ b/xpcom/tests/gtest/moz.build @@ -26,6 +26,7 @@ UNIFIED_SOURCES += [ "TestGCPostBarriers.cpp", "TestID.cpp", "TestIDUtils.cpp", + "TestINIParser.cpp", "TestInputStreamLengthHelper.cpp", "TestJSHolderMap.cpp", "TestLogCommandLineHandler.cpp", @@ -61,6 +62,7 @@ UNIFIED_SOURCES += [ "TestSynchronization.cpp", "TestTArray.cpp", "TestTArray2.cpp", + "TestTaskController.cpp", "TestTaskQueue.cpp", "TestTextFormatter.cpp", "TestThreadManager.cpp", @@ -143,10 +145,8 @@ if ( "TestSTLWrappers.cpp", ] -# Compile TestAllocReplacement separately so Windows headers don't pollute -# the global namespace for other files. if CONFIG["MOZ_MEMORY"]: - SOURCES += [ + UNIFIED_SOURCES += [ "TestAllocReplacement.cpp", ] |