diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 12:15:45 +0100 |
commit | 7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 (patch) | |
tree | ee9e0946bca9e3eb2f610b52a0c6b1167b11f0ff /xpcom/rust/nsstring/gtest/moz.build | |
parent | a1f143420203395d9a7f347bb232ca86daa40f2b (diff) | |
download | UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.gz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.lz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.xz UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.zip |
Remove cargo nsstring component
Part 3 for #58
Diffstat (limited to 'xpcom/rust/nsstring/gtest/moz.build')
-rw-r--r-- | xpcom/rust/nsstring/gtest/moz.build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xpcom/rust/nsstring/gtest/moz.build b/xpcom/rust/nsstring/gtest/moz.build deleted file mode 100644 index 5bed9e57e..000000000 --- a/xpcom/rust/nsstring/gtest/moz.build +++ /dev/null @@ -1,12 +0,0 @@ -# -*- 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/. - -if CONFIG['MOZ_RUST']: - UNIFIED_SOURCES += [ - 'Test.cpp' - ] - -FINAL_LIBRARY = 'xul-gtest' |