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.build9
1 files changed, 8 insertions, 1 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index 68fbaabb15..f83f141964 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -108,7 +108,6 @@ DIRS += [
'ds',
'frontend',
'gc',
- 'irregexp',
]
if CONFIG['JS_BUNDLED_EDITLINE']:
@@ -121,6 +120,14 @@ if not CONFIG['JS_DISABLE_SHELL']:
DIRS += ['shell']
SOURCES += [
+ 'irregexp/NativeRegExpMacroAssembler.cpp',
+ 'irregexp/RegExpAST.cpp',
+ 'irregexp/RegExpCharacters.cpp',
+ 'irregexp/RegExpEngine.cpp',
+ 'irregexp/RegExpInterpreter.cpp',
+ 'irregexp/RegExpMacroAssembler.cpp',
+ 'irregexp/RegExpParser.cpp',
+ 'irregexp/RegExpStack.cpp',
'jit/AliasAnalysis.cpp',
'jit/AliasAnalysisShared.cpp',
'jit/AlignmentMaskAnalysis.cpp',