blob: b4aea563086316ad65d4ae1c7473b6196d379887 [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:dart_api",
"//garnet/public/lib/ftl",
]
}