summaryrefslogtreecommitdiffstats
path: root/js/src/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/moz.build')
-rw-r--r--js/src/moz.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index 67b25470c..8c22ce71d 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -11,6 +11,7 @@ FILES_PER_UNIFIED_FILE = 6
DIRS += [
'builtin',
+ 'devtools',
]
if CONFIG['JS_BUNDLED_EDITLINE']:
@@ -20,7 +21,6 @@ if not CONFIG['JS_DISABLE_SHELL']:
DIRS += ['shell']
CONFIGURE_SUBST_FILES += [
- 'devtools/rootAnalysis/Makefile',
'js-config',
'js.pc',
]
@@ -116,7 +116,6 @@ EXPORTS.js += [
]
SOURCES += [
- 'devtools/sharkctl.cpp',
'ds/LifoAlloc.cpp',
'ds/MemoryProtectionExceptionHandler.cpp',
'frontend/BytecodeCompiler.cpp',
@@ -357,11 +356,6 @@ if CONFIG['JS_POSIX_NSPR']:
'vm/PosixNSPR.cpp',
]
-if CONFIG['MOZ_INSTRUMENTS']:
- SOURCES += [
- 'devtools/Instruments.cpp',
- ]
-
if CONFIG['ENABLE_TRACE_LOGGING']:
SOURCES += [
'vm/TraceLogging.cpp',