diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 17:32:39 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 17:32:39 -0500 |
commit | 4e2e9be6abed3225406b466099e397acc0f914d2 (patch) | |
tree | 023551018892b8e76ae80e63a08d9d6a27c21a77 /devtools/moz.build | |
parent | a7888b8cf20691a4090715ab9b055ec3cb75f5e8 (diff) | |
download | uxp-4e2e9be6abed3225406b466099e397acc0f914d2.tar.gz |
Reclassify heapsnapshot and nsJSInspector as not part of devtools
This resolves Issue #316
Diffstat (limited to 'devtools/moz.build')
-rw-r--r-- | devtools/moz.build | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/devtools/moz.build b/devtools/moz.build index e6bcdd00d0..e6cb86c374 100644 --- a/devtools/moz.build +++ b/devtools/moz.build @@ -4,20 +4,14 @@ # 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/. +DIRS += [ + 'server', + 'shared', +] + if CONFIG['MOZ_DEVTOOLS']: DIRS += ['client'] -if CONFIG['MOZ_DEVTOOLS_SERVER']: - DIRS += [ - 'server', - 'shared', - ] -else: - DIRS += [ - 'shared/heapsnapshot', - 'shared/jsinspector', - ] - # /browser uses DIST_SUBDIR. We opt-in to this treatment when building # DevTools for the browser to keep the root omni.ja slim for use by external XUL # apps. Mulet also uses this since it includes /browser. |