blob: 59df7256cd2d02a1bf3bbcf26485ae093b5f2ce5 [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:libdart",
"//lib/ftl",
]
}