From 957f19d2bd52e193882e098a529dddc326e63a44 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 3 Nov 2020 19:08:56 -0500 Subject: Issue #1676 - Part 9: Move DIRS down in js/src/moz.build --- js/src/moz.build | 28 +++++++++++++--------------- 1 file 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', -- cgit v1.2.3