| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 '../../src/heap/objects-visiting.cc', | 890 '../../src/heap/objects-visiting.cc', |
| 891 '../../src/heap/objects-visiting.h', | 891 '../../src/heap/objects-visiting.h', |
| 892 '../../src/heap/remembered-set.cc', | 892 '../../src/heap/remembered-set.cc', |
| 893 '../../src/heap/remembered-set.h', | 893 '../../src/heap/remembered-set.h', |
| 894 '../../src/heap/scavenge-job.h', | 894 '../../src/heap/scavenge-job.h', |
| 895 '../../src/heap/scavenge-job.cc', | 895 '../../src/heap/scavenge-job.cc', |
| 896 '../../src/heap/scavenger-inl.h', | 896 '../../src/heap/scavenger-inl.h', |
| 897 '../../src/heap/scavenger.cc', | 897 '../../src/heap/scavenger.cc', |
| 898 '../../src/heap/scavenger.h', | 898 '../../src/heap/scavenger.h', |
| 899 '../../src/heap/slot-set.h', | 899 '../../src/heap/slot-set.h', |
| 900 '../../src/heap/slots-buffer.cc', |
| 901 '../../src/heap/slots-buffer.h', |
| 900 '../../src/heap/spaces-inl.h', | 902 '../../src/heap/spaces-inl.h', |
| 901 '../../src/heap/spaces.cc', | 903 '../../src/heap/spaces.cc', |
| 902 '../../src/heap/spaces.h', | 904 '../../src/heap/spaces.h', |
| 903 '../../src/heap/store-buffer-inl.h', | 905 '../../src/heap/store-buffer-inl.h', |
| 904 '../../src/heap/store-buffer.cc', | 906 '../../src/heap/store-buffer.cc', |
| 905 '../../src/heap/store-buffer.h', | 907 '../../src/heap/store-buffer.h', |
| 906 '../../src/i18n.cc', | 908 '../../src/i18n.cc', |
| 907 '../../src/i18n.h', | 909 '../../src/i18n.h', |
| 908 '../../src/icu_util.cc', | 910 '../../src/icu_util.cc', |
| 909 '../../src/icu_util.h', | 911 '../../src/icu_util.h', |
| (...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2204 }], | 2206 }], |
| 2205 ['want_separate_host_toolset==1', { | 2207 ['want_separate_host_toolset==1', { |
| 2206 'toolsets': ['host'], | 2208 'toolsets': ['host'], |
| 2207 }, { | 2209 }, { |
| 2208 'toolsets': ['target'], | 2210 'toolsets': ['target'], |
| 2209 }], | 2211 }], |
| 2210 ], | 2212 ], |
| 2211 }, | 2213 }, |
| 2212 ], | 2214 ], |
| 2213 } | 2215 } |
| OLD | NEW |