| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This file contains all sources (vm and tests) for the dart virtual machine. | 5 # This file contains all sources (vm and tests) for the dart virtual machine. |
| 6 # Unit test files need to have a '_test' suffix appended to the name. | 6 # Unit test files need to have a '_test' suffix appended to the name. |
| 7 { | 7 { |
| 8 'sources': [ | 8 'sources': [ |
| 9 'allocation.cc', | 9 'allocation.cc', |
| 10 'allocation.h', | 10 'allocation.h', |
| 11 'allocation_test.cc', | 11 'allocation_test.cc', |
| 12 'assembler.cc', | 12 'assembler.cc', |
| 13 'assembler.h', | 13 'assembler.h', |
| 14 'assembler_test.cc', | 14 'assembler_test.cc', |
| 15 'assembler_arm.cc', |
| 15 'assembler_arm.h', | 16 'assembler_arm.h', |
| 16 'assembler_ia32.cc', | 17 'assembler_ia32.cc', |
| 17 'assembler_ia32.h', | 18 'assembler_ia32.h', |
| 18 'assembler_ia32_test.cc', | 19 'assembler_ia32_test.cc', |
| 19 'assembler_macros.h', | 20 'assembler_macros.h', |
| 21 'assembler_macros_arm.cc', |
| 22 'assembler_macros_arm.h', |
| 20 'assembler_macros_ia32.cc', | 23 'assembler_macros_ia32.cc', |
| 21 'assembler_macros_ia32.h', | 24 'assembler_macros_ia32.h', |
| 22 'assembler_macros_x64.cc', | 25 'assembler_macros_x64.cc', |
| 23 'assembler_macros_x64.h', | 26 'assembler_macros_x64.h', |
| 24 'assembler_x64.cc', | 27 'assembler_x64.cc', |
| 25 'assembler_x64.h', | 28 'assembler_x64.h', |
| 26 'assembler_x64_test.cc', | 29 'assembler_x64_test.cc', |
| 27 'assert_test.cc', | 30 'assert_test.cc', |
| 28 'ast.cc', | 31 'ast.cc', |
| 29 'ast.h', | 32 'ast.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'flags_test.cc', | 128 'flags_test.cc', |
| 126 'flow_graph.cc', | 129 'flow_graph.cc', |
| 127 'flow_graph.h', | 130 'flow_graph.h', |
| 128 'flow_graph_allocator.cc', | 131 'flow_graph_allocator.cc', |
| 129 'flow_graph_allocator.h', | 132 'flow_graph_allocator.h', |
| 130 'flow_graph_builder.cc', | 133 'flow_graph_builder.cc', |
| 131 'flow_graph_builder.h', | 134 'flow_graph_builder.h', |
| 132 'flow_graph_compiler.cc', | 135 'flow_graph_compiler.cc', |
| 133 'flow_graph_compiler.h', | 136 'flow_graph_compiler.h', |
| 134 'flow_graph_compiler_arm.cc', | 137 'flow_graph_compiler_arm.cc', |
| 135 'flow_graph_compiler_arm.h', | |
| 136 'flow_graph_compiler_ia32.cc', | 138 'flow_graph_compiler_ia32.cc', |
| 137 'flow_graph_compiler_ia32.h', | |
| 138 'flow_graph_compiler_x64.cc', | 139 'flow_graph_compiler_x64.cc', |
| 139 'flow_graph_compiler_x64.h', | |
| 140 'flow_graph_inliner.cc', | 140 'flow_graph_inliner.cc', |
| 141 'flow_graph_inliner.h', | 141 'flow_graph_inliner.h', |
| 142 'flow_graph_optimizer.cc', | 142 'flow_graph_optimizer.cc', |
| 143 'flow_graph_optimizer.h', | 143 'flow_graph_optimizer.h', |
| 144 'freelist.cc', | 144 'freelist.cc', |
| 145 'freelist.h', | 145 'freelist.h', |
| 146 'freelist_test.cc', | 146 'freelist_test.cc', |
| 147 'gc_marker.cc', | 147 'gc_marker.cc', |
| 148 'gc_marker.h', | 148 'gc_marker.h', |
| 149 'gc_sweeper.cc', | 149 'gc_sweeper.cc', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 167 'heap_profiler.cc', | 167 'heap_profiler.cc', |
| 168 'heap_profiler.h', | 168 'heap_profiler.h', |
| 169 'heap_profiler_test.cc', | 169 'heap_profiler_test.cc', |
| 170 'heap_test.cc', | 170 'heap_test.cc', |
| 171 'heap_trace.cc', | 171 'heap_trace.cc', |
| 172 'heap_trace.h', | 172 'heap_trace.h', |
| 173 'heap_trace_test.cc', | 173 'heap_trace_test.cc', |
| 174 'il_printer.cc', | 174 'il_printer.cc', |
| 175 'il_printer.h', | 175 'il_printer.h', |
| 176 'instructions.h', | 176 'instructions.h', |
| 177 'instructions_arm.cc', |
| 178 'instructions_arm.h', |
| 177 'instructions_ia32.cc', | 179 'instructions_ia32.cc', |
| 178 'instructions_ia32.h', | 180 'instructions_ia32.h', |
| 179 'instructions_ia32_test.cc', | 181 'instructions_ia32_test.cc', |
| 180 'instructions_x64.cc', | 182 'instructions_x64.cc', |
| 181 'instructions_x64.h', | 183 'instructions_x64.h', |
| 182 'instructions_x64_test.cc', | 184 'instructions_x64_test.cc', |
| 183 'intermediate_language.cc', | 185 'intermediate_language.cc', |
| 184 'intermediate_language.h', | 186 'intermediate_language.h', |
| 187 'intermediate_language_arm.cc', |
| 185 'intermediate_language_ia32.cc', | 188 'intermediate_language_ia32.cc', |
| 186 'intermediate_language_x64.cc', | 189 'intermediate_language_x64.cc', |
| 187 'intermediate_language_test.cc', | 190 'intermediate_language_test.cc', |
| 188 'intrinsifier.h', | 191 'intrinsifier.h', |
| 189 'intrinsifier.cc', | 192 'intrinsifier.cc', |
| 190 'intrinsifier_arm.cc', | 193 'intrinsifier_arm.cc', |
| 191 'intrinsifier_ia32.cc', | 194 'intrinsifier_ia32.cc', |
| 192 'intrinsifier_x64.cc', | 195 'intrinsifier_x64.cc', |
| 193 'isolate.cc', | 196 'isolate.cc', |
| 194 'isolate.h', | 197 'isolate.h', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'verifier.cc', | 311 'verifier.cc', |
| 309 'verifier.h', | 312 'verifier.h', |
| 310 'visitor.h', | 313 'visitor.h', |
| 311 'vtune.cc', | 314 'vtune.cc', |
| 312 'vtune.h', | 315 'vtune.h', |
| 313 'zone.cc', | 316 'zone.cc', |
| 314 'zone.h', | 317 'zone.h', |
| 315 'zone_test.cc', | 318 'zone_test.cc', |
| 316 ], | 319 ], |
| 317 } | 320 } |
| OLD | NEW |