moz.build (1071B)
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 TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += [ 8 "/docshell/test/chrome/docshell_helpers.js", 9 "AccessibilityUtils.js", 10 "ChromeTask.js", 11 "DragChildContextBase.sys.mjs", 12 "DragParentContextBase.sys.mjs", 13 "DragSourceChildContext.sys.mjs", 14 "DragSourceParentContext.sys.mjs", 15 "DragTargetChildContext.sys.mjs", 16 "DragTargetParentContext.sys.mjs", 17 "EventUtils.js", 18 "ExtensionTestUtils.js", 19 "GleanTest.js", 20 "iframe-between-tests.html", 21 "LogController.js", 22 "MemoryStats.js", 23 "MockObjects.js", 24 "MozillaLogger.js", 25 "NativeKeyCodes.js", 26 "paint_listener.js", 27 "setup.js", 28 "SimpleTest.js", 29 "test.css", 30 "TestRunner.js", 31 "WindowSnapshot.js", 32 "WorkerHandler.js", 33 "WorkerSimpleTest.js", 34 ]