blob: cee90880f6070ba1ea76af60b820301561b0d3ba [file] [log] [blame]
# Copyright 2013 The Flutter 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",
"../converter",
]
public_deps = [ "//third_party/dart/runtime:dart_api" ]
}