moz.build (785B)
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 DIRS += [ 8 "utils", 9 "css", 10 ] 11 12 DevToolsModules( 13 "accessible.js", 14 "auto-refresh.js", 15 "box-model.js", 16 "css-grid.js", 17 "css-transform.js", 18 "eye-dropper.js", 19 "flexbox.js", 20 "fonts.js", 21 "geometry-editor.js", 22 "measuring-tool.js", 23 "node-tabbing-order.js", 24 "paused-debugger.js", 25 "remote-node-picker-notice.js", 26 "rulers.js", 27 "selector.js", 28 "shapes.js", 29 "tabbing-order.js", 30 "viewport-size-on-resize.js", 31 "viewport-size.js", 32 )