moz.build (520B)
1 # vim: set filetype=python: 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 DIRS += [ 7 "message-types", 8 ] 9 10 DevToolsModules( 11 "CollapseButton.js", 12 "ConsoleOutput.js", 13 "ConsoleTable.js", 14 "GripMessageBody.js", 15 "LazyMessageList.js", 16 "Message.js", 17 "MessageContainer.js", 18 "MessageIcon.js", 19 "MessageIndent.js", 20 "MessageRepeat.js", 21 )