| OLD | NEW |
| 1 # Copyright (c) 2013, 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', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'message_handler.h', | 233 'message_handler.h', |
| 234 'message_handler_test.cc', | 234 'message_handler_test.cc', |
| 235 'message_test.cc', | 235 'message_test.cc', |
| 236 'native_arguments.h', | 236 'native_arguments.h', |
| 237 'native_entry.cc', | 237 'native_entry.cc', |
| 238 'native_entry.h', | 238 'native_entry.h', |
| 239 'native_entry_test.cc', | 239 'native_entry_test.cc', |
| 240 'native_entry_test.h', | 240 'native_entry_test.h', |
| 241 'native_message_handler.cc', | 241 'native_message_handler.cc', |
| 242 'native_message_handler.h', | 242 'native_message_handler.h', |
| 243 'native_symbol.cc', |
| 244 'native_symbol.h', |
| 245 'native_symbol_test.cc', |
| 243 'object.cc', | 246 'object.cc', |
| 244 'object.h', | 247 'object.h', |
| 245 'object_arm_test.cc', | 248 'object_arm_test.cc', |
| 246 'object_ia32_test.cc', | 249 'object_ia32_test.cc', |
| 247 'object_id_ring.cc', | 250 'object_id_ring.cc', |
| 248 'object_id_ring.h', | 251 'object_id_ring.h', |
| 249 'object_id_ring_test.cc', | 252 'object_id_ring_test.cc', |
| 250 'object_mips_test.cc', | 253 'object_mips_test.cc', |
| 251 'object_store.cc', | 254 'object_store.cc', |
| 252 'object_store.h', | 255 'object_store.h', |
| 253 'object_store_test.cc', | 256 'object_store_test.cc', |
| 254 'object_test.cc', | 257 'object_test.cc', |
| 255 'object_x64_test.cc', | 258 'object_x64_test.cc', |
| 256 'os.h', | 259 'os.h', |
| 257 'os_android.cc', | 260 'os_android.cc', |
| 258 'os_linux.cc', | 261 'os_linux.cc', |
| 259 'os_macos.cc', | 262 'os_macos.cc', |
| 260 'os_test.cc', | 263 'os_test.cc', |
| 261 'os_win.cc', | 264 'os_win.cc', |
| 262 'pages.cc', | 265 'pages.cc', |
| 263 'pages.h', | 266 'pages.h', |
| 264 'pages_test.cc', | 267 'pages_test.cc', |
| 265 'parser.cc', | 268 'parser.cc', |
| 266 'parser.h', | 269 'parser.h', |
| 267 'parser_test.cc', | 270 'parser_test.cc', |
| 268 'port.cc', | 271 'port.cc', |
| 269 'port.h', | 272 'port.h', |
| 270 'port_test.cc', | 273 'port_test.cc', |
| 274 'profiler.cc', |
| 275 'profiler.h', |
| 276 'profiler_test.cc', |
| 271 'raw_object.cc', | 277 'raw_object.cc', |
| 272 'raw_object.h', | 278 'raw_object.h', |
| 273 'raw_object_snapshot.cc', | 279 'raw_object_snapshot.cc', |
| 274 'resolver.cc', | 280 'resolver.cc', |
| 275 'resolver.h', | 281 'resolver.h', |
| 276 'resolver_test.cc', | 282 'resolver_test.cc', |
| 277 'reusable_handles.h', | 283 'reusable_handles.h', |
| 278 'runtime_entry.h', | 284 'runtime_entry.h', |
| 279 'runtime_entry_arm.cc', | 285 'runtime_entry_arm.cc', |
| 280 'runtime_entry_ia32.cc', | 286 'runtime_entry_ia32.cc', |
| 281 'runtime_entry_mips.cc', | 287 'runtime_entry_mips.cc', |
| 282 'runtime_entry_test.cc', | 288 'runtime_entry_test.cc', |
| 283 'runtime_entry_x64.cc', | 289 'runtime_entry_x64.cc', |
| 284 'scanner.cc', | 290 'scanner.cc', |
| 285 'scanner.h', | 291 'scanner.h', |
| 286 'scanner_test.cc', | 292 'scanner_test.cc', |
| 287 'scavenger.cc', | 293 'scavenger.cc', |
| 288 'scavenger.h', | 294 'scavenger.h', |
| 289 'scopes.cc', | 295 'scopes.cc', |
| 290 'scopes.h', | 296 'scopes.h', |
| 291 'scopes_test.cc', | 297 'scopes_test.cc', |
| 292 'service.cc', | 298 'service.cc', |
| 293 'service.h', | 299 'service.h', |
| 300 'signal_handler.cc', |
| 301 'signal_handler.h', |
| 294 'simulator.h', | 302 'simulator.h', |
| 295 'simulator_arm.cc', | 303 'simulator_arm.cc', |
| 296 'simulator_arm.h', | 304 'simulator_arm.h', |
| 297 'simulator_mips.cc', | 305 'simulator_mips.cc', |
| 298 'simulator_mips.h', | 306 'simulator_mips.h', |
| 299 'snapshot.cc', | 307 'snapshot.cc', |
| 300 'snapshot.h', | 308 'snapshot.h', |
| 301 'snapshot_ids.h', | 309 'snapshot_ids.h', |
| 302 'snapshot_test.cc', | 310 'snapshot_test.cc', |
| 303 'stack_frame.cc', | 311 'stack_frame.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'visitor.h', | 357 'visitor.h', |
| 350 'vtune.cc', | 358 'vtune.cc', |
| 351 'vtune.h', | 359 'vtune.h', |
| 352 'weak_table.cc', | 360 'weak_table.cc', |
| 353 'weak_table.h', | 361 'weak_table.h', |
| 354 'zone.cc', | 362 'zone.cc', |
| 355 'zone.h', | 363 'zone.h', |
| 356 'zone_test.cc', | 364 'zone_test.cc', |
| 357 ], | 365 ], |
| 358 } | 366 } |
| OLD | NEW |