gecko-dev/dom/plugins/test/moz.build
Andrew Swan 2f760aac66 Bug 1451532 Remove unused test addon r=kmag
--HG--
extra : rebase_source : 9a27c9f8163922e393e86375df610d086e8c68ae
extra : source : 5cbf314bb07f0c11815dc1c1f20c74ee05f76e0e
extra : histedit_source : bfbc3e935780af097529f6e9c0ea2277c1c0da4b
2018-10-22 09:57:27 -07:00

16 lines
602 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/.
DIRS += ['testplugin']
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk3', 'cocoa', 'windows'):
MOCHITEST_MANIFESTS += ['mochitest/mochitest.ini']
MOCHITEST_CHROME_MANIFESTS += ['mochitest/chrome.ini']
BROWSER_CHROME_MANIFESTS += ['mochitest/browser.ini']