| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 1e420fad8ecebfb2a2428bf20e0c0dd67fdf028d..d6ffac9e202650188d208702642dfb0e8b301d26 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -9,12 +9,9 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../samples/samples.gyp:*',
|
| - '../src/base/base.gyp:base-unittests',
|
| - '../src/compiler/compiler.gyp:compiler-unittests',
|
| '../src/d8.gyp:d8',
|
| - '../src/heap/heap.gyp:heap-unittests',
|
| - '../src/libplatform/libplatform.gyp:libplatform-unittests',
|
| '../test/cctest/cctest.gyp:*',
|
| + '../test/unittests/unittests.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['component!="shared_library"', {
|
|
|