blob: 498dac320563a1c1918904b6a943455c6756f438 [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# WARNING: This file is automatically generated by convert_for_cobalt.
# Do not edit manually.
# CC Library : cord_aes_gcm_boringssl
source_set("cord_aes_gcm_boringssl") {
configs += [ "//build/config:no_rtti" ]
configs -= [ "//build/config:no_rtti" ]
sources = [
"cord_aes_gcm_boringssl.cc",
"cord_aes_gcm_boringssl.h",
]
public_deps = [
"//third_party/abseil-cpp/absl/memory:memory",
"//third_party/boringssl:crypto",
"//third_party/tink/cc/aead:cord_aead",
"//third_party/tink/cc/subtle:random",
"//third_party/tink/cc/subtle:subtle_util",
"//third_party/tink/cc/subtle:subtle_util_boringssl",
"//third_party/tink/cc/util:secret_data",
"//third_party/tink/cc/util:status",
"//third_party/tink/cc/util:statusor",
]
public_configs = [ "//third_party/tink:tink_config" ]
}