blob: 1b208b44e07bbcba73f59182b1a5519686acc894 [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",
"//lib/ftl",
]
}