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.build28
1 files changed, 13 insertions, 15 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index bcf768065..f3552db1c 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -7,21 +7,6 @@ include('js-config.mozbuild')
include('js-cxxflags.mozbuild')
include('js-testing.mozbuild')
-FILES_PER_UNIFIED_FILE = 6
-
-DIRS += [
- 'builtin',
- 'devtools',
- 'ds',
- 'frontend',
-]
-
-if CONFIG['JS_BUNDLED_EDITLINE']:
- DIRS += ['editline']
-
-if not CONFIG['JS_DISABLE_SHELL']:
- DIRS += ['shell']
-
CONFIGURE_SUBST_FILES += [
'js-config',
'js.pc',
@@ -117,6 +102,19 @@ EXPORTS.js += [
'../public/WeakMapPtr.h',
]
+DIRS += [
+ 'builtin',
+ 'devtools',
+ 'ds',
+ 'frontend',
+]
+
+if CONFIG['JS_BUNDLED_EDITLINE']:
+ DIRS += ['editline']
+
+if not CONFIG['JS_DISABLE_SHELL']:
+ DIRS += ['shell']
+
SOURCES += [
'gc/Allocator.cpp',
'gc/Barrier.cpp',