Skip to content

Commit

Permalink
Move revocation_util_unittest.cc to net/cert/pki
Browse files Browse the repository at this point in the history
So that it may live harmoniously with revocation_util.cc

Bug: 1322914
Change-Id: Icaa2edcc9bd66adc981758d27a80ab256824f226
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4090640
Commit-Queue: Bob Beck <bbe@google.com>
Reviewed-by: Matt Mueller <mattm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1081492}
  • Loading branch information
Bob Beck authored and Chromium LUCI CQ committed Dec 9, 2022
1 parent 1ba3df5 commit b5256e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4347,7 +4347,6 @@ test("net_unittests") {
"cert/internal/crl_unittest.cc",
"cert/internal/general_names_unittest.cc",
"cert/internal/revocation_checker_unittest.cc",
"cert/internal/revocation_util_unittest.cc",
"cert/internal/system_trust_store_unittest.cc",
"cert/known_roots_unittest.cc",
"cert/merkle_audit_proof_unittest.cc",
Expand All @@ -4369,6 +4368,7 @@ test("net_unittests") {
"cert/pki/path_builder_pkits_unittest.cc",
"cert/pki/path_builder_unittest.cc",
"cert/pki/path_builder_verify_certificate_chain_unittest.cc",
"cert/pki/revocation_util_unittest.cc",
"cert/pki/signature_algorithm_unittest.cc",
"cert/pki/simple_path_builder_delegate_unittest.cc",
"cert/pki/string_util_unittest.cc",
Expand Down
File renamed without changes.

0 comments on commit b5256e8

Please sign in to comment.