| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5e410a3d0f26034c436586054b85d39ecdf48226..29fcb177f6a2bec49fc0f69da57c617f8be356b4 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -13,6 +13,8 @@
|
| '../test/base-unittests/base-unittests.gyp:*',
|
| '../test/cctest/cctest.gyp:*',
|
| '../test/compiler-unittests/compiler-unittests.gyp:*',
|
| + '../test/heap-unittests/heap-unittests.gyp:*',
|
| + '../test/runtime-unittests/runtime-unittests.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['component!="shared_library"', {
|
|
|