mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
[ddc] Delete dartdevc_test_kernel_local target
I'm curious to see if this breaks anything in any workflow. If it does you can use dartdevc_test_local instead because they are identical. Change-Id: I29dc9ad44628a7bc5b222e599da9a787fd64c082 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148600 Reviewed-by: Mark Zhou <markzipan@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
parent
94022c4d76
commit
f27ec2d48f
1 changed files with 0 additions and 7 deletions
|
@ -166,13 +166,6 @@ group("dartdevc_test_local") {
|
|||
]
|
||||
}
|
||||
|
||||
group("dartdevc_test_kernel_local") {
|
||||
deps = [
|
||||
":dartdevc_kernel_sdk",
|
||||
":dartdevc_test_kernel_pkg",
|
||||
]
|
||||
}
|
||||
|
||||
create_timestamp_file("dartdevc_files_stamp") {
|
||||
path = rebase_path("../../pkg/dev_compiler/lib")
|
||||
output = "$target_gen_dir/dartdevc_files.stamp"
|
||||
|
|
Loading…
Reference in a new issue