| 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 'type-cache.h', | 1108 'type-cache.h', |
| 1109 'type-feedback-vector-inl.h', | 1109 'type-feedback-vector-inl.h', |
| 1110 'type-feedback-vector.cc', | 1110 'type-feedback-vector.cc', |
| 1111 'type-feedback-vector.h', | 1111 'type-feedback-vector.h', |
| 1112 'type-info.cc', | 1112 'type-info.cc', |
| 1113 'type-info.h', | 1113 'type-info.h', |
| 1114 'types.cc', | 1114 'types.cc', |
| 1115 'types.h', | 1115 'types.h', |
| 1116 'typing-asm.cc', | 1116 'typing-asm.cc', |
| 1117 'typing-asm.h', | 1117 'typing-asm.h', |
| 1118 'typing-reset.cc', | |
| 1119 'typing-reset.h', | |
| 1120 'unicode-inl.h', | 1118 'unicode-inl.h', |
| 1121 'unicode.cc', | 1119 'unicode.cc', |
| 1122 'unicode.h', | 1120 'unicode.h', |
| 1123 'unicode-cache-inl.h', | 1121 'unicode-cache-inl.h', |
| 1124 'unicode-cache.h', | 1122 'unicode-cache.h', |
| 1125 'unicode-decoder.cc', | 1123 'unicode-decoder.cc', |
| 1126 'unicode-decoder.h', | 1124 'unicode-decoder.h', |
| 1127 'utils-inl.h', | 1125 'utils-inl.h', |
| 1128 'utils.cc', | 1126 'utils.cc', |
| 1129 'utils.h', | 1127 'utils.h', |
| (...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2234 }], | 2232 }], |
| 2235 ['want_separate_host_toolset==1', { | 2233 ['want_separate_host_toolset==1', { |
| 2236 'toolsets': ['host'], | 2234 'toolsets': ['host'], |
| 2237 }, { | 2235 }, { |
| 2238 'toolsets': ['target'], | 2236 'toolsets': ['target'], |
| 2239 }], | 2237 }], |
| 2240 ], | 2238 ], |
| 2241 }, | 2239 }, |
| 2242 ], | 2240 ], |
| 2243 } | 2241 } |
| OLD | NEW |