blob: 9772887129714ae55e9c59c1a39d5f52e679196b [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 = [
"//dart/runtime:dart_api",
"//garnet/public/lib/ftl",
]
}