From 821cba01be487c74753a6e729bfe3331d5117aae Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 5 Sep 2022 13:23:16 +0000 Subject: Revert "Issue #1676 - Part 9: Move DIRS down in js/src/moz.build" --- js/src/moz.build | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/js/src/moz.build b/js/src/moz.build index ac8e3165a4..35a7eaa0a0 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -7,6 +7,22 @@ include('js-config.mozbuild') include('js-cxxflags.mozbuild') include('js-testing.mozbuild') +DIRS += [ + 'builtin', + 'devtools', + 'ds', + 'frontend', +] + +if CONFIG['JS_BUNDLED_EDITLINE']: + DIRS += ['editline'] + +if CONFIG['JS_NEW_REGEXP']: + DIRS += ['new-regexp'] + +if not CONFIG['JS_DISABLE_SHELL']: + DIRS += ['shell'] + CONFIGURE_SUBST_FILES += [ 'js-config', 'js.pc', @@ -102,22 +118,6 @@ EXPORTS.js += [ '../public/WeakMapPtr.h', ] -DIRS += [ - 'builtin', - 'devtools', - 'ds', - 'frontend', -] - -if CONFIG['JS_BUNDLED_EDITLINE']: - DIRS += ['editline'] - -if CONFIG['JS_NEW_REGEXP']: - DIRS += ['new-regexp'] - -if not CONFIG['JS_DISABLE_SHELL']: - DIRS += ['shell'] - SOURCES += [ 'gc/Allocator.cpp', 'gc/Barrier.cpp', -- cgit v1.2.3