blob: 1a67863b308203cd8e433f0f963ccb002924c7f7 [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",
"//lib/ftl",
"//lib/tonic/converter",
"//lib/tonic/parsers",
]
}