Skip to content

Commit c30918f

Browse files
a-sivacommit-bot@chromium.org
authored andcommitted
1. Remove unused dart debugger API entrypoints which are not used anymore
as this API has been deprecated and dartium was the last user. 2. Some unit tests are using some of these API entrypoints, so moved them over to a test file which will be linked into run_vm_tests Change-Id: I3343b23d082400da3c803cf81ea80dfaa5e426cf Reviewed-on: https://dart-review.googlesource.com/7942 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>
1 parent 748eb3d commit c30918f

14 files changed

+549
-4474
lines changed

runtime/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ template("libdart_library") {
187187
"include/dart_native_api.h",
188188
"include/dart_tools_api.h",
189189
"vm/dart_api_impl.cc",
190-
"vm/debugger_api_impl.cc",
191190
"vm/mirrors_api_impl.cc",
192191
"vm/native_api_impl.cc",
193192
"vm/version.h",

0 commit comments

Comments
 (0)