gfe-relnote: n/a(code clean up) Adjust quic core library naming and structure.

Split quic_packet_reader_interface out of quic_packet_reader_lib. Because quic_packet_reader_lib is actually platform dependent. But quic_packet_reader_interface.h is not.

Rename quic_alarm(_factory)_lib to quic_alarm(_factory)_interface_lib. According to quic naming convention, they are interface libraries and should be
named with suffix "_interface_lib".

NO_BUG=BUILD file improvement

These changes will make BUILD file more consistent once it's open sourced in quiche.

PiperOrigin-RevId: 254215228
Change-Id: I2367975b0132fecdc3ceb6e2aed20ea134748d24
2 files changed
tree: c58437ccc8fd85c043b9bf349e1a9b34843fde7f
  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.