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