@@ -42,14 +42,15 @@ SOURCES = {
42
42
'debug.cc' , 'debug-agent.cc' , 'disassembler.cc' , 'execution.cc' ,
43
43
'factory.cc' , 'flags.cc' , 'frame-element.cc' , 'frames.cc' ,
44
44
'func-name-inferrer.cc' , 'global-handles.cc' , 'handles.cc' ,
45
- 'hashmap.cc' , 'heap.cc' , 'ic.cc' , 'interpreter-irregexp.cc' ,
46
- 'jsregexp.cc' , 'jump-target.cc' , 'log.cc' , 'log-utils.cc' ,
47
- 'mark-compact.cc' , 'messages.cc' , 'objects.cc' , 'oprofile-agent.cc' ,
48
- 'parser.cc' , 'property.cc' , 'regexp-macro-assembler.cc' ,
49
- 'regexp-macro-assembler-irregexp.cc' , 'regexp-stack.cc' ,
50
- 'register-allocator.cc' , 'rewriter.cc' , 'runtime.cc' , 'scanner.cc' ,
51
- 'scopeinfo.cc' , 'scopes.cc' , 'serialize.cc' , 'snapshot-common.cc' ,
52
- 'spaces.cc' , 'string-stream.cc' , 'stub-cache.cc' , 'token.cc' , 'top.cc' ,
45
+ 'hashmap.cc' , 'heap.cc' , 'heap-profiler.cc' , 'ic.cc' ,
46
+ 'interpreter-irregexp.cc' , 'jsregexp.cc' , 'jump-target.cc' ,
47
+ 'log.cc' , 'log-utils.cc' , 'mark-compact.cc' , 'messages.cc' ,
48
+ 'objects.cc' , 'oprofile-agent.cc' , 'parser.cc' , 'property.cc' ,
49
+ 'regexp-macro-assembler.cc' , 'regexp-macro-assembler-irregexp.cc' ,
50
+ 'regexp-stack.cc' , 'register-allocator.cc' , 'rewriter.cc' ,
51
+ 'runtime.cc' , 'scanner.cc' , 'scopeinfo.cc' , 'scopes.cc' ,
52
+ 'serialize.cc' , 'snapshot-common.cc' , 'spaces.cc' ,
53
+ 'string-stream.cc' , 'stub-cache.cc' , 'token.cc' , 'top.cc' ,
53
54
'unicode.cc' , 'usage-analyzer.cc' , 'utils.cc' , 'v8-counters.cc' ,
54
55
'v8.cc' , 'v8threads.cc' , 'variables.cc' , 'version.cc' ,
55
56
'virtual-frame.cc' , 'zone.cc'
0 commit comments