blob: 567323d85efea683fbf11b2b818e144e0f28899c [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",
]
public_configs = [ "//third_party/cobalt:cobalt_config" ]
public_deps = [
"//third_party/cobalt/util:status",
"//third_party/glog:glog",
"//third_party/protobuf:protobuf_lite",
]
}