| Index: src/SConscript
|
| ===================================================================
|
| --- src/SConscript (revision 1085)
|
| +++ src/SConscript (working copy)
|
| @@ -44,11 +44,11 @@
|
| 'interpreter-irregexp.cc', 'jsregexp.cc', 'log.cc', 'mark-compact.cc',
|
| 'messages.cc', 'objects.cc', 'parser.cc', 'property.cc',
|
| 'regexp-macro-assembler.cc', 'regexp-macro-assembler-irregexp.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', 'v8-counters.cc', 'v8.cc', 'v8threads.cc', 'variables.cc',
|
| - 'zone.cc'
|
| + 'regexp-stack.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', 'v8-counters.cc', 'v8.cc',
|
| + 'v8threads.cc', 'variables.cc', 'zone.cc'
|
| ],
|
| 'arch:arm': [
|
| 'assembler-arm.cc', 'builtins-arm.cc', 'codegen-arm.cc', 'cpu-arm.cc',
|
|
|