blob: 07ccccf476d1dd20592fa6db347fe69fb8140af8 [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("mx") {
sources = [
"mx_converter.h",
]
public_deps = [
"//dart/runtime:dart_api",
"//lib/tonic/converter",
"//magenta/system/ulib/mx",
]
}