moz.build (1098B)
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/. 6 7 XPCSHELL_TESTS_MANIFESTS += [ 8 "unit/xpcshell.toml", 9 "unit_ipc/xpcshell.toml", 10 ] 11 12 MOCHITEST_MANIFESTS += [ 13 "mochitest.toml", 14 ] 15 16 MOCHITEST_CHROME_MANIFESTS += [ 17 "chrome.toml", 18 "chrome/chrome.toml", 19 ] 20 21 BROWSER_CHROME_MANIFESTS += [ 22 "browser.toml", 23 "fmm/browser.toml", 24 ] 25 26 TEST_DIRS += [ 27 "fullscreen", 28 "gtest", 29 "jsmodules", 30 "jsmodules/importmaps", 31 "useractivation", 32 "meta_viewport", 33 ] 34 35 TEST_HARNESS_FILES.testing.mochitest.tests.dom.base.test.chrome += [ 36 "chrome/bug421622-referer.sjs", 37 "chrome/bug884693.sjs", 38 "chrome/nochrome_bug1346936.html", 39 "chrome/nochrome_bug1346936.js", 40 "chrome/nochrome_bug1346936.js^headers^", 41 "chrome/nochrome_bug765993.html", 42 "chrome/nochrome_bug765993.js", 43 "chrome/nochrome_bug765993.js^headers^", 44 ]