moz.build (567B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 DIRS += [ 6 "commands", 7 ] 8 9 DevToolsModules( 10 "adb-addon.js", 11 "adb-binary.js", 12 "adb-client.js", 13 "adb-device.js", 14 "adb-process.js", 15 "adb-running-checker.js", 16 "adb-runtime.js", 17 "adb-socket.js", 18 "adb.js", 19 ) 20 21 with Files("**"): 22 BUG_COMPONENT = ("DevTools", "about:debugging") 23 24 XPCSHELL_TESTS_MANIFESTS += ["xpcshell/xpcshell.toml"]