Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 9c0f05c91366a76f45756216c148786475b4b695..b87b1c050f093ed84428cf2f9ffba28fad3d66e0 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -11,13 +11,7 @@ |
'../preparser/preparser.gyp:*', |
'../samples/samples.gyp:*', |
'../src/d8.gyp:d8', |
- ], |
- 'conditions': [ |
- [ 'component!="shared_library"', { |
- 'dependencies': [ |
- '../test/cctest/cctest.gyp:*', |
- ], |
- }] |
+ '../test/cctest/cctest.gyp:*', |
], |
} |
] |