| 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 '../../src/globals.h', | 670 '../../src/globals.h', |
| 671 '../../src/handles-inl.h', | 671 '../../src/handles-inl.h', |
| 672 '../../src/handles.cc', | 672 '../../src/handles.cc', |
| 673 '../../src/handles.h', | 673 '../../src/handles.h', |
| 674 '../../src/hashmap.h', | 674 '../../src/hashmap.h', |
| 675 '../../src/heap-profiler.cc', | 675 '../../src/heap-profiler.cc', |
| 676 '../../src/heap-profiler.h', | 676 '../../src/heap-profiler.h', |
| 677 '../../src/heap-snapshot-generator-inl.h', | 677 '../../src/heap-snapshot-generator-inl.h', |
| 678 '../../src/heap-snapshot-generator.cc', | 678 '../../src/heap-snapshot-generator.cc', |
| 679 '../../src/heap-snapshot-generator.h', | 679 '../../src/heap-snapshot-generator.h', |
| 680 '../../src/heap/memory-reducer.cc', |
| 681 '../../src/heap/memory-reducer.h', |
| 680 '../../src/heap/gc-idle-time-handler.cc', | 682 '../../src/heap/gc-idle-time-handler.cc', |
| 681 '../../src/heap/gc-idle-time-handler.h', | 683 '../../src/heap/gc-idle-time-handler.h', |
| 682 '../../src/heap/gc-tracer.cc', | 684 '../../src/heap/gc-tracer.cc', |
| 683 '../../src/heap/gc-tracer.h', | 685 '../../src/heap/gc-tracer.h', |
| 684 '../../src/heap/heap-inl.h', | 686 '../../src/heap/heap-inl.h', |
| 685 '../../src/heap/heap.cc', | 687 '../../src/heap/heap.cc', |
| 686 '../../src/heap/heap.h', | 688 '../../src/heap/heap.h', |
| 687 '../../src/heap/identity-map.cc', | 689 '../../src/heap/identity-map.cc', |
| 688 '../../src/heap/identity-map.h', | 690 '../../src/heap/identity-map.h', |
| 689 '../../src/heap/incremental-marking-inl.h', | 691 '../../src/heap/incremental-marking-inl.h', |
| (...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1920 }], | 1922 }], |
| 1921 ['want_separate_host_toolset==1', { | 1923 ['want_separate_host_toolset==1', { |
| 1922 'toolsets': ['host'], | 1924 'toolsets': ['host'], |
| 1923 }, { | 1925 }, { |
| 1924 'toolsets': ['target'], | 1926 'toolsets': ['target'], |
| 1925 }], | 1927 }], |
| 1926 ], | 1928 ], |
| 1927 }, | 1929 }, |
| 1928 ], | 1930 ], |
| 1929 } | 1931 } |
| OLD | NEW |