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/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/moz.build')
-rw-r--r-- | devtools/shared/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
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', |