Sign in
fuchsia
/
third_party
/
tink
/
91b739fe18f2eadef477709eb32912a187c9c5b7
/
.
/
cc
/
tink_cc_deps_init.bzl
blob: 1c8763a252c0ffcad1ef76f63354531d49b50505 [
file
]
"""Initialization of dependencies of C++ Tink."""
load
(
"@com_google_protobuf//:protobuf_deps.bzl"
,
"protobuf_deps"
)
def
tink_cc_deps_init
():
"""Initializes dependencies of C++ Tink."""
# Initialize Protobuf dependencies.
protobuf_deps
()