Clean up includes and build dependencies in QPACK tests.

Include what is actually used, depend on what is actually needed.
Handcrafted CL.

gfe-relnote: n/a, change to QUIC v99-only code.
PiperOrigin-RevId: 254438557
Change-Id: I8a74f9f1ce0b645de7287df55d2228d9b1747c0e
6 files changed
tree: 4b02407ec76b0512769b2091bf4b9a844aca0104
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.