aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-26 16:23:07 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-26 16:23:07 -0700
commite44efe099de238a8f5ddc613baad2d3b4fd9438d (patch)
tree1de16b52ead6b74ba0f1bfb4a92a3d214e646a31 /config.m4
parent861363d618a279fa3de9ea8cf0702276b4f8bd83 (diff)
rest of pr comments
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 630fda6d68..5d39c14e6a 100644
--- a/config.m4
+++ b/config.m4
@@ -321,7 +321,6 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc \
src/core/ext/transport/chttp2/client/chttp2_connector.cc \
- src/core/ext/filters/client_channel/authority.cc \
src/core/ext/filters/client_channel/backup_poller.cc \
src/core/ext/filters/client_channel/channel_connectivity.cc \
src/core/ext/filters/client_channel/client_channel.cc \
@@ -343,6 +342,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_index.cc \
src/core/ext/filters/client_channel/uri_parser.cc \
+ src/core/ext/transport/chttp2/client/authority.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
src/core/tsi/alts_transport_security.cc \
src/core/tsi/fake_transport_security.cc \