From 3d9bf5d7a32eb7076ad4e1782ca677981efff150 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 4 Nov 2020 13:05:19 -0500 Subject: Issue #1676 - Part 11: Split irregexp sources out of js/src/moz.build --- js/src/moz.build | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'js/src/moz.build') diff --git a/js/src/moz.build b/js/src/moz.build index 7797670c89..363bb4263f 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -108,6 +108,7 @@ DIRS += [ 'ds', 'frontend', 'gc', + 'irregexp', ] if CONFIG['JS_BUNDLED_EDITLINE']: @@ -117,14 +118,6 @@ 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', -- cgit v1.2.3