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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 '../../src/globals.h', | 656 '../../src/globals.h', |
657 '../../src/handles-inl.h', | 657 '../../src/handles-inl.h', |
658 '../../src/handles.cc', | 658 '../../src/handles.cc', |
659 '../../src/handles.h', | 659 '../../src/handles.h', |
660 '../../src/hashmap.h', | 660 '../../src/hashmap.h', |
661 '../../src/heap-profiler.cc', | 661 '../../src/heap-profiler.cc', |
662 '../../src/heap-profiler.h', | 662 '../../src/heap-profiler.h', |
663 '../../src/heap-snapshot-generator-inl.h', | 663 '../../src/heap-snapshot-generator-inl.h', |
664 '../../src/heap-snapshot-generator.cc', | 664 '../../src/heap-snapshot-generator.cc', |
665 '../../src/heap-snapshot-generator.h', | 665 '../../src/heap-snapshot-generator.h', |
| 666 '../../src/heap/memory-reducer.cc', |
| 667 '../../src/heap/memory-reducer.h', |
666 '../../src/heap/gc-idle-time-handler.cc', | 668 '../../src/heap/gc-idle-time-handler.cc', |
667 '../../src/heap/gc-idle-time-handler.h', | 669 '../../src/heap/gc-idle-time-handler.h', |
668 '../../src/heap/gc-tracer.cc', | 670 '../../src/heap/gc-tracer.cc', |
669 '../../src/heap/gc-tracer.h', | 671 '../../src/heap/gc-tracer.h', |
670 '../../src/heap/heap-inl.h', | 672 '../../src/heap/heap-inl.h', |
671 '../../src/heap/heap.cc', | 673 '../../src/heap/heap.cc', |
672 '../../src/heap/heap.h', | 674 '../../src/heap/heap.h', |
673 '../../src/heap/identity-map.cc', | 675 '../../src/heap/identity-map.cc', |
674 '../../src/heap/identity-map.h', | 676 '../../src/heap/identity-map.h', |
675 '../../src/heap/incremental-marking-inl.h', | 677 '../../src/heap/incremental-marking-inl.h', |
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1895 }], | 1897 }], |
1896 ['want_separate_host_toolset==1', { | 1898 ['want_separate_host_toolset==1', { |
1897 'toolsets': ['host'], | 1899 'toolsets': ['host'], |
1898 }, { | 1900 }, { |
1899 'toolsets': ['target'], | 1901 'toolsets': ['target'], |
1900 }], | 1902 }], |
1901 ], | 1903 ], |
1902 }, | 1904 }, |
1903 ], | 1905 ], |
1904 } | 1906 } |
OLD | NEW |