blob: a1fc12518b65f5ae05b222487e0babb23e4fc9af [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("converter") {
sources = [
"dart_converter.cc",
"dart_converter.h",
]
public_deps = [
"//third_party/dart/runtime:dart_api",
"//garnet/public/lib/fxl",
]
public_configs = [
"//topaz/lib/tonic:config",
]
}