mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Revert "Issue #1676 - Part 9: Move DIRS down in js/src/moz.build"
This commit is contained in:
parent
8da86488ea
commit
28392d5dca
1 changed files with 16 additions and 16 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue