diff options
Diffstat (limited to 'toolkit/components/places/tests/cpp/moz.build')
-rw-r--r-- | toolkit/components/places/tests/cpp/moz.build | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/toolkit/components/places/tests/cpp/moz.build b/toolkit/components/places/tests/cpp/moz.build deleted file mode 100644 index f6bd91bd7..000000000 --- a/toolkit/components/places/tests/cpp/moz.build +++ /dev/null @@ -1,14 +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/. - -GeckoCppUnitTests([ - 'test_IHistory', -]) - -if CONFIG['JS_SHARED_LIBRARY']: - USE_LIBS += [ - 'js', - ] |