diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-23 10:38:36 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-23 10:38:36 -0500 |
commit | e9ee12c988d80f847f8163c0873db9639b3fa8f4 (patch) | |
tree | bfdafa6113c70bfa2afe0f56bcde0953f69ebbe2 /devtools/shared/moz.build | |
parent | e9360fae1307575a255bb354efb807eb71e9369a (diff) | |
download | UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.gz UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.lz UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.xz UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.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', |