Backed out changeset b06f19b95b94 (bug 1784438) for causing build bustages CLOSED...
[gecko.git] / xpcom / rust / gtest / moz.build
blobd3457930c8cc832c6228a245deeaf55eae3d7e8f
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 UNIFIED_SOURCES += [
8     "bench-collections/Bench.cpp",
9     "moz_task/TestMozTask.cpp",
10     "nsstring/TestnsString.cpp",
11     "xpcom/TestXpcom.cpp",
14 FINAL_LIBRARY = "xul-gtest"