Chromium Code Reviews| Index: regexp2000/src/SConscript |
| diff --git a/regexp2000/src/SConscript b/regexp2000/src/SConscript |
| index 2115d17184649dde5d16b22312efc1457b21a07e..2631fb6d3ee5b9b2e8218dc46215f6d82f0b6ab5 100644 |
| --- a/regexp2000/src/SConscript |
| +++ b/regexp2000/src/SConscript |
| @@ -43,7 +43,9 @@ SOURCES = { |
| 'factory.cc', 'flags.cc', 'frames.cc', 'global-handles.cc', 'handles.cc', |
| 'hashmap.cc', 'heap.cc', 'ic.cc', 'interpreter-re2k.cc', 'jsregexp.cc', |
| 'log.cc', 'mark-compact.cc', 'messages.cc', 'objects.cc', 'parser.cc', |
| - 'property.cc', 'regexp-macro-assembler-re2k.cc', 'rewriter.cc', |
| + 'property.cc', 'regexp-macro-assembler.cc', |
|
Erik Corry
2008/11/21 13:03:04
Please reformat.
Lasse Reichstein
2008/11/24 08:32:33
Done.
Wouldn't it be easier to maintain if the fil
|
| + 'regexp-macro-assembler-ia32.cc', 'regexp-macro-assembler-re2k.cc', |
| + 'rewriter.cc', |
| 'runtime.cc', 'scanner.cc', 'scopeinfo.cc', 'scopes.cc', 'serialize.cc', |
| 'snapshot-common.cc', 'spaces.cc', 'string-stream.cc', 'stub-cache.cc', |
| 'token.cc', 'top.cc', 'unicode.cc', 'usage-analyzer.cc', 'utils.cc', |