| 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 '../../src/heap/incremental-marking.cc', | 885 '../../src/heap/incremental-marking.cc', |
| 886 '../../src/heap/incremental-marking.h', | 886 '../../src/heap/incremental-marking.h', |
| 887 '../../src/heap/mark-compact-inl.h', | 887 '../../src/heap/mark-compact-inl.h', |
| 888 '../../src/heap/mark-compact.cc', | 888 '../../src/heap/mark-compact.cc', |
| 889 '../../src/heap/mark-compact.h', | 889 '../../src/heap/mark-compact.h', |
| 890 '../../src/heap/object-stats.cc', | 890 '../../src/heap/object-stats.cc', |
| 891 '../../src/heap/object-stats.h', | 891 '../../src/heap/object-stats.h', |
| 892 '../../src/heap/objects-visiting-inl.h', | 892 '../../src/heap/objects-visiting-inl.h', |
| 893 '../../src/heap/objects-visiting.cc', | 893 '../../src/heap/objects-visiting.cc', |
| 894 '../../src/heap/objects-visiting.h', | 894 '../../src/heap/objects-visiting.h', |
| 895 '../../src/heap/page-parallel-job.h', |
| 895 '../../src/heap/remembered-set.cc', | 896 '../../src/heap/remembered-set.cc', |
| 896 '../../src/heap/remembered-set.h', | 897 '../../src/heap/remembered-set.h', |
| 897 '../../src/heap/scavenge-job.h', | 898 '../../src/heap/scavenge-job.h', |
| 898 '../../src/heap/scavenge-job.cc', | 899 '../../src/heap/scavenge-job.cc', |
| 899 '../../src/heap/scavenger-inl.h', | 900 '../../src/heap/scavenger-inl.h', |
| 900 '../../src/heap/scavenger.cc', | 901 '../../src/heap/scavenger.cc', |
| 901 '../../src/heap/scavenger.h', | 902 '../../src/heap/scavenger.h', |
| 902 '../../src/heap/slot-set.h', | 903 '../../src/heap/slot-set.h', |
| 903 '../../src/heap/spaces-inl.h', | 904 '../../src/heap/spaces-inl.h', |
| 904 '../../src/heap/spaces.cc', | 905 '../../src/heap/spaces.cc', |
| (...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2265 }], | 2266 }], |
| 2266 ['want_separate_host_toolset==1', { | 2267 ['want_separate_host_toolset==1', { |
| 2267 'toolsets': ['host'], | 2268 'toolsets': ['host'], |
| 2268 }, { | 2269 }, { |
| 2269 'toolsets': ['target'], | 2270 'toolsets': ['target'], |
| 2270 }], | 2271 }], |
| 2271 ], | 2272 ], |
| 2272 }, | 2273 }, |
| 2273 ], | 2274 ], |
| 2274 } | 2275 } |
| OLD | NEW |