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/switch-logic.cc', | 1163 'wasm/switch-logic.cc', |
1164 'wasm/wasm-external-refs.cc', | 1164 'wasm/wasm-external-refs.cc', |
1165 'wasm/wasm-external-refs.h', | 1165 'wasm/wasm-external-refs.h', |
1166 'wasm/wasm-function-name-table.cc', | 1166 'wasm/wasm-function-name-table.cc', |
1167 'wasm/wasm-function-name-table.h', | 1167 'wasm/wasm-function-name-table.h', |
1168 'wasm/wasm-js.cc', | 1168 'wasm/wasm-js.cc', |
1169 'wasm/wasm-js.h', | 1169 'wasm/wasm-js.h', |
1170 'wasm/wasm-macro-gen.h', | 1170 'wasm/wasm-macro-gen.h', |
1171 'wasm/wasm-module.cc', | 1171 'wasm/wasm-module.cc', |
1172 'wasm/wasm-module.h', | 1172 'wasm/wasm-module.h', |
| 1173 'wasm/wasm-interpreter.cc', |
| 1174 'wasm/wasm-interpreter.h', |
1173 'wasm/wasm-opcodes.cc', | 1175 'wasm/wasm-opcodes.cc', |
1174 'wasm/wasm-opcodes.h', | 1176 'wasm/wasm-opcodes.h', |
1175 'wasm/wasm-result.cc', | 1177 'wasm/wasm-result.cc', |
1176 'wasm/wasm-result.h', | 1178 'wasm/wasm-result.h', |
1177 'zone.cc', | 1179 'zone.cc', |
1178 'zone.h', | 1180 'zone.h', |
1179 'zone-allocator.h', | 1181 'zone-allocator.h', |
1180 'zone-containers.h', | 1182 'zone-containers.h', |
1181 'third_party/fdlibm/fdlibm.cc', | 1183 'third_party/fdlibm/fdlibm.cc', |
1182 'third_party/fdlibm/fdlibm.h', | 1184 'third_party/fdlibm/fdlibm.h', |
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2245 }], | 2247 }], |
2246 ['want_separate_host_toolset==1', { | 2248 ['want_separate_host_toolset==1', { |
2247 'toolsets': ['host'], | 2249 'toolsets': ['host'], |
2248 }, { | 2250 }, { |
2249 'toolsets': ['target'], | 2251 'toolsets': ['target'], |
2250 }], | 2252 }], |
2251 ], | 2253 ], |
2252 }, | 2254 }, |
2253 ], | 2255 ], |
2254 } | 2256 } |
OLD | NEW |