| 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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 'heap/objects-visiting-inl.h', | 978 'heap/objects-visiting-inl.h', |
| 979 'heap/objects-visiting.cc', | 979 'heap/objects-visiting.cc', |
| 980 'heap/objects-visiting.h', | 980 'heap/objects-visiting.h', |
| 981 'heap/page-parallel-job.h', | 981 'heap/page-parallel-job.h', |
| 982 'heap/remembered-set.h', | 982 'heap/remembered-set.h', |
| 983 'heap/scavenge-job.h', | 983 'heap/scavenge-job.h', |
| 984 'heap/scavenge-job.cc', | 984 'heap/scavenge-job.cc', |
| 985 'heap/scavenger-inl.h', | 985 'heap/scavenger-inl.h', |
| 986 'heap/scavenger.cc', | 986 'heap/scavenger.cc', |
| 987 'heap/scavenger.h', | 987 'heap/scavenger.h', |
| 988 'heap/sequential-marking-deque.cc', |
| 989 'heap/sequential-marking-deque.h', |
| 988 'heap/slot-set.h', | 990 'heap/slot-set.h', |
| 989 'heap/spaces-inl.h', | 991 'heap/spaces-inl.h', |
| 990 'heap/spaces.cc', | 992 'heap/spaces.cc', |
| 991 'heap/spaces.h', | 993 'heap/spaces.h', |
| 992 'heap/store-buffer.cc', | 994 'heap/store-buffer.cc', |
| 993 'heap/store-buffer.h', | 995 'heap/store-buffer.h', |
| 994 'intl.cc', | 996 'intl.cc', |
| 995 'intl.h', | 997 'intl.h', |
| 996 'icu_util.cc', | 998 'icu_util.cc', |
| 997 'icu_util.h', | 999 'icu_util.h', |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2491 }], | 2493 }], |
| 2492 ['want_separate_host_toolset==1', { | 2494 ['want_separate_host_toolset==1', { |
| 2493 'toolsets': ['host'], | 2495 'toolsets': ['host'], |
| 2494 }, { | 2496 }, { |
| 2495 'toolsets': ['target'], | 2497 'toolsets': ['target'], |
| 2496 }], | 2498 }], |
| 2497 ], | 2499 ], |
| 2498 }, | 2500 }, |
| 2499 ], | 2501 ], |
| 2500 } | 2502 } |
| OLD | NEW |