Index: src/SConscript |
=================================================================== |
--- src/SConscript (revision 1399) |
+++ src/SConscript (working copy) |
@@ -39,11 +39,11 @@ |
'bootstrapper.cc', 'builtins.cc', 'checks.cc', 'code-stubs.cc', |
'codegen.cc', 'compilation-cache.cc', 'compiler.cc', 'contexts.cc', |
'conversions.cc', 'counters.cc', 'dateparser.cc', 'debug.cc', |
- 'disassembler.cc', 'execution.cc', 'factory.cc', 'flags.cc', |
- 'frames.cc', 'global-handles.cc', 'handles.cc', 'hashmap.cc', 'heap.cc', |
- 'ic.cc', 'interpreter-irregexp.cc', 'jsregexp.cc', 'jump-target.cc', |
- 'log.cc', 'mark-compact.cc', 'messages.cc', 'objects.cc', 'parser.cc', |
- 'property.cc', 'regexp-macro-assembler.cc', |
+ 'debug-agent.cc', 'disassembler.cc', 'execution.cc', 'factory.cc', |
+ 'flags.cc', 'frames.cc', 'global-handles.cc', 'handles.cc', 'hashmap.cc', |
+ 'heap.cc', 'ic.cc', 'interpreter-irregexp.cc', 'jsregexp.cc', |
+ 'jump-target.cc', 'log.cc', 'mark-compact.cc', 'messages.cc', 'objects.cc', |
+ 'parser.cc', 'property.cc', 'regexp-macro-assembler.cc', |
'regexp-macro-assembler-irregexp.cc', 'regexp-stack.cc', |
'register-allocator.cc', 'rewriter.cc', 'runtime.cc', 'scanner.cc', |
'scopeinfo.cc', 'scopes.cc', 'serialize.cc', 'snapshot-common.cc', |