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 | |
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
-rw-r--r-- | devtools/shared/heapsnapshot/CensusUtils.js (renamed from dom/heapsnapshot/CensusUtils.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/DominatorTreeNode.js (renamed from dom/heapsnapshot/DominatorTreeNode.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/HeapAnalysesClient.js (renamed from dom/heapsnapshot/HeapAnalysesClient.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/HeapAnalysesWorker.js (renamed from dom/heapsnapshot/HeapAnalysesWorker.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js (renamed from dom/heapsnapshot/HeapSnapshotFileUtils.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/census-tree-node.js (renamed from dom/heapsnapshot/census-tree-node.js) | 0 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/moz.build | 15 | ||||
-rw-r--r-- | devtools/shared/heapsnapshot/shortest-paths.js (renamed from dom/heapsnapshot/shortest-paths.js) | 0 | ||||
-rw-r--r-- | devtools/shared/moz.build | 1 | ||||
-rw-r--r-- | dom/heapsnapshot/moz.build | 11 |
10 files changed, 16 insertions, 11 deletions
diff --git a/dom/heapsnapshot/CensusUtils.js b/devtools/shared/heapsnapshot/CensusUtils.js index 36bdd2d82..36bdd2d82 100644 --- a/dom/heapsnapshot/CensusUtils.js +++ b/devtools/shared/heapsnapshot/CensusUtils.js diff --git a/dom/heapsnapshot/DominatorTreeNode.js b/devtools/shared/heapsnapshot/DominatorTreeNode.js index 13a847fd0..13a847fd0 100644 --- a/dom/heapsnapshot/DominatorTreeNode.js +++ b/devtools/shared/heapsnapshot/DominatorTreeNode.js diff --git a/dom/heapsnapshot/HeapAnalysesClient.js b/devtools/shared/heapsnapshot/HeapAnalysesClient.js index 98601a2b1..98601a2b1 100644 --- a/dom/heapsnapshot/HeapAnalysesClient.js +++ b/devtools/shared/heapsnapshot/HeapAnalysesClient.js diff --git a/dom/heapsnapshot/HeapAnalysesWorker.js b/devtools/shared/heapsnapshot/HeapAnalysesWorker.js index d07d67f80..d07d67f80 100644 --- a/dom/heapsnapshot/HeapAnalysesWorker.js +++ b/devtools/shared/heapsnapshot/HeapAnalysesWorker.js diff --git a/dom/heapsnapshot/HeapSnapshotFileUtils.js b/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js index abd44fc30..abd44fc30 100644 --- a/dom/heapsnapshot/HeapSnapshotFileUtils.js +++ b/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js diff --git a/dom/heapsnapshot/census-tree-node.js b/devtools/shared/heapsnapshot/census-tree-node.js index b041e77f9..b041e77f9 100644 --- a/dom/heapsnapshot/census-tree-node.js +++ b/devtools/shared/heapsnapshot/census-tree-node.js 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', +) diff --git a/dom/heapsnapshot/shortest-paths.js b/devtools/shared/heapsnapshot/shortest-paths.js index 2d97b7de9..2d97b7de9 100644 --- a/dom/heapsnapshot/shortest-paths.js +++ b/devtools/shared/heapsnapshot/shortest-paths.js diff --git a/devtools/shared/moz.build b/devtools/shared/moz.build index 9dd4a20d6..e4de1d84a 100644 --- a/devtools/shared/moz.build +++ b/devtools/shared/moz.build @@ -14,6 +14,7 @@ DIRS += [ 'discovery', 'fronts', 'gcli', + 'heapsnapshot', 'inspector', 'jsbeautify', 'layout', diff --git a/dom/heapsnapshot/moz.build b/dom/heapsnapshot/moz.build index fa9ef3915..3fb6b0552 100644 --- a/dom/heapsnapshot/moz.build +++ b/dom/heapsnapshot/moz.build @@ -48,16 +48,5 @@ DEFINES['GOOGLE_PROTOBUF_NO_RTTI'] = True FINAL_LIBRARY = 'xul' -if CONFIG['MOZ_DEVTOOLS_SERVER']: - DevToolsModules( - 'census-tree-node.js', - 'CensusUtils.js', - 'DominatorTreeNode.js', - 'HeapAnalysesClient.js', - 'HeapAnalysesWorker.js', - 'HeapSnapshotFileUtils.js', - 'shortest-paths.js', - ) - if CONFIG['GNU_CXX']: CXXFLAGS += ['-Wno-error=shadow'] |