| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 '../../src/globals.h', | 699 '../../src/globals.h', |
| 700 '../../src/handles-inl.h', | 700 '../../src/handles-inl.h', |
| 701 '../../src/handles.cc', | 701 '../../src/handles.cc', |
| 702 '../../src/handles.h', | 702 '../../src/handles.h', |
| 703 '../../src/hashmap.h', | 703 '../../src/hashmap.h', |
| 704 '../../src/heap-profiler.cc', | 704 '../../src/heap-profiler.cc', |
| 705 '../../src/heap-profiler.h', | 705 '../../src/heap-profiler.h', |
| 706 '../../src/heap-snapshot-generator-inl.h', | 706 '../../src/heap-snapshot-generator-inl.h', |
| 707 '../../src/heap-snapshot-generator.cc', | 707 '../../src/heap-snapshot-generator.cc', |
| 708 '../../src/heap-snapshot-generator.h', | 708 '../../src/heap-snapshot-generator.h', |
| 709 '../../src/heap/array-buffer-tracker.cc', |
| 710 '../../src/heap/array-buffer-tracker.h', |
| 709 '../../src/heap/memory-reducer.cc', | 711 '../../src/heap/memory-reducer.cc', |
| 710 '../../src/heap/memory-reducer.h', | 712 '../../src/heap/memory-reducer.h', |
| 711 '../../src/heap/gc-idle-time-handler.cc', | 713 '../../src/heap/gc-idle-time-handler.cc', |
| 712 '../../src/heap/gc-idle-time-handler.h', | 714 '../../src/heap/gc-idle-time-handler.h', |
| 713 '../../src/heap/gc-tracer.cc', | 715 '../../src/heap/gc-tracer.cc', |
| 714 '../../src/heap/gc-tracer.h', | 716 '../../src/heap/gc-tracer.h', |
| 715 '../../src/heap/heap-inl.h', | 717 '../../src/heap/heap-inl.h', |
| 716 '../../src/heap/heap.cc', | 718 '../../src/heap/heap.cc', |
| 717 '../../src/heap/heap.h', | 719 '../../src/heap/heap.h', |
| 718 '../../src/heap/incremental-marking-inl.h', | 720 '../../src/heap/incremental-marking-inl.h', |
| (...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 }], | 2031 }], |
| 2030 ['want_separate_host_toolset==1', { | 2032 ['want_separate_host_toolset==1', { |
| 2031 'toolsets': ['host'], | 2033 'toolsets': ['host'], |
| 2032 }, { | 2034 }, { |
| 2033 'toolsets': ['target'], | 2035 'toolsets': ['target'], |
| 2034 }], | 2036 }], |
| 2035 ], | 2037 ], |
| 2036 }, | 2038 }, |
| 2037 ], | 2039 ], |
| 2038 } | 2040 } |
| OLD | NEW |