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