Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Side by Side Diff: src/v8.gyp

Issue 1972153002: [wasm] Implement an interpreter for WASM. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/flag-definitions.h ('k') | src/wasm/wasm-interpreter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | src/wasm/wasm-interpreter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698