| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index b5d21c8b915e9acff872851a0222f35d441da062..4a0731697f1c2ca0d8ca7ea06fd3b37906bb2903 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -104,12 +104,14 @@
|
| 'test-utils.cc',
|
| 'test-version.cc',
|
| 'test-weakmaps.cc',
|
| + 'test-weaksets.cc',
|
| 'test-weaktypedarrays.cc'
|
| ],
|
| 'conditions': [
|
| ['v8_target_arch=="ia32"', {
|
| 'sources': [
|
| 'test-assembler-ia32.cc',
|
| + 'test-code-stubs.cc',
|
| 'test-code-stubs-ia32.cc',
|
| 'test-disasm-ia32.cc',
|
| 'test-log-stack-tracer.cc'
|
| @@ -118,6 +120,8 @@
|
| ['v8_target_arch=="x64"', {
|
| 'sources': [
|
| 'test-assembler-x64.cc',
|
| + 'test-code-stubs.cc',
|
| + 'test-code-stubs-x64.cc',
|
| 'test-macro-assembler-x64.cc',
|
| 'test-log-stack-tracer.cc'
|
| ],
|
|
|