summaryrefslogtreecommitdiff
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, 7 insertions, 1 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index 05234ed147..22b8d01992 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -9,7 +9,6 @@ include('js-testing.mozbuild')
DIRS += [
'builtin',
- 'devtools',
]
if CONFIG['JS_BUNDLED_EDITLINE']:
@@ -22,6 +21,7 @@ if not CONFIG['JS_DISABLE_SHELL']:
DIRS += ['shell']
CONFIGURE_SUBST_FILES += [
+ 'devtools/rootAnalysis/Makefile',
'js-config',
'js.pc',
]
@@ -117,6 +117,7 @@ EXPORTS.js += [
]
SOURCES += [
+ 'devtools/sharkctl.cpp',
'ds/LifoAlloc.cpp',
'ds/MemoryProtectionExceptionHandler.cpp',
'frontend/BytecodeCompiler.cpp',
@@ -357,6 +358,11 @@ 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',