Files
tubestation/xpcom/rust/gtest/moz.build
Mike Hommey 19f2d1cee7 Bug 1733308 - Forbid sources files with the same base name. r=firefox-build-system-reviewers,andi
While the build system could be improved to actually support those
cases, because of all the legacy things involved, it would be a lot more
work for a low reward.

Instead, we forbid them, which allows to remove the non-unified builds
exception in xpcom/rust/gtest.

Differential Revision: https://phabricator.services.mozilla.com/D127035
2021-10-01 01:49:16 +00:00

15 lines
468 B
Python

# -*- 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/.
UNIFIED_SOURCES += [
"bench-collections/Bench.cpp",
"moz_task/TestMozTask.cpp",
"nsstring/TestnsString.cpp",
"xpcom/TestXpcom.cpp",
]
FINAL_LIBRARY = "xul-gtest"