moz.build (520B)
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 DevToolsModules( 8 "debounce.js", 9 "ignore.js", 10 "log.js", 11 "performance-marker.js", 12 "promise.js", 13 "task.js", 14 "thunk.js", 15 "wait-service.js", 16 ) 17 18 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]