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

Unified Diff: test/cctest/cctest.gyp

Issue 1759873002: Assembler changes for enabling GrowHeap in Wasm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix update method for ia32/x64 Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 5a6c109ac2cc3964f86a75d0f63393c0de97c859..d88a23ba945e5055819bc1ca586723f7cc1f44be 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -202,7 +202,8 @@
'test-code-stubs-ia32.cc',
'test-disasm-ia32.cc',
'test-macro-assembler-ia32.cc',
- 'test-log-stack-tracer.cc'
+ 'test-log-stack-tracer.cc',
+ 'test-wasm-relocation-disasm-ia32.cc'
],
}],
['v8_target_arch=="x64"', {
@@ -212,7 +213,8 @@
'test-code-stubs-x64.cc',
'test-disasm-x64.cc',
'test-macro-assembler-x64.cc',
- 'test-log-stack-tracer.cc'
+ 'test-log-stack-tracer.cc',
+ 'test-wasm-relocation-disasm-x64.cc'
],
}],
['v8_target_arch=="arm"', {
@@ -221,7 +223,8 @@
'test-code-stubs.cc',
'test-code-stubs-arm.cc',
'test-disasm-arm.cc',
- 'test-macro-assembler-arm.cc'
+ 'test-macro-assembler-arm.cc',
+ 'test-wasm-relocation-disasm-arm.cc'
],
}],
['v8_target_arch=="arm64"', {
@@ -233,7 +236,8 @@
'test-disasm-arm64.cc',
'test-fuzz-arm64.cc',
'test-javascript-arm64.cc',
- 'test-js-arm64-variables.cc'
+ 'test-js-arm64-variables.cc',
+ 'test-wasm-relocation-disasm-arm64.cc'
],
}],
['v8_target_arch=="ppc"', {

Powered by Google App Engine
This is Rietveld 408576698