blob: 48ee3f4d76bf823864d64b7ad0c0760206ae6af0 [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.
source_set("utils") {
sources = [
"handle_exception.cc",
"handle_exception.h",
]
public_deps = [
"//garnet/public/lib/component/cpp",
"//zircon/public/lib/zx",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//third_party/tonic",
"//zircon/public/fidl/fuchsia-crash",
"//zircon/public/fidl/fuchsia-mem",
]
}