| 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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 905 'globals.h', | 905 'globals.h', |
| 906 'handles-inl.h', | 906 'handles-inl.h', |
| 907 'handles.cc', | 907 'handles.cc', |
| 908 'handles.h', | 908 'handles.h', |
| 909 'heap-symbols.h', | 909 'heap-symbols.h', |
| 910 'heap/array-buffer-tracker-inl.h', | 910 'heap/array-buffer-tracker-inl.h', |
| 911 'heap/array-buffer-tracker.cc', | 911 'heap/array-buffer-tracker.cc', |
| 912 'heap/array-buffer-tracker.h', | 912 'heap/array-buffer-tracker.h', |
| 913 'heap/code-stats.cc', | 913 'heap/code-stats.cc', |
| 914 'heap/code-stats.h', | 914 'heap/code-stats.h', |
| 915 'heap/embedder-tracing.cc', |
| 916 'heap/embedder-tracing.h', |
| 915 'heap/memory-reducer.cc', | 917 'heap/memory-reducer.cc', |
| 916 'heap/memory-reducer.h', | 918 'heap/memory-reducer.h', |
| 917 'heap/gc-idle-time-handler.cc', | 919 'heap/gc-idle-time-handler.cc', |
| 918 'heap/gc-idle-time-handler.h', | 920 'heap/gc-idle-time-handler.h', |
| 919 'heap/gc-tracer.cc', | 921 'heap/gc-tracer.cc', |
| 920 'heap/gc-tracer.h', | 922 'heap/gc-tracer.h', |
| 921 'heap/heap-inl.h', | 923 'heap/heap-inl.h', |
| 922 'heap/heap.cc', | 924 'heap/heap.cc', |
| 923 'heap/heap.h', | 925 'heap/heap.h', |
| 924 'heap/incremental-marking-inl.h', | 926 'heap/incremental-marking-inl.h', |
| (...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2479 'conditions': [ | 2481 'conditions': [ |
| 2480 ['want_separate_host_toolset_mkpeephole==1', { | 2482 ['want_separate_host_toolset_mkpeephole==1', { |
| 2481 'toolsets': ['host'], | 2483 'toolsets': ['host'], |
| 2482 }, { | 2484 }, { |
| 2483 'toolsets': ['target'], | 2485 'toolsets': ['target'], |
| 2484 }], | 2486 }], |
| 2485 ], | 2487 ], |
| 2486 }, | 2488 }, |
| 2487 ], | 2489 ], |
| 2488 } | 2490 } |
| OLD | NEW |