diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-23 10:38:36 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:53:46 +0200 |
commit | ba0011606d53b1f3fd00625b68aa3aa6e6f55332 (patch) | |
tree | 9020d762a3f2970287c9662cea7197d2ef328c1d /devtools/shared/heapsnapshot/moz.build | |
parent | ec2daa8dc96bfc275b1d13a7ac880940f506f71e (diff) | |
download | UXP-ba0011606d53b1f3fd00625b68aa3aa6e6f55332.tar UXP-ba0011606d53b1f3fd00625b68aa3aa6e6f55332.tar.gz UXP-ba0011606d53b1f3fd00625b68aa3aa6e6f55332.tar.lz UXP-ba0011606d53b1f3fd00625b68aa3aa6e6f55332.tar.xz UXP-ba0011606d53b1f3fd00625b68aa3aa6e6f55332.zip |
Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to DevTools
I am so done with this.
Resolves #316
Diffstat (limited to 'devtools/shared/heapsnapshot/moz.build')
-rw-r--r-- | devtools/shared/heapsnapshot/moz.build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/shared/heapsnapshot/moz.build b/devtools/shared/heapsnapshot/moz.build new file mode 100644 index 000000000..9a915e426 --- /dev/null +++ b/devtools/shared/heapsnapshot/moz.build @@ -0,0 +1,15 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DevToolsModules( + 'census-tree-node.js', + 'CensusUtils.js', + 'DominatorTreeNode.js', + 'HeapAnalysesClient.js', + 'HeapAnalysesWorker.js', + 'HeapSnapshotFileUtils.js', + 'shortest-paths.js', +) |