# -*- 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/. TEST_DIRS += ["gtest"] BROWSER_CHROME_MANIFESTS += ["browser/browser.ini"] MOCHITEST_MANIFESTS += ["mochitest/mochitest.ini"] XPCSHELL_TESTS_MANIFESTS += [ "xpcshell/caching/xpcshell.ini", "xpcshell/telemetry/xpcshell.ini", "xpcshell/upgrades/xpcshell.ini", "xpcshell/xpcshell.ini", ] TEST_HARNESS_FILES.testing.mochitest.browser.dom.quota.test.common += [ "common/browser.js", "common/content.js", "common/file.js", "common/global.js", "common/nestedtest.js", "common/system.js", ] TEST_HARNESS_FILES.testing.mochitest.tests.dom.quota.test.common += [ "common/content.js", "common/file.js", "common/global.js", "common/mochitest.js", "common/test_simpledb.js", "common/test_storage_manager_persist_allow.js", "common/test_storage_manager_persist_deny.js", "common/test_storage_manager_persisted.js", ] TEST_HARNESS_FILES.xpcshell.dom.quota.test.common += [ "common/file.js", "common/global.js", "common/system.js", "common/test_simpledb.js", "common/xpcshell.js", ] TEST_HARNESS_FILES.xpcshell.dom.quota.test.xpcshell.common += [ "xpcshell/common/head.js", "xpcshell/common/utils.js", ]