moz.build (590B)
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 "tree-map", 8 ] 9 10 DevToolsModules( 11 "Census.js", 12 "CensusHeader.js", 13 "CensusTreeItem.js", 14 "DominatorTree.js", 15 "DominatorTreeHeader.js", 16 "DominatorTreeItem.js", 17 "Heap.js", 18 "Individuals.js", 19 "IndividualsHeader.js", 20 "List.js", 21 "ShortestPaths.js", 22 "SnapshotListItem.js", 23 "Toolbar.js", 24 "TreeMap.js", 25 )