blob: 54874e3fdaa6b6f2c4f55f38120da3bcb9a96848 [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("file_loader") {
sources = [
"file_loader.cc",
"file_loader.h",
]
deps = [
"//dart/runtime:dart_api",
"//garnet/public/lib/ftl",
"//lib/tonic/converter",
"//lib/tonic/parsers",
]
}