| 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 '../../src/heap/object-stats.cc', | 864 '../../src/heap/object-stats.cc', |
| 865 '../../src/heap/object-stats.h', | 865 '../../src/heap/object-stats.h', |
| 866 '../../src/heap/objects-visiting-inl.h', | 866 '../../src/heap/objects-visiting-inl.h', |
| 867 '../../src/heap/objects-visiting.cc', | 867 '../../src/heap/objects-visiting.cc', |
| 868 '../../src/heap/objects-visiting.h', | 868 '../../src/heap/objects-visiting.h', |
| 869 '../../src/heap/scavenge-job.h', | 869 '../../src/heap/scavenge-job.h', |
| 870 '../../src/heap/scavenge-job.cc', | 870 '../../src/heap/scavenge-job.cc', |
| 871 '../../src/heap/scavenger-inl.h', | 871 '../../src/heap/scavenger-inl.h', |
| 872 '../../src/heap/scavenger.cc', | 872 '../../src/heap/scavenger.cc', |
| 873 '../../src/heap/scavenger.h', | 873 '../../src/heap/scavenger.h', |
| 874 '../../src/heap/slot-set.h', |
| 874 '../../src/heap/slots-buffer.cc', | 875 '../../src/heap/slots-buffer.cc', |
| 875 '../../src/heap/slots-buffer.h', | 876 '../../src/heap/slots-buffer.h', |
| 876 '../../src/heap/spaces-inl.h', | 877 '../../src/heap/spaces-inl.h', |
| 877 '../../src/heap/spaces.cc', | 878 '../../src/heap/spaces.cc', |
| 878 '../../src/heap/spaces.h', | 879 '../../src/heap/spaces.h', |
| 879 '../../src/heap/store-buffer-inl.h', | 880 '../../src/heap/store-buffer-inl.h', |
| 880 '../../src/heap/store-buffer.cc', | 881 '../../src/heap/store-buffer.cc', |
| 881 '../../src/heap/store-buffer.h', | 882 '../../src/heap/store-buffer.h', |
| 882 '../../src/i18n.cc', | 883 '../../src/i18n.cc', |
| 883 '../../src/i18n.h', | 884 '../../src/i18n.h', |
| (...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2179 }], | 2180 }], |
| 2180 ['want_separate_host_toolset==1', { | 2181 ['want_separate_host_toolset==1', { |
| 2181 'toolsets': ['host'], | 2182 'toolsets': ['host'], |
| 2182 }, { | 2183 }, { |
| 2183 'toolsets': ['target'], | 2184 'toolsets': ['target'], |
| 2184 }], | 2185 }], |
| 2185 ], | 2186 ], |
| 2186 }, | 2187 }, |
| 2187 ], | 2188 ], |
| 2188 } | 2189 } |
| OLD | NEW |