blob: f5b305d506dd0b75d03fc17fa75823315bc67628 [file] [log] [blame]
# Copyright 2018 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.
static_library("statusor") {
sources = [
"status_macros.cc",
"status_macros.h",
"statusor.cc",
"statusor.h",
"statusor_internals.h",
]
configs += [
"//third_party/cobalt:cobalt_config",
"//build/config:shared_library_config",
]
public_deps = [
"//third_party/cobalt/util:status",
"//third_party/glog:glog",
"//third_party/protobuf:protobuf_lite",
]
}