Skip to content

Commit 4552332

Browse files
authored
Update server/BUILD
1 parent 38663d5 commit 4552332

File tree

1 file changed

+0
-36
lines changed
  • trpc/server/http_sse

1 file changed

+0
-36
lines changed

trpc/server/http_sse/BUILD

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
# trpc/server/http_sse/BUILD
2-
cc_library(
3-
name = "ssestreamwriter",
4-
hdrs = [
5-
"ssestreamwriter.h",
6-
],
7-
visibility = ["//visibility:public"],
8-
deps = [
9-
"//trpc/codec/http_sse:http_sse_codec",
10-
"//trpc/util/http/sse:http_sse",
11-
"//trpc/util:ref_ptr",
12-
"//trpc/util/http/sse:http_sse_parser",
13-
"//trpc/server:server_context_h",
14-
"//trpc/util/buffer:noncontiguous_buffer",
15-
],
16-
)
17-
18-
cc_library(
19-
name = "HttpSseService",
20-
hdrs = [
21-
"HttpSseService.h",
22-
],
23-
srcs = [
24-
"HttpSseService.cc",
25-
],
26-
visibility = ["//visibility:public"],
27-
deps = [
28-
"//trpc/server:server_context_h",
29-
"//trpc/server/http_sse:ssestreamwriter",
30-
"//trpc/util:ref_ptr",
31-
"//trpc/util/http/sse:http_sse",
32-
"//trpc/util/log:logging",
33-
],
34-
)
35-
36-
371
# trpc/server/http_sse/BUILD
382
licenses(["notice"])
393

0 commit comments

Comments
 (0)