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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 '../../src/heap/remembered-set.h', | 908 '../../src/heap/remembered-set.h', |
909 '../../src/heap/scavenge-job.h', | 909 '../../src/heap/scavenge-job.h', |
910 '../../src/heap/scavenge-job.cc', | 910 '../../src/heap/scavenge-job.cc', |
911 '../../src/heap/scavenger-inl.h', | 911 '../../src/heap/scavenger-inl.h', |
912 '../../src/heap/scavenger.cc', | 912 '../../src/heap/scavenger.cc', |
913 '../../src/heap/scavenger.h', | 913 '../../src/heap/scavenger.h', |
914 '../../src/heap/slot-set.h', | 914 '../../src/heap/slot-set.h', |
915 '../../src/heap/spaces-inl.h', | 915 '../../src/heap/spaces-inl.h', |
916 '../../src/heap/spaces.cc', | 916 '../../src/heap/spaces.cc', |
917 '../../src/heap/spaces.h', | 917 '../../src/heap/spaces.h', |
918 '../../src/heap/store-buffer-inl.h', | |
919 '../../src/heap/store-buffer.cc', | 918 '../../src/heap/store-buffer.cc', |
920 '../../src/heap/store-buffer.h', | 919 '../../src/heap/store-buffer.h', |
921 '../../src/i18n.cc', | 920 '../../src/i18n.cc', |
922 '../../src/i18n.h', | 921 '../../src/i18n.h', |
923 '../../src/icu_util.cc', | 922 '../../src/icu_util.cc', |
924 '../../src/icu_util.h', | 923 '../../src/icu_util.h', |
925 '../../src/ic/access-compiler.cc', | 924 '../../src/ic/access-compiler.cc', |
926 '../../src/ic/access-compiler.h', | 925 '../../src/ic/access-compiler.h', |
927 '../../src/ic/call-optimization.cc', | 926 '../../src/ic/call-optimization.cc', |
928 '../../src/ic/call-optimization.h', | 927 '../../src/ic/call-optimization.h', |
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2280 }], | 2279 }], |
2281 ['want_separate_host_toolset==1', { | 2280 ['want_separate_host_toolset==1', { |
2282 'toolsets': ['host'], | 2281 'toolsets': ['host'], |
2283 }, { | 2282 }, { |
2284 'toolsets': ['target'], | 2283 'toolsets': ['target'], |
2285 }], | 2284 }], |
2286 ], | 2285 ], |
2287 }, | 2286 }, |
2288 ], | 2287 ], |
2289 } | 2288 } |
OLD | NEW |