moz.build (470B)
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 "audit", 7 ] 8 9 DevToolsModules( 10 "accessibility.js", 11 "accessible.js", 12 "constants.js", 13 "parent-accessibility.js", 14 "simulator.js", 15 "walker.js", 16 "worker.js", 17 ) 18 19 with Files("**"): 20 BUG_COMPONENT = ("DevTools", "Accessibility Tools")