File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,6 @@ group("most") {
32
32
]
33
33
}
34
34
35
- # Delete this after Golem moves to vm_platform.dill.
36
- copy (" copy_vm_strong_dill_files" ) {
37
- deps = [ " runtime/vm:kernel_platform_files($host_toolchain )" ]
38
- sources = [ " $root_out_dir /vm_platform.dill" ]
39
- outputs = [ " $root_out_dir /vm_platform_strong.dill" ]
40
- }
41
- copy (" copy_vm_strong_outline_files" ) {
42
- deps = [ " runtime/vm:kernel_platform_files($host_toolchain )" ]
43
- sources = [ " $root_out_dir /vm_outline.dill" ]
44
- outputs = [ " $root_out_dir /vm_outline_strong.dill" ]
45
- }
46
-
47
35
group (" runtime" ) {
48
36
import (" runtime/runtime_args.gni" )
49
37
@@ -53,8 +41,6 @@ group("runtime") {
53
41
}
54
42
55
43
deps = [
56
- " :copy_vm_strong_dill_files" ,
57
- " :copy_vm_strong_outline_files" ,
58
44
" runtime/bin:dart" ,
59
45
" runtime/bin:ffi_test_dynamic_library" ,
60
46
" runtime/bin:ffi_test_functions" ,
You can’t perform that action at this time.
0 commit comments