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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 '../../src/heap/incremental-marking.cc', | 727 '../../src/heap/incremental-marking.cc', |
728 '../../src/heap/incremental-marking.h', | 728 '../../src/heap/incremental-marking.h', |
729 '../../src/heap/mark-compact-inl.h', | 729 '../../src/heap/mark-compact-inl.h', |
730 '../../src/heap/mark-compact.cc', | 730 '../../src/heap/mark-compact.cc', |
731 '../../src/heap/mark-compact.h', | 731 '../../src/heap/mark-compact.h', |
732 '../../src/heap/object-stats.cc', | 732 '../../src/heap/object-stats.cc', |
733 '../../src/heap/object-stats.h', | 733 '../../src/heap/object-stats.h', |
734 '../../src/heap/objects-visiting-inl.h', | 734 '../../src/heap/objects-visiting-inl.h', |
735 '../../src/heap/objects-visiting.cc', | 735 '../../src/heap/objects-visiting.cc', |
736 '../../src/heap/objects-visiting.h', | 736 '../../src/heap/objects-visiting.h', |
| 737 '../../src/heap/scavenge-job.h', |
| 738 '../../src/heap/scavenge-job.cc', |
737 '../../src/heap/scavenger-inl.h', | 739 '../../src/heap/scavenger-inl.h', |
738 '../../src/heap/scavenger.cc', | 740 '../../src/heap/scavenger.cc', |
739 '../../src/heap/scavenger.h', | 741 '../../src/heap/scavenger.h', |
740 '../../src/heap/slots-buffer.cc', | 742 '../../src/heap/slots-buffer.cc', |
741 '../../src/heap/slots-buffer.h', | 743 '../../src/heap/slots-buffer.h', |
742 '../../src/heap/spaces-inl.h', | 744 '../../src/heap/spaces-inl.h', |
743 '../../src/heap/spaces.cc', | 745 '../../src/heap/spaces.cc', |
744 '../../src/heap/spaces.h', | 746 '../../src/heap/spaces.h', |
745 '../../src/heap/store-buffer-inl.h', | 747 '../../src/heap/store-buffer-inl.h', |
746 '../../src/heap/store-buffer.cc', | 748 '../../src/heap/store-buffer.cc', |
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2083 }], | 2085 }], |
2084 ['want_separate_host_toolset==1', { | 2086 ['want_separate_host_toolset==1', { |
2085 'toolsets': ['host'], | 2087 'toolsets': ['host'], |
2086 }, { | 2088 }, { |
2087 'toolsets': ['target'], | 2089 'toolsets': ['target'], |
2088 }], | 2090 }], |
2089 ], | 2091 ], |
2090 }, | 2092 }, |
2091 ], | 2093 ], |
2092 } | 2094 } |
OLD | NEW |