aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/tsi/BUILD
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 17:52:07 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 17:52:07 -0700
commite5863246272f5e15d17f74606f6357c6aef24e6e (patch)
tree54824040c00dcbb97c356836fd53967443e81f6a /test/core/tsi/BUILD
parentc430c84f84bec9c97cb48b0ccfd212f52e10de93 (diff)
BUILD files changes for bazel
Diffstat (limited to 'test/core/tsi/BUILD')
-rw-r--r--test/core/tsi/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/core/tsi/BUILD b/test/core/tsi/BUILD
index 0c5509dda6..84878be0dc 100644
--- a/test/core/tsi/BUILD
+++ b/test/core/tsi/BUILD
@@ -20,7 +20,7 @@ grpc_package(name = "test/core/tsi")
grpc_cc_library(
name = "transport_security_test_lib",
- srcs = ["transport_security_test_lib.c"],
+ srcs = ["transport_security_test_lib.cc"],
hdrs = ["transport_security_test_lib.h"],
deps = [
"//:grpc",
@@ -30,7 +30,7 @@ grpc_cc_library(
grpc_cc_test(
name = "fake_transport_security_test",
- srcs = ["fake_transport_security_test.c"],
+ srcs = ["fake_transport_security_test.cc"],
language = "C",
deps = [
":transport_security_test_lib",
@@ -44,7 +44,7 @@ grpc_cc_test(
grpc_cc_test(
name = "ssl_transport_security_test",
- srcs = ["ssl_transport_security_test.c"],
+ srcs = ["ssl_transport_security_test.cc"],
data = [
"//src/core/tsi/test_creds:badclient.key",
"//src/core/tsi/test_creds:badclient.pem",
@@ -70,7 +70,7 @@ grpc_cc_test(
grpc_cc_test(
name = "transport_security_test",
- srcs = ["transport_security_test.c"],
+ srcs = ["transport_security_test.cc"],
language = "C",
deps = [
"//:grpc",