0

Roll src/net/third_party/quiche/src/ 90315e869..d9aaee403 (1 commit)

https://quiche.googlesource.com/quiche.git/+log/90315e8698e0..d9aaee403dc4

$ git log 90315e869..d9aaee403 --date=short --no-merges --format='%ad %ae %s'
2023-06-12 quiche-dev Moving functions that use protocol buffers to "testing/proto_utils" from testing/utils. This CL does not add any new code and only touches test and build files.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

Change-Id: Icbb005ce5955097bc7d85e514533b729cc988de7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4603364
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Reviewed-by: Ryan Hamilton <rch@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1157233}
This commit is contained in:
Yoichi Osato
2023-06-13 22:57:53 +00:00
committed by Chromium LUCI CQ
parent 5e36d27793
commit e8a5bcc9bb
2 changed files with 3 additions and 1 deletions
DEPS
net/third_party/quiche

2
DEPS

@ -435,7 +435,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'quiche_revision': '90315e8698e0d2290a8a0fdfe96318ebb1a210a7',
'quiche_revision': 'd9aaee403dc43e368f3695c308f0fd9908d9bbdc',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other.

@ -1853,6 +1853,8 @@ static_library("blind_sign_auth_test_support") {
visibility = [ ":quiche_tests" ]
testonly = true
sources = [
"src/quiche/blind_sign_auth/anonymous_tokens/cpp/testing/proto_utils.cc",
"src/quiche/blind_sign_auth/anonymous_tokens/cpp/testing/proto_utils.h",
"src/quiche/blind_sign_auth/anonymous_tokens/cpp/testing/utils.cc",
"src/quiche/blind_sign_auth/anonymous_tokens/cpp/testing/utils.h",
"src/quiche/blind_sign_auth/test_tools/mock_blind_sign_auth_interface.h",