Skip to content

Commit af550c9

Browse files
committed
Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore""
This reverts commit e76ea5b. 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: I5a486b98e4b97eb4df2e58d9cc0ba603e96c2e32 Reviewed-on: https://dart-review.googlesource.com/11180 Reviewed-by: Siva Annamalai <asiva@google.com>
1 parent 7091266 commit af550c9

14 files changed

+549
-4458
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)