| 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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 'log-inl.h', | 1053 'log-inl.h', |
| 1054 'log-utils.cc', | 1054 'log-utils.cc', |
| 1055 'log-utils.h', | 1055 'log-utils.h', |
| 1056 'log.cc', | 1056 'log.cc', |
| 1057 'log.h', | 1057 'log.h', |
| 1058 'lookup-cache-inl.h', | 1058 'lookup-cache-inl.h', |
| 1059 'lookup-cache.cc', | 1059 'lookup-cache.cc', |
| 1060 'lookup-cache.h', | 1060 'lookup-cache.h', |
| 1061 'lookup.cc', | 1061 'lookup.cc', |
| 1062 'lookup.h', | 1062 'lookup.h', |
| 1063 'map-updater.cc', |
| 1064 'map-updater.h', |
| 1063 'macro-assembler.h', | 1065 'macro-assembler.h', |
| 1064 'machine-type.cc', | 1066 'machine-type.cc', |
| 1065 'machine-type.h', | 1067 'machine-type.h', |
| 1066 'messages.cc', | 1068 'messages.cc', |
| 1067 'messages.h', | 1069 'messages.h', |
| 1068 'msan.h', | 1070 'msan.h', |
| 1069 'objects-body-descriptors-inl.h', | 1071 'objects-body-descriptors-inl.h', |
| 1070 'objects-body-descriptors.h', | 1072 'objects-body-descriptors.h', |
| 1071 'objects-debug.cc', | 1073 'objects-debug.cc', |
| 1072 'objects-inl.h', | 1074 'objects-inl.h', |
| (...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2493 'conditions': [ | 2495 'conditions': [ |
| 2494 ['want_separate_host_toolset_mkpeephole==1', { | 2496 ['want_separate_host_toolset_mkpeephole==1', { |
| 2495 'toolsets': ['host'], | 2497 'toolsets': ['host'], |
| 2496 }, { | 2498 }, { |
| 2497 'toolsets': ['target'], | 2499 'toolsets': ['target'], |
| 2498 }], | 2500 }], |
| 2499 ], | 2501 ], |
| 2500 }, | 2502 }, |
| 2501 ], | 2503 ], |
| 2502 } | 2504 } |
| OLD | NEW |