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

Side by Side Diff: test/unittests/unittests.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 | « test/cctest/wasm/wasm-run-utils.h ('k') | test/unittests/wasm/ast-decoder-unittest.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 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'v8_code': 1, 7 'v8_code': 1,
8 }, 8 },
9 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], 9 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
10 'targets': [ 10 'targets': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'heap/gc-tracer-unittest.cc', 112 'heap/gc-tracer-unittest.cc',
113 'heap/memory-reducer-unittest.cc', 113 'heap/memory-reducer-unittest.cc',
114 'heap/heap-unittest.cc', 114 'heap/heap-unittest.cc',
115 'heap/scavenge-job-unittest.cc', 115 'heap/scavenge-job-unittest.cc',
116 'heap/slot-set-unittest.cc', 116 'heap/slot-set-unittest.cc',
117 'locked-queue-unittest.cc', 117 'locked-queue-unittest.cc',
118 'run-all-unittests.cc', 118 'run-all-unittests.cc',
119 'test-utils.h', 119 'test-utils.h',
120 'test-utils.cc', 120 'test-utils.cc',
121 'wasm/ast-decoder-unittest.cc', 121 'wasm/ast-decoder-unittest.cc',
122 'wasm/control-transfer-unittest.cc',
122 'wasm/decoder-unittest.cc', 123 'wasm/decoder-unittest.cc',
123 'wasm/encoder-unittest.cc', 124 'wasm/encoder-unittest.cc',
124 'wasm/leb-helper-unittest.cc', 125 'wasm/leb-helper-unittest.cc',
125 'wasm/loop-assignment-analysis-unittest.cc', 126 'wasm/loop-assignment-analysis-unittest.cc',
126 'wasm/module-decoder-unittest.cc', 127 'wasm/module-decoder-unittest.cc',
127 'wasm/switch-logic-unittest.cc', 128 'wasm/switch-logic-unittest.cc',
128 'wasm/wasm-macro-gen-unittest.cc', 129 'wasm/wasm-macro-gen-unittest.cc',
129 ], 130 ],
130 'conditions': [ 131 'conditions': [
131 ['v8_target_arch=="arm"', { 132 ['v8_target_arch=="arm"', {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 '../../gypfiles/isolate.gypi', 217 '../../gypfiles/isolate.gypi',
217 ], 218 ],
218 'sources': [ 219 'sources': [
219 'unittests.isolate', 220 'unittests.isolate',
220 ], 221 ],
221 }, 222 },
222 ], 223 ],
223 }], 224 }],
224 ], 225 ],
225 } 226 }
OLDNEW
« no previous file with comments | « test/cctest/wasm/wasm-run-utils.h ('k') | test/unittests/wasm/ast-decoder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698