| 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'heap/heap.cc', | 859 'heap/heap.cc', |
| 860 'heap/heap.h', | 860 'heap/heap.h', |
| 861 'heap/incremental-marking-inl.h', | 861 'heap/incremental-marking-inl.h', |
| 862 'heap/incremental-marking-job.cc', | 862 'heap/incremental-marking-job.cc', |
| 863 'heap/incremental-marking-job.h', | 863 'heap/incremental-marking-job.h', |
| 864 'heap/incremental-marking.cc', | 864 'heap/incremental-marking.cc', |
| 865 'heap/incremental-marking.h', | 865 'heap/incremental-marking.h', |
| 866 'heap/mark-compact-inl.h', | 866 'heap/mark-compact-inl.h', |
| 867 'heap/mark-compact.cc', | 867 'heap/mark-compact.cc', |
| 868 'heap/mark-compact.h', | 868 'heap/mark-compact.h', |
| 869 'heap/marking.h', |
| 869 'heap/object-stats.cc', | 870 'heap/object-stats.cc', |
| 870 'heap/object-stats.h', | 871 'heap/object-stats.h', |
| 871 'heap/objects-visiting-inl.h', | 872 'heap/objects-visiting-inl.h', |
| 872 'heap/objects-visiting.cc', | 873 'heap/objects-visiting.cc', |
| 873 'heap/objects-visiting.h', | 874 'heap/objects-visiting.h', |
| 874 'heap/page-parallel-job.h', | 875 'heap/page-parallel-job.h', |
| 875 'heap/remembered-set.cc', | 876 'heap/remembered-set.cc', |
| 876 'heap/remembered-set.h', | 877 'heap/remembered-set.h', |
| 877 'heap/scavenge-job.h', | 878 'heap/scavenge-job.h', |
| 878 'heap/scavenge-job.cc', | 879 'heap/scavenge-job.cc', |
| (...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2291 }], | 2292 }], |
| 2292 ['want_separate_host_toolset==1', { | 2293 ['want_separate_host_toolset==1', { |
| 2293 'toolsets': ['host'], | 2294 'toolsets': ['host'], |
| 2294 }, { | 2295 }, { |
| 2295 'toolsets': ['target'], | 2296 'toolsets': ['target'], |
| 2296 }], | 2297 }], |
| 2297 ], | 2298 ], |
| 2298 }, | 2299 }, |
| 2299 ], | 2300 ], |
| 2300 } | 2301 } |
| OLD | NEW |