| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 '../../src/heap-snapshot-generator-inl.h', | 647 '../../src/heap-snapshot-generator-inl.h', |
| 648 '../../src/heap-snapshot-generator.cc', | 648 '../../src/heap-snapshot-generator.cc', |
| 649 '../../src/heap-snapshot-generator.h', | 649 '../../src/heap-snapshot-generator.h', |
| 650 '../../src/heap/gc-idle-time-handler.cc', | 650 '../../src/heap/gc-idle-time-handler.cc', |
| 651 '../../src/heap/gc-idle-time-handler.h', | 651 '../../src/heap/gc-idle-time-handler.h', |
| 652 '../../src/heap/gc-tracer.cc', | 652 '../../src/heap/gc-tracer.cc', |
| 653 '../../src/heap/gc-tracer.h', | 653 '../../src/heap/gc-tracer.h', |
| 654 '../../src/heap/heap-inl.h', | 654 '../../src/heap/heap-inl.h', |
| 655 '../../src/heap/heap.cc', | 655 '../../src/heap/heap.cc', |
| 656 '../../src/heap/heap.h', | 656 '../../src/heap/heap.h', |
| 657 '../../src/heap/identity-map.cc', |
| 658 '../../src/heap/identity-map.h', |
| 657 '../../src/heap/incremental-marking-inl.h', | 659 '../../src/heap/incremental-marking-inl.h', |
| 658 '../../src/heap/incremental-marking.cc', | 660 '../../src/heap/incremental-marking.cc', |
| 659 '../../src/heap/incremental-marking.h', | 661 '../../src/heap/incremental-marking.h', |
| 660 '../../src/heap/mark-compact-inl.h', | 662 '../../src/heap/mark-compact-inl.h', |
| 661 '../../src/heap/mark-compact.cc', | 663 '../../src/heap/mark-compact.cc', |
| 662 '../../src/heap/mark-compact.h', | 664 '../../src/heap/mark-compact.h', |
| 663 '../../src/heap/objects-visiting-inl.h', | 665 '../../src/heap/objects-visiting-inl.h', |
| 664 '../../src/heap/objects-visiting.cc', | 666 '../../src/heap/objects-visiting.cc', |
| 665 '../../src/heap/objects-visiting.h', | 667 '../../src/heap/objects-visiting.h', |
| 666 '../../src/heap/spaces-inl.h', | 668 '../../src/heap/spaces-inl.h', |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 }], | 1837 }], |
| 1836 ['want_separate_host_toolset==1', { | 1838 ['want_separate_host_toolset==1', { |
| 1837 'toolsets': ['host'], | 1839 'toolsets': ['host'], |
| 1838 }, { | 1840 }, { |
| 1839 'toolsets': ['target'], | 1841 'toolsets': ['target'], |
| 1840 }], | 1842 }], |
| 1841 ], | 1843 ], |
| 1842 }, | 1844 }, |
| 1843 ], | 1845 ], |
| 1844 } | 1846 } |
| OLD | NEW |