blob: 316b0dd6fee7d3b8bc2dc81935063ae7d709ed31 [file] [log] [blame]
# Copyright 2016 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("logging") {
sources = [
"dart_error.cc",
"dart_error.h",
"dart_invoke.cc",
"dart_invoke.h",
]
public_deps = [
"//dart/runtime:dart_api",
"//garnet/public/lib/ftl",
]
}