Add entitlement support for offline and migrate WORKSPACE

This commit is contained in:
Jacob Trimble
2025-01-17 23:55:54 +00:00
parent 77a33b906a
commit 5da305d9de
30 changed files with 253 additions and 320 deletions

View File

@@ -90,7 +90,7 @@ cc_test(
deps = [
":crypto_util",
"//chromium_deps/testing",
"@abseil_repo//absl/strings",
"@abseil-cpp//absl/strings",
],
)
@@ -209,6 +209,6 @@ cc_test(
deps = [
":sha_util",
"//chromium_deps/testing",
"@abseil_repo//absl/strings",
"@abseil-cpp//absl/strings",
],
)