blob: bfe16bfbde00295d03ac2726b397d8f799c3153d [file] [log] [blame]
# Copyright 2016 The Chromium 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 = [
"dart_mojo_internal.cc",
"dart_mojo_internal.h",
]
deps = [
"//dart/runtime:libdart",
"//lib/ftl",
"//lib/tonic",
"//mojo/public/cpp/system",
"//mojo/public/platform/dart:mojo_internal_impl",
]
}