blob: b4a1ec0d6aed5983842e42d62db88691aac10537 [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("debugger") {
sources = [
"dart_debugger.cc",
"dart_debugger.h",
]
deps = [
"//dart/runtime:dart_api",
"//garnet/public/lib/ftl",
]
}