OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 '../../src/heap/gc-tracer.h', | 550 '../../src/heap/gc-tracer.h', |
551 '../../src/heap/heap-inl.h', | 551 '../../src/heap/heap-inl.h', |
552 '../../src/heap/heap.cc', | 552 '../../src/heap/heap.cc', |
553 '../../src/heap/heap.h', | 553 '../../src/heap/heap.h', |
554 '../../src/heap/incremental-marking-inl.h', | 554 '../../src/heap/incremental-marking-inl.h', |
555 '../../src/heap/incremental-marking.cc', | 555 '../../src/heap/incremental-marking.cc', |
556 '../../src/heap/incremental-marking.h', | 556 '../../src/heap/incremental-marking.h', |
557 '../../src/heap/mark-compact-inl.h', | 557 '../../src/heap/mark-compact-inl.h', |
558 '../../src/heap/mark-compact.cc', | 558 '../../src/heap/mark-compact.cc', |
559 '../../src/heap/mark-compact.h', | 559 '../../src/heap/mark-compact.h', |
| 560 '../../src/heap/objects-visiting-inl.h', |
| 561 '../../src/heap/objects-visiting.cc', |
| 562 '../../src/heap/objects-visiting.h', |
560 '../../src/heap/spaces-inl.h', | 563 '../../src/heap/spaces-inl.h', |
561 '../../src/heap/spaces.cc', | 564 '../../src/heap/spaces.cc', |
562 '../../src/heap/spaces.h', | 565 '../../src/heap/spaces.h', |
563 '../../src/heap/sweeper-thread.h', | 566 '../../src/heap/sweeper-thread.h', |
564 '../../src/heap/sweeper-thread.cc', | 567 '../../src/heap/sweeper-thread.cc', |
565 '../../src/hydrogen-alias-analysis.h', | 568 '../../src/hydrogen-alias-analysis.h', |
566 '../../src/hydrogen-bce.cc', | 569 '../../src/hydrogen-bce.cc', |
567 '../../src/hydrogen-bce.h', | 570 '../../src/hydrogen-bce.h', |
568 '../../src/hydrogen-bch.cc', | 571 '../../src/hydrogen-bch.cc', |
569 '../../src/hydrogen-bch.h', | 572 '../../src/hydrogen-bch.h', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 '../../src/lookup.cc', | 656 '../../src/lookup.cc', |
654 '../../src/lookup.h', | 657 '../../src/lookup.h', |
655 '../../src/macro-assembler.h', | 658 '../../src/macro-assembler.h', |
656 '../../src/messages.cc', | 659 '../../src/messages.cc', |
657 '../../src/messages.h', | 660 '../../src/messages.h', |
658 '../../src/msan.h', | 661 '../../src/msan.h', |
659 '../../src/natives.h', | 662 '../../src/natives.h', |
660 '../../src/objects-debug.cc', | 663 '../../src/objects-debug.cc', |
661 '../../src/objects-inl.h', | 664 '../../src/objects-inl.h', |
662 '../../src/objects-printer.cc', | 665 '../../src/objects-printer.cc', |
663 '../../src/objects-visiting.cc', | |
664 '../../src/objects-visiting.h', | |
665 '../../src/objects.cc', | 666 '../../src/objects.cc', |
666 '../../src/objects.h', | 667 '../../src/objects.h', |
667 '../../src/optimizing-compiler-thread.cc', | 668 '../../src/optimizing-compiler-thread.cc', |
668 '../../src/optimizing-compiler-thread.h', | 669 '../../src/optimizing-compiler-thread.h', |
669 '../../src/ostreams.cc', | 670 '../../src/ostreams.cc', |
670 '../../src/ostreams.h', | 671 '../../src/ostreams.h', |
671 '../../src/parser.cc', | 672 '../../src/parser.cc', |
672 '../../src/parser.h', | 673 '../../src/parser.h', |
673 '../../src/perf-jit.cc', | 674 '../../src/perf-jit.cc', |
674 '../../src/perf-jit.h', | 675 '../../src/perf-jit.h', |
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1554 }], | 1555 }], |
1555 ['v8_compress_startup_data=="bz2"', { | 1556 ['v8_compress_startup_data=="bz2"', { |
1556 'libraries': [ | 1557 'libraries': [ |
1557 '-lbz2', | 1558 '-lbz2', |
1558 ] | 1559 ] |
1559 }], | 1560 }], |
1560 ], | 1561 ], |
1561 }, | 1562 }, |
1562 ], | 1563 ], |
1563 } | 1564 } |
OLD | NEW |