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 871 matching lines...) Loading... |
882 '../../src/heap/incremental-marking.cc', | 882 '../../src/heap/incremental-marking.cc', |
883 '../../src/heap/incremental-marking.h', | 883 '../../src/heap/incremental-marking.h', |
884 '../../src/heap/mark-compact-inl.h', | 884 '../../src/heap/mark-compact-inl.h', |
885 '../../src/heap/mark-compact.cc', | 885 '../../src/heap/mark-compact.cc', |
886 '../../src/heap/mark-compact.h', | 886 '../../src/heap/mark-compact.h', |
887 '../../src/heap/object-stats.cc', | 887 '../../src/heap/object-stats.cc', |
888 '../../src/heap/object-stats.h', | 888 '../../src/heap/object-stats.h', |
889 '../../src/heap/objects-visiting-inl.h', | 889 '../../src/heap/objects-visiting-inl.h', |
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', |
| 893 '../../src/heap/remembered-set.h', |
892 '../../src/heap/scavenge-job.h', | 894 '../../src/heap/scavenge-job.h', |
893 '../../src/heap/scavenge-job.cc', | 895 '../../src/heap/scavenge-job.cc', |
894 '../../src/heap/scavenger-inl.h', | 896 '../../src/heap/scavenger-inl.h', |
895 '../../src/heap/scavenger.cc', | 897 '../../src/heap/scavenger.cc', |
896 '../../src/heap/scavenger.h', | 898 '../../src/heap/scavenger.h', |
897 '../../src/heap/slot-set.h', | 899 '../../src/heap/slot-set.h', |
898 '../../src/heap/slots-buffer.cc', | 900 '../../src/heap/slots-buffer.cc', |
899 '../../src/heap/slots-buffer.h', | 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', |
(...skipping 1303 matching lines...) Loading... |
2205 }], | 2207 }], |
2206 ['want_separate_host_toolset==1', { | 2208 ['want_separate_host_toolset==1', { |
2207 'toolsets': ['host'], | 2209 'toolsets': ['host'], |
2208 }, { | 2210 }, { |
2209 'toolsets': ['target'], | 2211 'toolsets': ['target'], |
2210 }], | 2212 }], |
2211 ], | 2213 ], |
2212 }, | 2214 }, |
2213 ], | 2215 ], |
2214 } | 2216 } |
OLD | NEW |