summaryrefslogtreecommitdiffstats
path: root/js/src/regexp/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/regexp/moz.build')
-rw-r--r--js/src/regexp/moz.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/src/regexp/moz.build b/js/src/regexp/moz.build
index f8fc99921..1ef280b7f 100644
--- a/js/src/regexp/moz.build
+++ b/js/src/regexp/moz.build
@@ -23,9 +23,14 @@ SOURCES += [
'regexp-macro-assembler-tracer.cc',
'regexp-macro-assembler.cc',
'regexp-parser.cc',
+ 'regexp-shim.cc',
'regexp-stack.cc',
+ 'util/unicode.cc'
]
if CONFIG['ENABLE_INTL_API']:
CXXFLAGS += ['-DV8_INTL_SUPPORT']
- SOURCES += ['property-sequences.cc'] \ No newline at end of file
+ SOURCES += [
+ 'property-sequences.cc',
+ 'special-case.cc'
+ ] \ No newline at end of file