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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'unicode.cc', | 508 'unicode.cc', |
509 'unicode.h', | 509 'unicode.h', |
510 'unicode_data.cc', | 510 'unicode_data.cc', |
511 'unicode_test.cc', | 511 'unicode_test.cc', |
512 'unit_test.cc', | 512 'unit_test.cc', |
513 'unit_test.h', | 513 'unit_test.h', |
514 'uri.cc', | 514 'uri.cc', |
515 'uri.h', | 515 'uri.h', |
516 'uri_test.cc', | 516 'uri_test.cc', |
517 'utils_test.cc', | 517 'utils_test.cc', |
518 'verified_memory.cc', | |
519 'verified_memory.h', | |
520 'verified_memory_test.cc', | |
521 'verifier.cc', | 518 'verifier.cc', |
522 'verifier.h', | 519 'verifier.h', |
523 'virtual_memory.cc', | 520 'virtual_memory.cc', |
524 'virtual_memory.h', | 521 'virtual_memory.h', |
525 'virtual_memory_android.cc', | 522 'virtual_memory_android.cc', |
526 'virtual_memory_linux.cc', | 523 'virtual_memory_linux.cc', |
527 'virtual_memory_macos.cc', | 524 'virtual_memory_macos.cc', |
528 'virtual_memory_test.cc', | 525 'virtual_memory_test.cc', |
529 'virtual_memory_win.cc', | 526 'virtual_memory_win.cc', |
530 'visitor.h', | 527 'visitor.h', |
531 'weak_code.cc', | 528 'weak_code.cc', |
532 'weak_code.h', | 529 'weak_code.h', |
533 'weak_table.cc', | 530 'weak_table.cc', |
534 'weak_table.h', | 531 'weak_table.h', |
535 'zone.cc', | 532 'zone.cc', |
536 'zone.h', | 533 'zone.h', |
537 'zone_test.cc', | 534 'zone_test.cc', |
538 ], | 535 ], |
539 } | 536 } |
OLD | NEW |