| 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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 'layout-descriptor.h', | 1025 'layout-descriptor.h', |
| 1026 'list-inl.h', | 1026 'list-inl.h', |
| 1027 'list.h', | 1027 'list.h', |
| 1028 'locked-queue-inl.h', | 1028 'locked-queue-inl.h', |
| 1029 'locked-queue.h', | 1029 'locked-queue.h', |
| 1030 'log-inl.h', | 1030 'log-inl.h', |
| 1031 'log-utils.cc', | 1031 'log-utils.cc', |
| 1032 'log-utils.h', | 1032 'log-utils.h', |
| 1033 'log.cc', | 1033 'log.cc', |
| 1034 'log.h', | 1034 'log.h', |
| 1035 'lookup-inl.h', |
| 1035 'lookup.cc', | 1036 'lookup.cc', |
| 1036 'lookup.h', | 1037 'lookup.h', |
| 1037 'macro-assembler.h', | 1038 'macro-assembler.h', |
| 1038 'machine-type.cc', | 1039 'machine-type.cc', |
| 1039 'machine-type.h', | 1040 'machine-type.h', |
| 1040 'messages.cc', | 1041 'messages.cc', |
| 1041 'messages.h', | 1042 'messages.h', |
| 1042 'msan.h', | 1043 'msan.h', |
| 1043 'objects-body-descriptors-inl.h', | 1044 'objects-body-descriptors-inl.h', |
| 1044 'objects-body-descriptors.h', | 1045 'objects-body-descriptors.h', |
| (...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2418 'conditions': [ | 2419 'conditions': [ |
| 2419 ['want_separate_host_toolset_mkpeephole==1', { | 2420 ['want_separate_host_toolset_mkpeephole==1', { |
| 2420 'toolsets': ['host'], | 2421 'toolsets': ['host'], |
| 2421 }, { | 2422 }, { |
| 2422 'toolsets': ['target'], | 2423 'toolsets': ['target'], |
| 2423 }], | 2424 }], |
| 2424 ], | 2425 ], |
| 2425 }, | 2426 }, |
| 2426 ], | 2427 ], |
| 2427 } | 2428 } |
| OLD | NEW |