moz.build 575 B

12345678910111213141516171819202122232425
  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. DIRS += [
  5. 'tree-map',
  6. ]
  7. DevToolsModules(
  8. 'census-header.js',
  9. 'census-tree-item.js',
  10. 'census.js',
  11. 'dominator-tree-header.js',
  12. 'dominator-tree-item.js',
  13. 'dominator-tree.js',
  14. 'heap.js',
  15. 'individuals-header.js',
  16. 'individuals.js',
  17. 'list.js',
  18. 'shortest-paths.js',
  19. 'snapshot-list-item.js',
  20. 'toolbar.js',
  21. 'tree-map.js',
  22. )