diff options
author | Mark D. Roth <roth@google.com> | 2017-10-23 12:28:50 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-10-23 12:28:50 -0700 |
commit | d38a2e89ab49abc74f308f7c94e272e497acd289 (patch) | |
tree | c20260c72b6659bb3944c882bb9642eff2bf4d18 /BUILD | |
parent | aadf9f4b8459702e6976b8fc8c3bffa0f321a082 (diff) | |
parent | c563b583cb9b7fecc33971581368796d2df4759d (diff) |
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -515,6 +515,8 @@ grpc_cc_library( "src/core/lib/support/atomic_with_std.h", "src/core/lib/support/env.h", "src/core/lib/support/memory.h", + "src/core/lib/support/vector.h", + "src/core/lib/support/manual_constructor.h", "src/core/lib/support/mpscq.h", "src/core/lib/support/murmur_hash.h", "src/core/lib/support/spinlock.h", @@ -528,6 +530,7 @@ grpc_cc_library( public_hdrs = GPR_PUBLIC_HDRS, deps = [ "gpr_codegen", + "@com_google_absl//absl/container:inlined_vector" ], ) @@ -1275,6 +1278,7 @@ grpc_cc_library( "src/core/ext/transport/chttp2/transport/bin_encoder.h", "src/core/ext/transport/chttp2/transport/chttp2_transport.h", "src/core/ext/transport/chttp2/transport/frame.h", + "src/core/ext/transport/chttp2/transport/flow_control.h", "src/core/ext/transport/chttp2/transport/frame_data.h", "src/core/ext/transport/chttp2/transport/frame_goaway.h", "src/core/ext/transport/chttp2/transport/frame_ping.h", |