| 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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 'types.h', | 1122 'types.h', |
| 1123 'typing-asm.cc', | 1123 'typing-asm.cc', |
| 1124 'typing-asm.h', | 1124 'typing-asm.h', |
| 1125 'unicode-inl.h', | 1125 'unicode-inl.h', |
| 1126 'unicode.cc', | 1126 'unicode.cc', |
| 1127 'unicode.h', | 1127 'unicode.h', |
| 1128 'unicode-cache-inl.h', | 1128 'unicode-cache-inl.h', |
| 1129 'unicode-cache.h', | 1129 'unicode-cache.h', |
| 1130 'unicode-decoder.cc', | 1130 'unicode-decoder.cc', |
| 1131 'unicode-decoder.h', | 1131 'unicode-decoder.h', |
| 1132 'uri.cc', |
| 1133 'uri.h', |
| 1132 'utils-inl.h', | 1134 'utils-inl.h', |
| 1133 'utils.cc', | 1135 'utils.cc', |
| 1134 'utils.h', | 1136 'utils.h', |
| 1135 'v8.cc', | 1137 'v8.cc', |
| 1136 'v8.h', | 1138 'v8.h', |
| 1137 'v8memory.h', | 1139 'v8memory.h', |
| 1138 'v8threads.cc', | 1140 'v8threads.cc', |
| 1139 'v8threads.h', | 1141 'v8threads.h', |
| 1140 'vector.h', | 1142 'vector.h', |
| 1141 'version.cc', | 1143 'version.cc', |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2235 }], | 2237 }], |
| 2236 ['want_separate_host_toolset==1', { | 2238 ['want_separate_host_toolset==1', { |
| 2237 'toolsets': ['host'], | 2239 'toolsets': ['host'], |
| 2238 }, { | 2240 }, { |
| 2239 'toolsets': ['target'], | 2241 'toolsets': ['target'], |
| 2240 }], | 2242 }], |
| 2241 ], | 2243 ], |
| 2242 }, | 2244 }, |
| 2243 ], | 2245 ], |
| 2244 } | 2246 } |
| OLD | NEW |