|  | @@ -227,3 +227,20 @@ grpc_cc_binary(
 | 
	
		
			
				|  |  |          "//test/cpp/util:test_config",
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +grpc_cc_binary(
 | 
	
		
			
				|  |  | +    name = "http2_client",
 | 
	
		
			
				|  |  | +    srcs = [
 | 
	
		
			
				|  |  | +        "http2_client.h",
 | 
	
		
			
				|  |  | +        "http2_client.cc",
 | 
	
		
			
				|  |  | +    ],
 | 
	
		
			
				|  |  | +    deps = [
 | 
	
		
			
				|  |  | +        "//:grpc++",
 | 
	
		
			
				|  |  | +        "//src/proto/grpc/testing:empty_proto",
 | 
	
		
			
				|  |  | +        "//src/proto/grpc/testing:messages_proto",
 | 
	
		
			
				|  |  | +        "//src/proto/grpc/testing:test_proto",
 | 
	
		
			
				|  |  | +        "//test/core/util:grpc_test_util",
 | 
	
		
			
				|  |  | +        "//test/cpp/util:test_config",
 | 
	
		
			
				|  |  | +        "//test/cpp/util:test_util",
 | 
	
		
			
				|  |  | +    ],
 | 
	
		
			
				|  |  | +)
 |