blob: 504a44dcfe325af124325046df0fb9f2a7ccd926 [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") {
visibility = [ "../*" ]
configs += [ "../:config" ]
sources = [
"dart_error.cc",
"dart_error.h",
"dart_invoke.cc",
"dart_invoke.h",
]
deps = [
"../common",
]
public_deps = [
"//third_party/dart/runtime:dart_api",
]
}