[ddc] Delete unused build targets

The last uses were removed in
b04c2a3783

Change-Id: I3eae2145ba5d5fdab8e9e13c20b466f5a0c9eb14
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326248
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2023-09-18 17:56:35 +00:00 committed by Commit Queue
parent 782611f29a
commit 34e1b89286
2 changed files with 0 additions and 14 deletions

View file

@ -135,11 +135,6 @@ group("dartanalyzer") {
deps = [ "utils/dartanalyzer" ]
}
# TODO(nshahan): Delete after updating the Flutter engine build.
group("dartdevc") {
deps = [ "utils/dartdevc:dartdevc_files_stamp" ]
}
group("ddc") {
deps = [ "utils/ddc:dartdevc" ]
}

View file

@ -1,9 +0,0 @@
# TODO(nshahan): Delete after updating the Flutter engine build.
group("dartdevc_files_stamp") {
deps = [ "../ddc:ddc_files_stamp" ]
}
# TODO(nshahan): Delete after updating the Flutter engine build.
group("dartdevc_sdk_patch_stamp") {
deps = [ "../ddc:ddc_sdk_patch_stamp" ]
}