blob: 2316f275b3e845b6cfc1b204c19b4f02e03e147c [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("mojo") {
sources = [
"mojo_converter.h",
]
public_deps = [
"//dart/runtime:libdart",
"//lib/tonic/converter",
"//mojo/public/cpp/system",
]
}