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

Side by Side Diff: test/cctest/cctest.gyp

Issue 2062003002: [wasm] Relocatable Globals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: {float|double}_t -> {float|double} 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/BUILD.gn ('k') | test/cctest/wasm/test-run-wasm-relocation.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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'test-weaksets.cc', 195 'test-weaksets.cc',
196 'trace-extension.cc', 196 'trace-extension.cc',
197 'wasm/test-run-wasm.cc', 197 'wasm/test-run-wasm.cc',
198 'wasm/test-run-wasm-64.cc', 198 'wasm/test-run-wasm-64.cc',
199 'wasm/test-run-wasm-asmjs.cc', 199 'wasm/test-run-wasm-asmjs.cc',
200 'wasm/test-run-wasm-interpreter.cc', 200 'wasm/test-run-wasm-interpreter.cc',
201 'wasm/test-run-wasm-js.cc', 201 'wasm/test-run-wasm-js.cc',
202 'wasm/test-run-wasm-module.cc', 202 'wasm/test-run-wasm-module.cc',
203 'wasm/test-signatures.h', 203 'wasm/test-signatures.h',
204 'wasm/test-wasm-function-name-table.cc', 204 'wasm/test-wasm-function-name-table.cc',
205 'wasm/test-run-wasm-relocation.cc',
205 'wasm/test-wasm-stack.cc', 206 'wasm/test-wasm-stack.cc',
206 'wasm/test-wasm-trap-position.cc', 207 'wasm/test-wasm-trap-position.cc',
207 'wasm/wasm-run-utils.h', 208 'wasm/wasm-run-utils.h',
208 ], 209 ],
209 'conditions': [ 210 'conditions': [
210 ['v8_target_arch=="ia32"', { 211 ['v8_target_arch=="ia32"', {
211 'sources': [ ### gcmole(arch:ia32) ### 212 'sources': [ ### gcmole(arch:ia32) ###
212 'test-assembler-ia32.cc', 213 'test-assembler-ia32.cc',
213 'test-code-stubs.cc', 214 'test-code-stubs.cc',
214 'test-code-stubs-ia32.cc', 215 'test-code-stubs-ia32.cc',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 '../../gypfiles/isolate.gypi', 448 '../../gypfiles/isolate.gypi',
448 ], 449 ],
449 'sources': [ 450 'sources': [
450 'cctest.isolate', 451 'cctest.isolate',
451 ], 452 ],
452 }, 453 },
453 ], 454 ],
454 }], 455 }],
455 ], 456 ],
456 } 457 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-run-wasm-relocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698