blob: 25f38407bfaca1987caec70f9a68d695fa9d2403 [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("scopes") {
sources = [
"dart_api_scope.h",
"dart_isolate_scope.cc",
"dart_isolate_scope.h",
]
public_deps = [
"//dart/runtime:libdart",
"//lib/ftl",
]
}