diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 17:32:39 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:50:57 +0200 |
commit | 36fc5f674ef1a02d1498484c563a7108f4de44ed (patch) | |
tree | 120483cd8fc0decd189d5118941a9b23d6156ad5 /dom/moz.build | |
parent | 7b30664f59e65cadb7d5eb2e42591e90a32871f8 (diff) | |
download | uxp-36fc5f674ef1a02d1498484c563a7108f4de44ed.tar.gz |
Reclassify heapsnapshot and nsJSInspector as not part of devtools
This resolves Issue #316
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/moz.build b/dom/moz.build index cfcf6f8655..89c539b4b1 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -55,6 +55,7 @@ DIRS += [ 'gamepad', 'geolocation', 'grid', + 'heapsnapshot', 'html', 'json', 'jsurl', |