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