Split the BUILD file into sub-libraries, and made the end2end tests use ssl certs.

pull/9240/head
Nicolas "Pixel" Noble 8 years ago
parent f96e20a401
commit 7e7fd9603c
  1. 1056
      BUILD
  2. 0
      src/core/ext/client_config/message_size_filter.c
  3. 0
      src/core/ext/client_config/message_size_filter.h
  4. 6
      test/core/end2end/BUILD

1056
BUILD

File diff suppressed because it is too large Load Diff

@ -39,6 +39,12 @@ cc_library(
cc_library(
name = 'ssl_test_data',
hdrs = ['data/ssl_test_data.h'],
srcs = [
"data/client_certs.c",
"data/server1_cert.c",
"data/server1_key.c",
"data/test_root_cert.c",
]
)
cc_library(

Loading…
Cancel
Save