| 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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 'gdb-jit.cc', | 823 'gdb-jit.cc', |
| 824 'gdb-jit.h', | 824 'gdb-jit.h', |
| 825 'global-handles.cc', | 825 'global-handles.cc', |
| 826 'global-handles.h', | 826 'global-handles.h', |
| 827 'globals.h', | 827 'globals.h', |
| 828 'handles-inl.h', | 828 'handles-inl.h', |
| 829 'handles.cc', | 829 'handles.cc', |
| 830 'handles.h', | 830 'handles.h', |
| 831 'hashmap.h', | 831 'hashmap.h', |
| 832 'heap-symbols.h', | 832 'heap-symbols.h', |
| 833 'heap/array-buffer-tracker-inl.h', | |
| 834 'heap/array-buffer-tracker.cc', | 833 'heap/array-buffer-tracker.cc', |
| 835 'heap/array-buffer-tracker.h', | 834 'heap/array-buffer-tracker.h', |
| 836 'heap/memory-reducer.cc', | 835 'heap/memory-reducer.cc', |
| 837 'heap/memory-reducer.h', | 836 'heap/memory-reducer.h', |
| 838 'heap/gc-idle-time-handler.cc', | 837 'heap/gc-idle-time-handler.cc', |
| 839 'heap/gc-idle-time-handler.h', | 838 'heap/gc-idle-time-handler.h', |
| 840 'heap/gc-tracer.cc', | 839 'heap/gc-tracer.cc', |
| 841 'heap/gc-tracer.h', | 840 'heap/gc-tracer.h', |
| 842 'heap/heap-inl.h', | 841 'heap/heap-inl.h', |
| 843 'heap/heap.cc', | 842 'heap/heap.cc', |
| (...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2243 }], | 2242 }], |
| 2244 ['want_separate_host_toolset==1', { | 2243 ['want_separate_host_toolset==1', { |
| 2245 'toolsets': ['host'], | 2244 'toolsets': ['host'], |
| 2246 }, { | 2245 }, { |
| 2247 'toolsets': ['target'], | 2246 'toolsets': ['target'], |
| 2248 }], | 2247 }], |
| 2249 ], | 2248 ], |
| 2250 }, | 2249 }, |
| 2251 ], | 2250 ], |
| 2252 } | 2251 } |
| OLD | NEW |