| 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'heap/mark-compact-inl.h', | 923 'heap/mark-compact-inl.h', |
| 924 'heap/mark-compact.cc', | 924 'heap/mark-compact.cc', |
| 925 'heap/mark-compact.h', | 925 'heap/mark-compact.h', |
| 926 'heap/marking.h', | 926 'heap/marking.h', |
| 927 'heap/object-stats.cc', | 927 'heap/object-stats.cc', |
| 928 'heap/object-stats.h', | 928 'heap/object-stats.h', |
| 929 'heap/objects-visiting-inl.h', | 929 'heap/objects-visiting-inl.h', |
| 930 'heap/objects-visiting.cc', | 930 'heap/objects-visiting.cc', |
| 931 'heap/objects-visiting.h', | 931 'heap/objects-visiting.h', |
| 932 'heap/page-parallel-job.h', | 932 'heap/page-parallel-job.h', |
| 933 'heap/remembered-set.cc', | |
| 934 'heap/remembered-set.h', | 933 'heap/remembered-set.h', |
| 935 'heap/scavenge-job.h', | 934 'heap/scavenge-job.h', |
| 936 'heap/scavenge-job.cc', | 935 'heap/scavenge-job.cc', |
| 937 'heap/scavenger-inl.h', | 936 'heap/scavenger-inl.h', |
| 938 'heap/scavenger.cc', | 937 'heap/scavenger.cc', |
| 939 'heap/scavenger.h', | 938 'heap/scavenger.h', |
| 940 'heap/slot-set.h', | 939 'heap/slot-set.h', |
| 941 'heap/spaces-inl.h', | 940 'heap/spaces-inl.h', |
| 942 'heap/spaces.cc', | 941 'heap/spaces.cc', |
| 943 'heap/spaces.h', | 942 'heap/spaces.h', |
| (...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2480 'conditions': [ | 2479 'conditions': [ |
| 2481 ['want_separate_host_toolset_mkpeephole==1', { | 2480 ['want_separate_host_toolset_mkpeephole==1', { |
| 2482 'toolsets': ['host'], | 2481 'toolsets': ['host'], |
| 2483 }, { | 2482 }, { |
| 2484 'toolsets': ['target'], | 2483 'toolsets': ['target'], |
| 2485 }], | 2484 }], |
| 2486 ], | 2485 ], |
| 2487 }, | 2486 }, |
| 2488 ], | 2487 ], |
| 2489 } | 2488 } |
| OLD | NEW |