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

Side by Side Diff: test/cctest/cctest.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/wasm/wasm-macro-gen.h ('k') | test/cctest/wasm/test-run-wasm.cc » ('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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'test-unique.cc', 183 'test-unique.cc',
184 'test-unscopables-hidden-prototype.cc', 184 'test-unscopables-hidden-prototype.cc',
185 'test-utils.cc', 185 'test-utils.cc',
186 'test-version.cc', 186 'test-version.cc',
187 'test-weakmaps.cc', 187 'test-weakmaps.cc',
188 'test-weaksets.cc', 188 'test-weaksets.cc',
189 'trace-extension.cc', 189 'trace-extension.cc',
190 'wasm/test-run-wasm.cc', 190 'wasm/test-run-wasm.cc',
191 'wasm/test-run-wasm-64.cc', 191 'wasm/test-run-wasm-64.cc',
192 'wasm/test-run-wasm-asmjs.cc', 192 'wasm/test-run-wasm-asmjs.cc',
193 'wasm/test-run-wasm-interpreter.cc',
193 'wasm/test-run-wasm-js.cc', 194 'wasm/test-run-wasm-js.cc',
194 'wasm/test-run-wasm-module.cc', 195 'wasm/test-run-wasm-module.cc',
195 'wasm/test-signatures.h', 196 'wasm/test-signatures.h',
196 'wasm/test-wasm-function-name-table.cc', 197 'wasm/test-wasm-function-name-table.cc',
197 'wasm/test-wasm-stack.cc', 198 'wasm/test-wasm-stack.cc',
198 'wasm/test-wasm-trap-position.cc', 199 'wasm/test-wasm-trap-position.cc',
199 'wasm/wasm-run-utils.h', 200 'wasm/wasm-run-utils.h',
200 ], 201 ],
201 'conditions': [ 202 'conditions': [
202 ['v8_target_arch=="ia32"', { 203 ['v8_target_arch=="ia32"', {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '../../gypfiles/isolate.gypi', 440 '../../gypfiles/isolate.gypi',
440 ], 441 ],
441 'sources': [ 442 'sources': [
442 'cctest.isolate', 443 'cctest.isolate',
443 ], 444 ],
444 }, 445 },
445 ], 446 ],
446 }], 447 }],
447 ], 448 ],
448 } 449 }
OLDNEW
« no previous file with comments | « src/wasm/wasm-macro-gen.h ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698