| 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 25 matching lines...) Expand all Loading... |
| 36 'ast.cc', | 36 'ast.cc', |
| 37 'ast.h', | 37 'ast.h', |
| 38 'ast_printer.cc', | 38 'ast_printer.cc', |
| 39 'ast_printer.h', | 39 'ast_printer.h', |
| 40 'ast_printer_test.cc', | 40 'ast_printer_test.cc', |
| 41 'ast_test.cc', | 41 'ast_test.cc', |
| 42 'ast_transformer.cc', | 42 'ast_transformer.cc', |
| 43 'ast_transformer.h', | 43 'ast_transformer.h', |
| 44 'atomic.h', | 44 'atomic.h', |
| 45 'atomic_android.h', | 45 'atomic_android.h', |
| 46 'atomic_fuchsia.h', |
| 46 'atomic_linux.h', | 47 'atomic_linux.h', |
| 47 'atomic_macos.h', | 48 'atomic_macos.h', |
| 48 'atomic_simulator.h', | 49 'atomic_simulator.h', |
| 49 'atomic_test.cc', | 50 'atomic_test.cc', |
| 50 'atomic_win.h', | 51 'atomic_win.h', |
| 51 'base_isolate.h', | 52 'base_isolate.h', |
| 52 'become.h', | 53 'become.h', |
| 53 'become.cc', | 54 'become.cc', |
| 54 'benchmark_test.cc', | 55 'benchmark_test.cc', |
| 55 'benchmark_test.h', | 56 'benchmark_test.h', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'cpu_arm64.cc', | 121 'cpu_arm64.cc', |
| 121 'cpu_dbc.cc', | 122 'cpu_dbc.cc', |
| 122 'cpu_ia32.cc', | 123 'cpu_ia32.cc', |
| 123 'cpu_mips.cc', | 124 'cpu_mips.cc', |
| 124 'cpu_test.cc', | 125 'cpu_test.cc', |
| 125 'cpu_x64.cc', | 126 'cpu_x64.cc', |
| 126 'cpuid.h', | 127 'cpuid.h', |
| 127 'cpuid.cc', | 128 'cpuid.cc', |
| 128 'cpuinfo.h', | 129 'cpuinfo.h', |
| 129 'cpuinfo_android.cc', | 130 'cpuinfo_android.cc', |
| 131 'cpuinfo_fuchsia.cc', |
| 130 'cpuinfo_linux.cc', | 132 'cpuinfo_linux.cc', |
| 131 'cpuinfo_macos.cc', | 133 'cpuinfo_macos.cc', |
| 132 'cpuinfo_test.cc', | 134 'cpuinfo_test.cc', |
| 133 'cpuinfo_win.cc', | 135 'cpuinfo_win.cc', |
| 134 'custom_isolate_test.cc', | 136 'custom_isolate_test.cc', |
| 135 'dart.cc', | 137 'dart.cc', |
| 136 'dart.h', | 138 'dart.h', |
| 137 'dart_api_impl.h', | 139 'dart_api_impl.h', |
| 138 'dart_api_impl_test.cc', | 140 'dart_api_impl_test.cc', |
| 139 'dart_api_message.cc', | 141 'dart_api_message.cc', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'metrics_test.cc', | 302 'metrics_test.cc', |
| 301 'native_arguments.h', | 303 'native_arguments.h', |
| 302 'native_entry.cc', | 304 'native_entry.cc', |
| 303 'native_entry.h', | 305 'native_entry.h', |
| 304 'native_entry_test.cc', | 306 'native_entry_test.cc', |
| 305 'native_entry_test.h', | 307 'native_entry_test.h', |
| 306 'native_message_handler.cc', | 308 'native_message_handler.cc', |
| 307 'native_message_handler.h', | 309 'native_message_handler.h', |
| 308 'native_symbol.h', | 310 'native_symbol.h', |
| 309 'native_symbol_android.cc', | 311 'native_symbol_android.cc', |
| 312 'native_symbol_fuchsia.cc', |
| 310 'native_symbol_linux.cc', | 313 'native_symbol_linux.cc', |
| 311 'native_symbol_macos.cc', | 314 'native_symbol_macos.cc', |
| 312 'native_symbol_win.cc', | 315 'native_symbol_win.cc', |
| 313 'object.cc', | 316 'object.cc', |
| 314 'object.h', | 317 'object.h', |
| 315 'object_arm_test.cc', | 318 'object_arm_test.cc', |
| 316 'object_arm64_test.cc', | 319 'object_arm64_test.cc', |
| 317 'object_dbc_test.cc', | 320 'object_dbc_test.cc', |
| 318 'object_graph.cc', | 321 'object_graph.cc', |
| 319 'object_graph.h', | 322 'object_graph.h', |
| 320 'object_graph_test.cc', | 323 'object_graph_test.cc', |
| 321 'object_ia32_test.cc', | 324 'object_ia32_test.cc', |
| 322 'object_id_ring.cc', | 325 'object_id_ring.cc', |
| 323 'object_id_ring.h', | 326 'object_id_ring.h', |
| 324 'object_id_ring_test.cc', | 327 'object_id_ring_test.cc', |
| 325 'object_mips_test.cc', | 328 'object_mips_test.cc', |
| 326 'object_reload.cc', | 329 'object_reload.cc', |
| 327 'object_service.cc', | 330 'object_service.cc', |
| 328 'object_set.h', | 331 'object_set.h', |
| 329 'object_store.cc', | 332 'object_store.cc', |
| 330 'object_store.h', | 333 'object_store.h', |
| 331 'object_store_test.cc', | 334 'object_store_test.cc', |
| 332 'object_test.cc', | 335 'object_test.cc', |
| 333 'object_x64_test.cc', | 336 'object_x64_test.cc', |
| 334 'os.h', | 337 'os.h', |
| 335 'os_android.cc', | 338 'os_android.cc', |
| 339 'os_fuchsia.cc', |
| 336 'os_linux.cc', | 340 'os_linux.cc', |
| 337 'os_macos.cc', | 341 'os_macos.cc', |
| 338 'os_test.cc', | 342 'os_test.cc', |
| 339 'os_thread.cc', | 343 'os_thread.cc', |
| 340 'os_thread.h', | 344 'os_thread.h', |
| 341 'os_thread_android.cc', | 345 'os_thread_android.cc', |
| 342 'os_thread_android.h', | 346 'os_thread_android.h', |
| 347 'os_thread_fuchsia.cc', |
| 348 'os_thread_fuchsia.h', |
| 343 'os_thread_linux.cc', | 349 'os_thread_linux.cc', |
| 344 'os_thread_linux.h', | 350 'os_thread_linux.h', |
| 345 'os_thread_macos.cc', | 351 'os_thread_macos.cc', |
| 346 'os_thread_macos.h', | 352 'os_thread_macos.h', |
| 347 'os_thread_win.cc', | 353 'os_thread_win.cc', |
| 348 'os_thread_win.h', | 354 'os_thread_win.h', |
| 349 'os_win.cc', | 355 'os_win.cc', |
| 350 'pages.cc', | 356 'pages.cc', |
| 351 'pages.h', | 357 'pages.h', |
| 352 'pages_test.cc', | 358 'pages_test.cc', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'scopes.h', | 425 'scopes.h', |
| 420 'scopes_test.cc', | 426 'scopes_test.cc', |
| 421 'service.cc', | 427 'service.cc', |
| 422 'service.h', | 428 'service.h', |
| 423 'service_event.cc', | 429 'service_event.cc', |
| 424 'service_event.h', | 430 'service_event.h', |
| 425 'service_isolate.cc', | 431 'service_isolate.cc', |
| 426 'service_isolate.h', | 432 'service_isolate.h', |
| 427 'service_test.cc', | 433 'service_test.cc', |
| 428 'signal_handler_android.cc', | 434 'signal_handler_android.cc', |
| 435 'signal_handler_fuchsia.cc', |
| 429 'signal_handler_linux.cc', | 436 'signal_handler_linux.cc', |
| 430 'signal_handler_macos.cc', | 437 'signal_handler_macos.cc', |
| 431 'signal_handler_win.cc', | 438 'signal_handler_win.cc', |
| 432 'signal_handler.h', | 439 'signal_handler.h', |
| 433 'simulator.h', | 440 'simulator.h', |
| 434 'simulator_arm.cc', | 441 'simulator_arm.cc', |
| 435 'simulator_arm.h', | 442 'simulator_arm.h', |
| 436 'simulator_arm64.cc', | 443 'simulator_arm64.cc', |
| 437 'simulator_arm64.h', | 444 'simulator_arm64.h', |
| 438 'simulator_dbc.cc', | 445 'simulator_dbc.cc', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'symbols.h', | 481 'symbols.h', |
| 475 'tags.cc', | 482 'tags.cc', |
| 476 'tags.h', | 483 'tags.h', |
| 477 'thread.cc', | 484 'thread.cc', |
| 478 'thread.h', | 485 'thread.h', |
| 479 'thread_barrier.h', | 486 'thread_barrier.h', |
| 480 'thread_barrier_test.cc', | 487 'thread_barrier_test.cc', |
| 481 'thread_interrupter.cc', | 488 'thread_interrupter.cc', |
| 482 'thread_interrupter.h', | 489 'thread_interrupter.h', |
| 483 'thread_interrupter_android.cc', | 490 'thread_interrupter_android.cc', |
| 491 'thread_interrupter_fuchsia.cc', |
| 484 'thread_interrupter_linux.cc', | 492 'thread_interrupter_linux.cc', |
| 485 'thread_interrupter_macos.cc', | 493 'thread_interrupter_macos.cc', |
| 486 'thread_interrupter_win.cc', | 494 'thread_interrupter_win.cc', |
| 487 'thread_pool.cc', | 495 'thread_pool.cc', |
| 488 'thread_pool.h', | 496 'thread_pool.h', |
| 489 'thread_pool_test.cc', | 497 'thread_pool_test.cc', |
| 490 'thread_registry.cc', | 498 'thread_registry.cc', |
| 491 'thread_registry.h', | 499 'thread_registry.h', |
| 492 'thread_test.cc', | 500 'thread_test.cc', |
| 493 'timeline.cc', | 501 'timeline.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 513 'unit_test.h', | 521 'unit_test.h', |
| 514 'uri.cc', | 522 'uri.cc', |
| 515 'uri.h', | 523 'uri.h', |
| 516 'uri_test.cc', | 524 'uri_test.cc', |
| 517 'utils_test.cc', | 525 'utils_test.cc', |
| 518 'verifier.cc', | 526 'verifier.cc', |
| 519 'verifier.h', | 527 'verifier.h', |
| 520 'virtual_memory.cc', | 528 'virtual_memory.cc', |
| 521 'virtual_memory.h', | 529 'virtual_memory.h', |
| 522 'virtual_memory_android.cc', | 530 'virtual_memory_android.cc', |
| 531 'virtual_memory_fuchsia.cc', |
| 523 'virtual_memory_linux.cc', | 532 'virtual_memory_linux.cc', |
| 524 'virtual_memory_macos.cc', | 533 'virtual_memory_macos.cc', |
| 525 'virtual_memory_test.cc', | 534 'virtual_memory_test.cc', |
| 526 'virtual_memory_win.cc', | 535 'virtual_memory_win.cc', |
| 527 'visitor.h', | 536 'visitor.h', |
| 528 'weak_code.cc', | 537 'weak_code.cc', |
| 529 'weak_code.h', | 538 'weak_code.h', |
| 530 'weak_table.cc', | 539 'weak_table.cc', |
| 531 'weak_table.h', | 540 'weak_table.h', |
| 532 'zone.cc', | 541 'zone.cc', |
| 533 'zone.h', | 542 'zone.h', |
| 534 'zone_test.cc', | 543 'zone_test.cc', |
| 535 ], | 544 ], |
| 536 } | 545 } |
| OLD | NEW |