moz.build 472 B

123456789101112131415
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  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. DevToolsModules(
  6. 'census-tree-node.js',
  7. 'CensusUtils.js',
  8. 'DominatorTreeNode.js',
  9. 'HeapAnalysesClient.js',
  10. 'HeapAnalysesWorker.js',
  11. 'HeapSnapshotFileUtils.js',
  12. 'shortest-paths.js',
  13. )