| 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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 '../../src/heap/object-stats.cc', | 822 '../../src/heap/object-stats.cc', |
| 823 '../../src/heap/object-stats.h', | 823 '../../src/heap/object-stats.h', |
| 824 '../../src/heap/objects-visiting-inl.h', | 824 '../../src/heap/objects-visiting-inl.h', |
| 825 '../../src/heap/objects-visiting.cc', | 825 '../../src/heap/objects-visiting.cc', |
| 826 '../../src/heap/objects-visiting.h', | 826 '../../src/heap/objects-visiting.h', |
| 827 '../../src/heap/scavenge-job.h', | 827 '../../src/heap/scavenge-job.h', |
| 828 '../../src/heap/scavenge-job.cc', | 828 '../../src/heap/scavenge-job.cc', |
| 829 '../../src/heap/scavenger-inl.h', | 829 '../../src/heap/scavenger-inl.h', |
| 830 '../../src/heap/scavenger.cc', | 830 '../../src/heap/scavenger.cc', |
| 831 '../../src/heap/scavenger.h', | 831 '../../src/heap/scavenger.h', |
| 832 '../../src/heap/slot-set.h', |
| 832 '../../src/heap/slots-buffer.cc', | 833 '../../src/heap/slots-buffer.cc', |
| 833 '../../src/heap/slots-buffer.h', | 834 '../../src/heap/slots-buffer.h', |
| 834 '../../src/heap/spaces-inl.h', | 835 '../../src/heap/spaces-inl.h', |
| 835 '../../src/heap/spaces.cc', | 836 '../../src/heap/spaces.cc', |
| 836 '../../src/heap/spaces.h', | 837 '../../src/heap/spaces.h', |
| 837 '../../src/heap/store-buffer-inl.h', | 838 '../../src/heap/store-buffer-inl.h', |
| 838 '../../src/heap/store-buffer.cc', | 839 '../../src/heap/store-buffer.cc', |
| 839 '../../src/heap/store-buffer.h', | 840 '../../src/heap/store-buffer.h', |
| 840 '../../src/i18n.cc', | 841 '../../src/i18n.cc', |
| 841 '../../src/i18n.h', | 842 '../../src/i18n.h', |
| (...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2136 }], | 2137 }], |
| 2137 ['want_separate_host_toolset==1', { | 2138 ['want_separate_host_toolset==1', { |
| 2138 'toolsets': ['host'], | 2139 'toolsets': ['host'], |
| 2139 }, { | 2140 }, { |
| 2140 'toolsets': ['target'], | 2141 'toolsets': ['target'], |
| 2141 }], | 2142 }], |
| 2142 ], | 2143 ], |
| 2143 }, | 2144 }, |
| 2144 ], | 2145 ], |
| 2145 } | 2146 } |
| OLD | NEW |