aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-18 07:46:59 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-22 08:53:49 -0700
commit8b01a4a55a4a3716adf0f6d1db74b74e2df0df36 (patch)
tree66086699970f157d69f669d4a350b61beeb8cb05 /tools
parenta70102b1eb52346cfc5b5640df07516c66ef38cb (diff)
build_project
Diffstat (limited to 'tools')
-rw-r--r--tools/doxygen/Doxyfile.c++.internal4
-rw-r--r--tools/doxygen/Doxyfile.core.internal9
-rw-r--r--tools/run_tests/generated/sources_and_headers.json39
3 files changed, 20 insertions, 32 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal
index 57693db8a6..f3cec18f99 100644
--- a/tools/doxygen/Doxyfile.c++.internal
+++ b/tools/doxygen/Doxyfile.c++.internal
@@ -1066,6 +1066,7 @@ src/core/lib/iomgr/combiner.h \
src/core/lib/iomgr/endpoint.h \
src/core/lib/iomgr/endpoint_pair.h \
src/core/lib/iomgr/error.h \
+src/core/lib/iomgr/error_apple.h \
src/core/lib/iomgr/error_internal.h \
src/core/lib/iomgr/ev_epoll1_linux.h \
src/core/lib/iomgr/ev_epollex_linux.h \
@@ -1077,7 +1078,6 @@ src/core/lib/iomgr/executor.h \
src/core/lib/iomgr/gethostname.h \
src/core/lib/iomgr/iocp_windows.h \
src/core/lib/iomgr/iomgr.h \
-src/core/lib/iomgr/iomgr_cfstream.h \
src/core/lib/iomgr/iomgr_custom.h \
src/core/lib/iomgr/iomgr_internal.h \
src/core/lib/iomgr/iomgr_posix.h \
@@ -1108,6 +1108,8 @@ src/core/lib/iomgr/socket_utils.h \
src/core/lib/iomgr/socket_utils_posix.h \
src/core/lib/iomgr/socket_windows.h \
src/core/lib/iomgr/sys_epoll_wrapper.h \
+src/core/lib/iomgr/tcp_cfstream.h \
+src/core/lib/iomgr/tcp_cfstream_sync.h \
src/core/lib/iomgr/tcp_client.h \
src/core/lib/iomgr/tcp_client_posix.h \
src/core/lib/iomgr/tcp_custom.h \
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index ab508dd30b..ad9a28ffd2 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -1158,6 +1158,8 @@ src/core/lib/iomgr/endpoint_pair_uv.cc \
src/core/lib/iomgr/endpoint_pair_windows.cc \
src/core/lib/iomgr/error.cc \
src/core/lib/iomgr/error.h \
+src/core/lib/iomgr/error_apple.cc \
+src/core/lib/iomgr/error_apple.h \
src/core/lib/iomgr/error_internal.h \
src/core/lib/iomgr/ev_epoll1_linux.cc \
src/core/lib/iomgr/ev_epoll1_linux.h \
@@ -1184,8 +1186,6 @@ src/core/lib/iomgr/iocp_windows.cc \
src/core/lib/iomgr/iocp_windows.h \
src/core/lib/iomgr/iomgr.cc \
src/core/lib/iomgr/iomgr.h \
-src/core/lib/iomgr/iomgr_cfstream.cc \
-src/core/lib/iomgr/iomgr_cfstream.h \
src/core/lib/iomgr/iomgr_custom.cc \
src/core/lib/iomgr/iomgr_custom.h \
src/core/lib/iomgr/iomgr_internal.cc \
@@ -1247,8 +1247,13 @@ src/core/lib/iomgr/socket_utils_windows.cc \
src/core/lib/iomgr/socket_windows.cc \
src/core/lib/iomgr/socket_windows.h \
src/core/lib/iomgr/sys_epoll_wrapper.h \
+src/core/lib/iomgr/tcp_cfstream.cc \
+src/core/lib/iomgr/tcp_cfstream.h \
+src/core/lib/iomgr/tcp_cfstream_sync.cc \
+src/core/lib/iomgr/tcp_cfstream_sync.h \
src/core/lib/iomgr/tcp_client.cc \
src/core/lib/iomgr/tcp_client.h \
+src/core/lib/iomgr/tcp_client_cfstream.cc \
src/core/lib/iomgr/tcp_client_custom.cc \
src/core/lib/iomgr/tcp_client_posix.cc \
src/core/lib/iomgr/tcp_client_posix.h \
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json
index 58a096f61b..1ba59273b3 100644
--- a/tools/run_tests/generated/sources_and_headers.json
+++ b/tools/run_tests/generated/sources_and_headers.json
@@ -9140,6 +9140,7 @@
"src/core/lib/iomgr/endpoint_pair_uv.cc",
"src/core/lib/iomgr/endpoint_pair_windows.cc",
"src/core/lib/iomgr/error.cc",
+ "src/core/lib/iomgr/error_apple.cc",
"src/core/lib/iomgr/ev_epoll1_linux.cc",
"src/core/lib/iomgr/ev_epollex_linux.cc",
"src/core/lib/iomgr/ev_epollsig_linux.cc",
@@ -9155,7 +9156,6 @@
"src/core/lib/iomgr/gethostname_sysconf.cc",
"src/core/lib/iomgr/iocp_windows.cc",
"src/core/lib/iomgr/iomgr.cc",
- "src/core/lib/iomgr/iomgr_cfstream.cc",
"src/core/lib/iomgr/iomgr_custom.cc",
"src/core/lib/iomgr/iomgr_internal.cc",
"src/core/lib/iomgr/iomgr_posix.cc",
@@ -9187,7 +9187,10 @@
"src/core/lib/iomgr/socket_utils_uv.cc",
"src/core/lib/iomgr/socket_utils_windows.cc",
"src/core/lib/iomgr/socket_windows.cc",
+ "src/core/lib/iomgr/tcp_cfstream.cc",
+ "src/core/lib/iomgr/tcp_cfstream_sync.cc",
"src/core/lib/iomgr/tcp_client.cc",
+ "src/core/lib/iomgr/tcp_client_cfstream.cc",
"src/core/lib/iomgr/tcp_client_custom.cc",
"src/core/lib/iomgr/tcp_client_posix.cc",
"src/core/lib/iomgr/tcp_client_windows.cc",
@@ -9318,6 +9321,7 @@
"src/core/lib/iomgr/endpoint.h",
"src/core/lib/iomgr/endpoint_pair.h",
"src/core/lib/iomgr/error.h",
+ "src/core/lib/iomgr/error_apple.h",
"src/core/lib/iomgr/error_internal.h",
"src/core/lib/iomgr/ev_epoll1_linux.h",
"src/core/lib/iomgr/ev_epollex_linux.h",
@@ -9329,7 +9333,6 @@
"src/core/lib/iomgr/gethostname.h",
"src/core/lib/iomgr/iocp_windows.h",
"src/core/lib/iomgr/iomgr.h",
- "src/core/lib/iomgr/iomgr_cfstream.h",
"src/core/lib/iomgr/iomgr_custom.h",
"src/core/lib/iomgr/iomgr_internal.h",
"src/core/lib/iomgr/iomgr_posix.h",
@@ -9360,6 +9363,8 @@
"src/core/lib/iomgr/socket_utils_posix.h",
"src/core/lib/iomgr/socket_windows.h",
"src/core/lib/iomgr/sys_epoll_wrapper.h",
+ "src/core/lib/iomgr/tcp_cfstream.h",
+ "src/core/lib/iomgr/tcp_cfstream_sync.h",
"src/core/lib/iomgr/tcp_client.h",
"src/core/lib/iomgr/tcp_client_posix.h",
"src/core/lib/iomgr/tcp_custom.h",
@@ -9468,6 +9473,7 @@
"src/core/lib/iomgr/endpoint.h",
"src/core/lib/iomgr/endpoint_pair.h",
"src/core/lib/iomgr/error.h",
+ "src/core/lib/iomgr/error_apple.h",
"src/core/lib/iomgr/error_internal.h",
"src/core/lib/iomgr/ev_epoll1_linux.h",
"src/core/lib/iomgr/ev_epollex_linux.h",
@@ -9479,7 +9485,6 @@
"src/core/lib/iomgr/gethostname.h",
"src/core/lib/iomgr/iocp_windows.h",
"src/core/lib/iomgr/iomgr.h",
- "src/core/lib/iomgr/iomgr_cfstream.h",
"src/core/lib/iomgr/iomgr_custom.h",
"src/core/lib/iomgr/iomgr_internal.h",
"src/core/lib/iomgr/iomgr_posix.h",
@@ -9510,6 +9515,8 @@
"src/core/lib/iomgr/socket_utils_posix.h",
"src/core/lib/iomgr/socket_windows.h",
"src/core/lib/iomgr/sys_epoll_wrapper.h",
+ "src/core/lib/iomgr/tcp_cfstream.h",
+ "src/core/lib/iomgr/tcp_cfstream_sync.h",
"src/core/lib/iomgr/tcp_client.h",
"src/core/lib/iomgr/tcp_client_posix.h",
"src/core/lib/iomgr/tcp_custom.h",
@@ -11089,31 +11096,5 @@
],
"third_party": false,
"type": "filegroup"
- },
- {
- "deps": [
- "gpr",
- "gpr_base_headers",
- "grpc_base_headers"
- ],
- "headers": [
- "src/core/lib/iomgr/error_apple.h",
- "src/core/lib/iomgr/tcp_cfstream.h",
- "src/core/lib/iomgr/tcp_cfstream_sync.h"
- ],
- "is_filegroup": true,
- "language": "objc++",
- "name": "grpc_cfstream",
- "src": [
- "src/core/lib/iomgr/error_apple.h",
- "src/core/lib/iomgr/error_apple.mm",
- "src/core/lib/iomgr/tcp_cfstream.h",
- "src/core/lib/iomgr/tcp_cfstream.mm",
- "src/core/lib/iomgr/tcp_cfstream_sync.h",
- "src/core/lib/iomgr/tcp_cfstream_sync.mm",
- "src/core/lib/iomgr/tcp_client_cfstream.mm"
- ],
- "third_party": false,
- "type": "filegroup"
}
]