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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 '../../src/heap/gc-tracer.h', | 714 '../../src/heap/gc-tracer.h', |
715 '../../src/heap/heap-inl.h', | 715 '../../src/heap/heap-inl.h', |
716 '../../src/heap/heap.cc', | 716 '../../src/heap/heap.cc', |
717 '../../src/heap/heap.h', | 717 '../../src/heap/heap.h', |
718 '../../src/heap/incremental-marking-inl.h', | 718 '../../src/heap/incremental-marking-inl.h', |
719 '../../src/heap/incremental-marking.cc', | 719 '../../src/heap/incremental-marking.cc', |
720 '../../src/heap/incremental-marking.h', | 720 '../../src/heap/incremental-marking.h', |
721 '../../src/heap/mark-compact-inl.h', | 721 '../../src/heap/mark-compact-inl.h', |
722 '../../src/heap/mark-compact.cc', | 722 '../../src/heap/mark-compact.cc', |
723 '../../src/heap/mark-compact.h', | 723 '../../src/heap/mark-compact.h', |
| 724 '../../src/heap/object-stats.cc', |
| 725 '../../src/heap/object-stats.h', |
724 '../../src/heap/objects-visiting-inl.h', | 726 '../../src/heap/objects-visiting-inl.h', |
725 '../../src/heap/objects-visiting.cc', | 727 '../../src/heap/objects-visiting.cc', |
726 '../../src/heap/objects-visiting.h', | 728 '../../src/heap/objects-visiting.h', |
727 '../../src/heap/spaces-inl.h', | 729 '../../src/heap/spaces-inl.h', |
728 '../../src/heap/spaces.cc', | 730 '../../src/heap/spaces.cc', |
729 '../../src/heap/spaces.h', | 731 '../../src/heap/spaces.h', |
730 '../../src/heap/store-buffer-inl.h', | 732 '../../src/heap/store-buffer-inl.h', |
731 '../../src/heap/store-buffer.cc', | 733 '../../src/heap/store-buffer.cc', |
732 '../../src/heap/store-buffer.h', | 734 '../../src/heap/store-buffer.h', |
733 '../../src/hydrogen-alias-analysis.h', | 735 '../../src/hydrogen-alias-analysis.h', |
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2027 }], | 2029 }], |
2028 ['want_separate_host_toolset==1', { | 2030 ['want_separate_host_toolset==1', { |
2029 'toolsets': ['host'], | 2031 'toolsets': ['host'], |
2030 }, { | 2032 }, { |
2031 'toolsets': ['target'], | 2033 'toolsets': ['target'], |
2032 }], | 2034 }], |
2033 ], | 2035 ], |
2034 }, | 2036 }, |
2035 ], | 2037 ], |
2036 } | 2038 } |
OLD | NEW |