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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1163 'wasm/ast-decoder.cc', | 1163 'wasm/ast-decoder.cc', |
1164 'wasm/ast-decoder.h', | 1164 'wasm/ast-decoder.h', |
1165 'wasm/decoder.h', | 1165 'wasm/decoder.h', |
1166 'wasm/encoder.cc', | 1166 'wasm/encoder.cc', |
1167 'wasm/encoder.h', | 1167 'wasm/encoder.h', |
1168 'wasm/leb-helper.h', | 1168 'wasm/leb-helper.h', |
1169 'wasm/module-decoder.cc', | 1169 'wasm/module-decoder.cc', |
1170 'wasm/module-decoder.h', | 1170 'wasm/module-decoder.h', |
1171 'wasm/switch-logic.h', | 1171 'wasm/switch-logic.h', |
1172 'wasm/switch-logic.cc', | 1172 'wasm/switch-logic.cc', |
| 1173 'wasm/asm-typer.cc', |
| 1174 'wasm/asm-typer.h', |
1173 'wasm/wasm-debug.cc', | 1175 'wasm/wasm-debug.cc', |
1174 'wasm/wasm-debug.h', | 1176 'wasm/wasm-debug.h', |
1175 'wasm/wasm-external-refs.cc', | 1177 'wasm/wasm-external-refs.cc', |
1176 'wasm/wasm-external-refs.h', | 1178 'wasm/wasm-external-refs.h', |
1177 'wasm/wasm-function-name-table.cc', | 1179 'wasm/wasm-function-name-table.cc', |
1178 'wasm/wasm-function-name-table.h', | 1180 'wasm/wasm-function-name-table.h', |
1179 'wasm/wasm-js.cc', | 1181 'wasm/wasm-js.cc', |
1180 'wasm/wasm-js.h', | 1182 'wasm/wasm-js.h', |
1181 'wasm/wasm-macro-gen.h', | 1183 'wasm/wasm-macro-gen.h', |
1182 'wasm/wasm-module.cc', | 1184 'wasm/wasm-module.cc', |
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2289 }], | 2291 }], |
2290 ['want_separate_host_toolset==1', { | 2292 ['want_separate_host_toolset==1', { |
2291 'toolsets': ['host'], | 2293 'toolsets': ['host'], |
2292 }, { | 2294 }, { |
2293 'toolsets': ['target'], | 2295 'toolsets': ['target'], |
2294 }], | 2296 }], |
2295 ], | 2297 ], |
2296 }, | 2298 }, |
2297 ], | 2299 ], |
2298 } | 2300 } |
OLD | NEW |