blob: 139a09d9a167978b1485c12ff53bd0a8c6b9cff3 [file] [log] [blame]
# Copyright 2019 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.
visibility = [
"$cobalt_root/*",
"//third_party/abseil-cpp/*",
"//third_party/tink/*",
]
# CC Library : algorithm
source_set("algorithm") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [ "algorithm.h" ]
}
# CC Library : container
source_set("container") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [ "container.h" ]
public_deps = [
":algorithm",
"../base:core_headers",
"../meta:type_traits",
]
}