@@ -63,9 +63,9 @@ endif(COMMAND cmake_policy)
6363
6464
6565#protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS
66- #third_party/quiche/quiche/quic/core /proto/cached_network_parameters.proto
67- #third_party/quiche/quiche/quic/core /proto/crypto_server_config.proto
68- #third_party/quiche/quiche/quic/core /proto/source_address_token.proto)
66+ #third_party/quiche/quiche//proto/cached_network_parameters.proto
67+ #third_party/quiche/quiche//proto/crypto_server_config.proto
68+ #third_party/quiche/quiche//proto/source_address_token.proto)
6969
7070
7171
@@ -91,12 +91,12 @@ platform/quiche_platform_impl/quiche_server_stats_impl.h
9191platform/quiche_platform_impl/quiche_flag_utils_impl.h
9292#protofiles
9393#${PROTO_SRCS}
94- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/cached_network_parameters.pb.h
95- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/crypto_server_config.pb.h
96- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/source_address_token.pb.h
97- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/cached_network_parameters.pb.cc
98- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/crypto_server_config.pb.cc
99- #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core /proto/source_address_token.pb.cc
94+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/cached_network_parameters.pb.h
95+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/crypto_server_config.pb.h
96+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/source_address_token.pb.h
97+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/cached_network_parameters.pb.cc
98+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/crypto_server_config.pb.cc
99+ #${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/source_address_token.pb.cc
100100# url file
101101third_party/googleurl/base/debug/crash_logging.cc
102102third_party/googleurl/base/debug/crash_logging.h
@@ -728,6 +728,8 @@ third_party/quiche/quiche/quic/core/quic_packet_number.h
728728third_party/quiche/quiche/quic/core/quic_packet_reader.cc
729729third_party/quiche/quiche/quic/core/quic_packet_reader.h
730730third_party/quiche/quiche/quic/core/quic_packet_writer.h
731+ third_party/quiche/quiche/quic/core/quic_packet_writer_wrapper.cc
732+ third_party/quiche/quiche/quic/core/quic_packet_writer_wrapper.h
731733third_party/quiche/quiche/quic/core/quic_packets.cc
732734third_party/quiche/quiche/quic/core/quic_packets.h
733735third_party/quiche/quiche/quic/core/quic_path_validator.cc
0 commit comments