Use the same connector code for both secure and insecure clients.
diff --git a/binding.gyp b/binding.gyp
index a68a728..1341f33 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -562,6 +562,8 @@
       'type': 'static_library',
       'dependencies': [
         'gpr',
+        'grpc_transport_chttp2',
+        'grpc_base',
       ],
       'sources': [
         'src/core/lib/surface/init.c',
@@ -746,6 +748,7 @@
         'src/core/ext/client_channel/subchannel.c',
         'src/core/ext/client_channel/subchannel_index.c',
         'src/core/ext/client_channel/uri_parser.c',
+        'src/core/ext/transport/chttp2/client/chttp2_connector.c',
         'src/core/ext/transport/chttp2/server/insecure/server_chttp2.c',
         'src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c',
         'src/core/ext/transport/chttp2/client/insecure/channel_create.c',