blob: 1ac2009f88f6bbda13d9a14b7baeff5893d88f14 [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:libdart",
"//lib/ftl",
]
}