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

@@ -6,7 +6,7 @@ cc_library(
deps = [
"//chromium_deps/testing/include/gmock",
"//chromium_deps/testing/include/gtest",
"//external:gtest",
"//external:gtest_main",
"@googletest//:gtest",
"@googletest//:gtest_main",
],
)