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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1171 '../../src/v8.cc', | 1171 '../../src/v8.cc', |
1172 '../../src/v8.h', | 1172 '../../src/v8.h', |
1173 '../../src/v8memory.h', | 1173 '../../src/v8memory.h', |
1174 '../../src/v8threads.cc', | 1174 '../../src/v8threads.cc', |
1175 '../../src/v8threads.h', | 1175 '../../src/v8threads.h', |
1176 '../../src/vector.h', | 1176 '../../src/vector.h', |
1177 '../../src/version.cc', | 1177 '../../src/version.cc', |
1178 '../../src/version.h', | 1178 '../../src/version.h', |
1179 '../../src/vm-state-inl.h', | 1179 '../../src/vm-state-inl.h', |
1180 '../../src/vm-state.h', | 1180 '../../src/vm-state.h', |
| 1181 '../../src/wasm/switch-logic.h', |
| 1182 '../../src/wasm/switch-logic.cc', |
1181 '../../src/wasm/asm-wasm-builder.cc', | 1183 '../../src/wasm/asm-wasm-builder.cc', |
1182 '../../src/wasm/asm-wasm-builder.h', | 1184 '../../src/wasm/asm-wasm-builder.h', |
1183 '../../src/wasm/ast-decoder.cc', | 1185 '../../src/wasm/ast-decoder.cc', |
1184 '../../src/wasm/ast-decoder.h', | 1186 '../../src/wasm/ast-decoder.h', |
1185 '../../src/wasm/decoder.h', | 1187 '../../src/wasm/decoder.h', |
1186 '../../src/wasm/encoder.cc', | 1188 '../../src/wasm/encoder.cc', |
1187 '../../src/wasm/encoder.h', | 1189 '../../src/wasm/encoder.h', |
1188 '../../src/wasm/wasm-external-refs.cc', | 1190 '../../src/wasm/wasm-external-refs.cc', |
1189 '../../src/wasm/wasm-external-refs.h', | 1191 '../../src/wasm/wasm-external-refs.h', |
1190 '../../src/wasm/module-decoder.cc', | 1192 '../../src/wasm/module-decoder.cc', |
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2270 }], | 2272 }], |
2271 ['want_separate_host_toolset==1', { | 2273 ['want_separate_host_toolset==1', { |
2272 'toolsets': ['host'], | 2274 'toolsets': ['host'], |
2273 }, { | 2275 }, { |
2274 'toolsets': ['target'], | 2276 'toolsets': ['target'], |
2275 }], | 2277 }], |
2276 ], | 2278 ], |
2277 }, | 2279 }, |
2278 ], | 2280 ], |
2279 } | 2281 } |
OLD | NEW |