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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 '../../src/futex-emulation.h', | 792 '../../src/futex-emulation.h', |
793 '../../src/gdb-jit.cc', | 793 '../../src/gdb-jit.cc', |
794 '../../src/gdb-jit.h', | 794 '../../src/gdb-jit.h', |
795 '../../src/global-handles.cc', | 795 '../../src/global-handles.cc', |
796 '../../src/global-handles.h', | 796 '../../src/global-handles.h', |
797 '../../src/globals.h', | 797 '../../src/globals.h', |
798 '../../src/handles-inl.h', | 798 '../../src/handles-inl.h', |
799 '../../src/handles.cc', | 799 '../../src/handles.cc', |
800 '../../src/handles.h', | 800 '../../src/handles.h', |
801 '../../src/hashmap.h', | 801 '../../src/hashmap.h', |
| 802 '../../src/heap-symbols.h', |
802 '../../src/heap/array-buffer-tracker.cc', | 803 '../../src/heap/array-buffer-tracker.cc', |
803 '../../src/heap/array-buffer-tracker.h', | 804 '../../src/heap/array-buffer-tracker.h', |
804 '../../src/heap/memory-reducer.cc', | 805 '../../src/heap/memory-reducer.cc', |
805 '../../src/heap/memory-reducer.h', | 806 '../../src/heap/memory-reducer.h', |
806 '../../src/heap/gc-idle-time-handler.cc', | 807 '../../src/heap/gc-idle-time-handler.cc', |
807 '../../src/heap/gc-idle-time-handler.h', | 808 '../../src/heap/gc-idle-time-handler.h', |
808 '../../src/heap/gc-tracer.cc', | 809 '../../src/heap/gc-tracer.cc', |
809 '../../src/heap/gc-tracer.h', | 810 '../../src/heap/gc-tracer.h', |
810 '../../src/heap/heap-inl.h', | 811 '../../src/heap/heap-inl.h', |
811 '../../src/heap/heap.cc', | 812 '../../src/heap/heap.cc', |
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2131 }], | 2132 }], |
2132 ['want_separate_host_toolset==1', { | 2133 ['want_separate_host_toolset==1', { |
2133 'toolsets': ['host'], | 2134 'toolsets': ['host'], |
2134 }, { | 2135 }, { |
2135 'toolsets': ['target'], | 2136 'toolsets': ['target'], |
2136 }], | 2137 }], |
2137 ], | 2138 ], |
2138 }, | 2139 }, |
2139 ], | 2140 ], |
2140 } | 2141 } |
OLD | NEW |