diff --git a/node.gyp b/node.gyp index 51fe580af7d33c..a1d5e54ffbeed1 100644 --- a/node.gyp +++ b/node.gyp @@ -749,12 +749,7 @@ { 'target_name': 'cctest', 'type': 'executable', - 'dependencies': [ - 'deps/openssl/openssl.gyp:openssl', - 'deps/http_parser/http_parser.gyp:http_parser', - 'deps/gtest/gtest.gyp:gtest', - 'deps/uv/uv.gyp:libuv', - ], + 'dependencies': [ 'deps/gtest/gtest.gyp:gtest' ], 'include_dirs': [ 'src', 'deps/v8/include'