Reclassify heapsnapshot and nsJSInspector as not part of devtools

This resolves Issue #316
This commit is contained in:
Matt A. Tobin
2020-02-22 17:32:39 -05:00
parent a7888b8cf2
commit 4e2e9be6ab
142 changed files with 19 additions and 15 deletions
+5 -11
View File
@@ -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.
-2
View File
@@ -14,10 +14,8 @@ DIRS += [
'discovery',
'fronts',
'gcli',
'heapsnapshot',
'inspector',
'jsbeautify',
'jsinspector',
'layout',
'locales',
'node-properties',

Some files were not shown because too many files have changed in this diff Show More